File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
apps/entropy-debugger/src/store
contract_manager/store/chains Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -450,6 +450,15 @@ export const EntropyDeployments = {
450
450
rpc : "https://rpc.hyperliquid.xyz/evm" ,
451
451
nativeCurrency : "HYPE" ,
452
452
} ,
453
+ soneium : {
454
+ address : "0x0708325268dF9F66270F1401206434524814508b" ,
455
+ explorer : "https://soneium.blockscout.com/address/$ADDRESS" ,
456
+ delay : "1 block" ,
457
+ gasLimit : "500K" ,
458
+ network : "mainnet" ,
459
+ rpc : "https://soneium.drpc.org" ,
460
+ nativeCurrency : "ETH" ,
461
+ } ,
453
462
} as const satisfies Record < string , EntropyDeployment > ;
454
463
455
464
export const isValidDeployment = (
Original file line number Diff line number Diff line change 821
821
type : EvmChain
822
822
- id : soneium
823
823
mainnet : true
824
- rpcUrl : $SONEIUM_RPC_URL
824
+ rpcUrl : https://soneium.drpc.org
825
825
networkId : 1868
826
826
type : EvmChain
827
827
- id : story_testnet
You can’t perform that action at this time.
0 commit comments