@@ -108,15 +108,6 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
108
108
gasLimit : "500K" ,
109
109
nativeCurrency : "CHZ" ,
110
110
} ,
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
- } ,
120
111
"mode-sepolia" : {
121
112
rpc : "https://sepolia.mode.network/" ,
122
113
network : "testnet" ,
@@ -171,15 +162,6 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
171
162
gasLimit : "500K" ,
172
163
nativeCurrency : "ETH" ,
173
164
} ,
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
- } ,
183
165
"zetachain-testnet" : {
184
166
rpc : "https://zetachain-athens-evm.blockpi.network/v1/rpc/public" ,
185
167
network : "testnet" ,
@@ -198,15 +180,6 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
198
180
gasLimit : "500K" ,
199
181
nativeCurrency : "ETH" ,
200
182
} ,
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
- } ,
210
183
"sei-evm" : {
211
184
address : "0x98046Bd286715D3B0BC227Dd7a956b83D8978603" ,
212
185
explorer : "https://seitrace.com/address/$ADDRESS?chain=pacific-1" ,
@@ -450,4 +423,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
450
423
rpc : "https://soneium.drpc.org" ,
451
424
nativeCurrency : "ETH" ,
452
425
} ,
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
+ } ,
453
435
} ;
0 commit comments