From 716af3d14bcf9601322ba7f4e11ec1ba4c3dc0ac Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 2 Apr 2025 10:43:27 -0400 Subject: [PATCH] chore(entropy) Add soneium --- components/EntropyDeployments.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 23fe497a..062b1a5f 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -450,4 +450,13 @@ export const EntropyDeployments: Record = { 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", + }, };