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 = {
450450 rpc : "https://rpc.hyperliquid.xyz/evm" ,
451451 nativeCurrency : "HYPE" ,
452452 } ,
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+ } ,
453462} as const satisfies Record < string , EntropyDeployment > ;
454463
455464export const isValidDeployment = (
Original file line number Diff line number Diff line change 821821 type : EvmChain
822822- id : soneium
823823 mainnet : true
824- rpcUrl : $SONEIUM_RPC_URL
824+ rpcUrl : https://soneium.drpc.org
825825 networkId : 1868
826826 type : EvmChain
827827- id : story_testnet
You can’t perform that action at this time.
0 commit comments