|
|
@@ -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 = (
|