Skip to content

Commit e1f1808

Browse files
committed
change occurence of klaytn to kaia
1 parent bc12c87 commit e1f1808

File tree

3 files changed

+26151
-40036
lines changed

3 files changed

+26151
-40036
lines changed

components/EntropyDeployments.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,22 +270,22 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
270270
rpc: "https://node.mainnet.etherlink.com/",
271271
nativeCurrency: "XTZ",
272272
},
273-
klaytn: {
273+
kaia: {
274274
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
275-
explorer: "https://klaytnfinder.io/account/$ADDRESS",
275+
explorer: "https://kaiascan.io/account/$ADDRESS",
276276
delay: "1 block",
277277
gasLimit: "500K",
278278
network: "mainnet",
279-
rpc: "https://rpc.ankr.com/klaytn",
279+
rpc: "https://alpha-hardworking-orb.kaia-mainnet.quiknode.pro/",
280280
nativeCurrency: "KLAY",
281281
},
282-
"klaytn-testnet": {
282+
"kairos-testnet": {
283283
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
284-
explorer: "https://baobab.klaytnscope.com/account/$ADDRESS",
284+
explorer: "https://kairos.kaiascan.io/account/$ADDRESS",
285285
delay: "",
286286
gasLimit: "500K",
287287
network: "testnet",
288-
rpc: "https://rpc.ankr.com/klaytn_testnet",
288+
rpc: "https://responsive-green-emerald.kaia-kairos.quiknode.pro/",
289289
nativeCurrency: "KLAY",
290290
},
291291
"tabi-testnet": {

0 commit comments

Comments
 (0)