Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions apps/entropy-debugger/src/store/entropy-deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, EntropyDeployment>;

export const isValidDeployment = (
Expand Down
2 changes: 1 addition & 1 deletion contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down