Skip to content

Commit 476b74a

Browse files
authored
chore(deubgger) Add soneium (#2545)
1 parent ee6dcf6 commit 476b74a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

apps/entropy-debugger/src/store/entropy-deployments.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

455464
export const isValidDeployment = (

contract_manager/store/chains/EvmChains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
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

0 commit comments

Comments
 (0)