diff --git a/apps/entropy-debugger/src/store/entropy-deployments.ts b/apps/entropy-debugger/src/store/entropy-deployments.ts index 8f59547608..cd5b650001 100644 --- a/apps/entropy-debugger/src/store/entropy-deployments.ts +++ b/apps/entropy-debugger/src/store/entropy-deployments.ts @@ -450,6 +450,15 @@ export const EntropyDeployments = { rpc: "https://rpc.hyperliquid.xyz/evm", nativeCurrency: "HYPE", }, + soneium: { + address: "0x0708325268dF9F66270F1401206434524814508b", + explorer: "https://soneium.blockscout.com/address/$ADDRESS", + delay: "1 block", + gasLimit: "500K", + network: "mainnet", + rpc: "https://soneium.drpc.org", + nativeCurrency: "ETH", + }, } as const satisfies Record; export const isValidDeployment = ( diff --git a/contract_manager/store/chains/EvmChains.yaml b/contract_manager/store/chains/EvmChains.yaml index 6a783e56ea..bdfdd24b4c 100644 --- a/contract_manager/store/chains/EvmChains.yaml +++ b/contract_manager/store/chains/EvmChains.yaml @@ -821,7 +821,7 @@ type: EvmChain - id: soneium mainnet: true - rpcUrl: $SONEIUM_RPC_URL + rpcUrl: https://soneium.drpc.org networkId: 1868 type: EvmChain - id: story_testnet