Skip to content

Commit 09a3a3b

Browse files
authored
chore(entropy) Add Unichain (#669)
* chore(entropy) Add Unichain * removed chains * removed orange
1 parent 0761c03 commit 09a3a3b

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

components/EntropyDeployments.tsx

+9-27
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,6 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
108108
gasLimit: "500K",
109109
nativeCurrency: "CHZ",
110110
},
111-
"conflux-espace-testnet": {
112-
rpc: "https://evmtestnet.confluxrpc.com",
113-
network: "testnet",
114-
delay: "",
115-
address: "0xdF21D137Aadc95588205586636710ca2890538d5",
116-
explorer: "https://evmtestnet.confluxscan.io/address/$ADDRESS",
117-
gasLimit: "500K",
118-
nativeCurrency: "CFX",
119-
},
120111
"mode-sepolia": {
121112
rpc: "https://sepolia.mode.network/",
122113
network: "testnet",
@@ -171,15 +162,6 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
171162
gasLimit: "500K",
172163
nativeCurrency: "ETH",
173164
},
174-
"coredao-testnet": {
175-
rpc: "https://rpc.test.btcs.network",
176-
network: "testnet",
177-
delay: "",
178-
address: "0xf0a1b566B55e0A0CB5BeF52Eb2a57142617Bee67",
179-
explorer: "https://scan.test.btcs.network/address/$ADDRESS",
180-
gasLimit: "500K",
181-
nativeCurrency: "tCORE",
182-
},
183165
"zetachain-testnet": {
184166
rpc: "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
185167
network: "testnet",
@@ -198,15 +180,6 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
198180
gasLimit: "500K",
199181
nativeCurrency: "ETH",
200182
},
201-
"orange-testnet": {
202-
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
203-
explorer: "https://subnets-test.avax.network/orangetest/address/$ADDRESS",
204-
delay: "",
205-
gasLimit: "500K",
206-
network: "testnet",
207-
rpc: "https://subnets.avax.network/orangetest/testnet/rpc",
208-
nativeCurrency: "JUICE",
209-
},
210183
"sei-evm": {
211184
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
212185
explorer: "https://seitrace.com/address/$ADDRESS?chain=pacific-1",
@@ -450,4 +423,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
450423
rpc: "https://soneium.drpc.org",
451424
nativeCurrency: "ETH",
452425
},
426+
unichain: {
427+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
428+
explorer: "https://unichain.blockscout.com/address/$ADDRESS",
429+
delay: "0 block",
430+
gasLimit: "500K",
431+
network: "mainnet",
432+
rpc: "https://mainnet.unichain.org",
433+
nativeCurrency: "ETH",
434+
},
453435
};

0 commit comments

Comments
 (0)