From f81ee1d83b93c42b069b6ae7d33edadddf897c87 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Fri, 4 Oct 2024 11:16:44 -0400 Subject: [PATCH] chore(entropy) Add sanko mainnet and testnet --- components/EntropyDeployments.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/components/EntropyDeployments.tsx b/components/EntropyDeployments.tsx index 04ae498f..ece99768 100644 --- a/components/EntropyDeployments.tsx +++ b/components/EntropyDeployments.tsx @@ -333,4 +333,22 @@ export const EntropyDeployments: Record = { rpc: "https://rpc.minato.soneium.org/", nativeCurrency: "ETH", }, + sanko: { + address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb", + explorer: "https://explorer.sanko.xyz/address/$ADDRESS", + delay: "1 block", + gasLimit: "500K", + network: "mainnet", + rpc: "https://mainnet.sanko.xyz", + nativeCurrency: "DMT", + }, + "sanko-testnet": { + address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb", + explorer: "https://sanko-arb-sepolia.explorer.caldera.xyz/address/$ADDRESS", + delay: "", + gasLimit: "500K", + network: "testnet", + rpc: "https://sanko-arb-sepolia.rpc.caldera.xyz", + nativeCurrency: "DMT", + }, };