Skip to content

Commit 5ec5506

Browse files
authored
chore(entropy): add klaytn (#354)
1 parent 784dd9b commit 5ec5506

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,20 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
248248
network: "mainnet",
249249
rpc: "https://node.mainnet.etherlink.com/",
250250
},
251+
klaytn: {
252+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
253+
explorer: "https://klaytnfinder.io/account/$ADDRESS",
254+
delay: "1 block",
255+
gasLimit: "500K",
256+
network: "mainnet",
257+
rpc: "https://rpc.ankr.com/klaytn",
258+
},
259+
"klaytn-testnet": {
260+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
261+
explorer: "https://baobab.klaytnscope.com/account/$ADDRESS",
262+
delay: "",
263+
gasLimit: "500K",
264+
network: "testnet",
265+
rpc: "https://rpc.ankr.com/klaytn_testnet",
266+
},
251267
};

0 commit comments

Comments
 (0)