Skip to content

Commit 8c7b79b

Browse files
authored
chore(entropy) Add soneium (#654)
1 parent 8152744 commit 8c7b79b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
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
};

0 commit comments

Comments
 (0)