Skip to content

Commit d740e4d

Browse files
authored
chore(entropy) Add sanko mainnet and testnet (#443)
1 parent fae7b07 commit d740e4d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,22 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
333333
rpc: "https://rpc.minato.soneium.org/",
334334
nativeCurrency: "ETH",
335335
},
336+
sanko: {
337+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
338+
explorer: "https://explorer.sanko.xyz/address/$ADDRESS",
339+
delay: "1 block",
340+
gasLimit: "500K",
341+
network: "mainnet",
342+
rpc: "https://mainnet.sanko.xyz",
343+
nativeCurrency: "DMT",
344+
},
345+
"sanko-testnet": {
346+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
347+
explorer: "https://sanko-arb-sepolia.explorer.caldera.xyz/address/$ADDRESS",
348+
delay: "",
349+
gasLimit: "500K",
350+
network: "testnet",
351+
rpc: "https://sanko-arb-sepolia.rpc.caldera.xyz",
352+
nativeCurrency: "DMT",
353+
},
336354
};

0 commit comments

Comments
 (0)