From 24369b5360d20489ba46378280f3be895fb1890d Mon Sep 17 00:00:00 2001 From: praveen-kaia <112046567+praveen-kaia@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:16:16 +0800 Subject: [PATCH] Updated KAIA ticker and explorer urls (#6016) --- _data/chains/eip155-1001.json | 10 +++++----- _data/chains/eip155-8217.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/chains/eip155-1001.json b/_data/chains/eip155-1001.json index 82d9b8cc0eed..8f719b6bc780 100644 --- a/_data/chains/eip155-1001.json +++ b/_data/chains/eip155-1001.json @@ -5,7 +5,7 @@ "faucets": ["https://faucet.kaia.io"], "nativeCurrency": { "name": "KAIA", - "symbol": "KLAY", + "symbol": "KAIA", "decimals": 18 }, "infoURL": "https://kaia.io/", @@ -15,13 +15,13 @@ "slip44": 1, "explorers": [ { - "name": "Klaytnscope", - "url": "https://baobab.klaytnscope.com", + "name": "Kaiascope", + "url": "https://kairos.kaiascope.com", "standard": "EIP3091" }, { - "name": "Klaytnfinder", - "url": "https://baobab.klaytnfinder.io", + "name": "Kaiascan", + "url": "https://kairos.kaiascan.io", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json index 8f3ef207df7f..2330dfae7e1d 100644 --- a/_data/chains/eip155-8217.json +++ b/_data/chains/eip155-8217.json @@ -5,7 +5,7 @@ "faucets": [], "nativeCurrency": { "name": "KAIA", - "symbol": "KLAY", + "symbol": "KAIA", "decimals": 18 }, "infoURL": "https://kaia.io", @@ -15,13 +15,13 @@ "slip44": 8217, "explorers": [ { - "name": "Klaytnscope", - "url": "https://scope.klaytn.com", + "name": "Kaiascope", + "url": "https://kaiascope.com", "standard": "EIP3091" }, { - "name": "Klaytnfinder", - "url": "https://klaytnfinder.io", + "name": "Kaiascan", + "url": "https://kaiascan.io", "standard": "EIP3091" } ]