@@ -60,7 +60,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
60
60
explorer : "https://optimistic.etherscan.io/address/$ADDRESS" ,
61
61
delay : "2 blocks" ,
62
62
gasLimit : "500K" ,
63
- rpc : "https://rpc.ankr .com/optimism " ,
63
+ rpc : "https://optimism.llamarpc .com" ,
64
64
nativeCurrency : "ETH" ,
65
65
} ,
66
66
mode : {
@@ -216,7 +216,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
216
216
rpc : "https://subnets.avax.network/orangetest/testnet/rpc" ,
217
217
nativeCurrency : "JUICE" ,
218
218
} ,
219
- "sei-evm-mainnet " : {
219
+ "sei-evm" : {
220
220
address : "0x98046Bd286715D3B0BC227Dd7a956b83D8978603" ,
221
221
explorer : "https://seitrace.com/address/$ADDRESS?chain=pacific-1" ,
222
222
delay : "1 block" ,
@@ -306,7 +306,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
306
306
rpc : "https://sepolia.b3.fun/http/" ,
307
307
nativeCurrency : "ETH" ,
308
308
} ,
309
- "b3-mainnet" : {
309
+ b3 : {
310
310
address : "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb" ,
311
311
explorer : "https://explorer.b3.fun/address/$ADDRESS" ,
312
312
delay : "1 block" ,
@@ -351,7 +351,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
351
351
rpc : "https://sanko-arb-sepolia.rpc.caldera.xyz/http" ,
352
352
nativeCurrency : "DMT" ,
353
353
} ,
354
- " apechain-mainnet" : {
354
+ apechain : {
355
355
address : "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320" ,
356
356
explorer : "https://apechain.calderaexplorer.xyz/address/$ADDRESS" ,
357
357
delay : "1 block" ,
@@ -441,4 +441,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
441
441
rpc : "https://bepolia.rpc.berachain.com" ,
442
442
nativeCurrency : "BERA" ,
443
443
} ,
444
+ hyperevm : {
445
+ address : "0xfA25E653b44586dBbe27eE9d252192F0e4956683" ,
446
+ explorer : "https://hyperliquid.cloud.blockscout.com/address/$ADDRESS" ,
447
+ delay : "" ,
448
+ gasLimit : "500K" ,
449
+ network : "mainnet" ,
450
+ rpc : "https://rpc.hyperliquid.xyz/evm" ,
451
+ nativeCurrency : "HYPE" ,
452
+ } ,
444
453
} ;
0 commit comments