From f7cea08421d551743392f596bc5bc516447f1016 Mon Sep 17 00:00:00 2001 From: Hernan Clich Date: Fri, 19 Sep 2025 12:01:12 -0300 Subject: [PATCH 1/3] ZetaChain: Update Explorer Urls --- _data/chains/eip155-7000.json | 6 +++--- _data/chains/eip155-7001.json | 15 ++++++--------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/_data/chains/eip155-7000.json b/_data/chains/eip155-7000.json index 889e6f9a1407..6f54e7f2001c 100644 --- a/_data/chains/eip155-7000.json +++ b/_data/chains/eip155-7000.json @@ -12,15 +12,15 @@ "symbol": "ZETA", "decimals": 18 }, - "infoURL": "https://zetachain.com/docs/", + "infoURL": "https://zetachain.com/docs", "shortName": "zetachain-mainnet", "chainId": 7000, "networkId": 7000, "status": "active", "explorers": [ { - "name": "ZetaChain Mainnet Explorer", - "url": "https://explorer.mainnet.zetachain.com", + "name": "ZetaScan", + "url": "https://zetascan.com", "standard": "none" } ] diff --git a/_data/chains/eip155-7001.json b/_data/chains/eip155-7001.json index 30ad76e59e1e..c557850ff113 100644 --- a/_data/chains/eip155-7001.json +++ b/_data/chains/eip155-7001.json @@ -2,8 +2,11 @@ "name": "ZetaChain Athens 3 Testnet", "chain": "ZetaChain", "icon": "zetachain", - "rpc": ["https://rpc.ankr.com/zetachain_evm_athens_testnet"], - "faucets": ["https://labs.zetachain.com/get-zeta"], + "rpc": [ + "https://zetachain-athens-evm.blockpi.network/v1/rpc/public", + "https://zetachain-athens.g.allthatnode.com/archive/evm" + ], + "faucets": ["https://zetachain.com/docs/reference/faucet"], "nativeCurrency": { "name": "Zeta", "symbol": "ZETA", @@ -17,15 +20,9 @@ "status": "active", "explorers": [ { - "name": "ZetaChain Athens Testnet Explorer", + "name": "ZetaScan", "url": "https://athens3.explorer.zetachain.com", "standard": "none" - }, - { - "name": "blockscout", - "url": "https://zetachain-athens-3.blockscout.com", - "icon": "blockscout", - "standard": "EIP3091" } ] } From b11801f2ed5ca9e8e11d885de617a20e8d654a96 Mon Sep 17 00:00:00 2001 From: Hernan Clich Date: Fri, 19 Sep 2025 13:02:28 -0300 Subject: [PATCH 2/3] Add backslashes --- _data/chains/eip155-7000.json | 2 +- _data/chains/eip155-7001.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-7000.json b/_data/chains/eip155-7000.json index 3a733357c2f7..a3aa71c711d3 100644 --- a/_data/chains/eip155-7000.json +++ b/_data/chains/eip155-7000.json @@ -15,7 +15,7 @@ "symbol": "ZETA", "decimals": 18 }, - "infoURL": "https://zetachain.com/docs", + "infoURL": "https://zetachain.com/docs/", "shortName": "zetachain-mainnet", "chainId": 7000, "networkId": 7000, diff --git a/_data/chains/eip155-7001.json b/_data/chains/eip155-7001.json index 61a64bd10d0c..25d0bcf1e941 100644 --- a/_data/chains/eip155-7001.json +++ b/_data/chains/eip155-7001.json @@ -15,7 +15,7 @@ "symbol": "ZETA", "decimals": 18 }, - "infoURL": "https://zetachain.com/docs", + "infoURL": "https://zetachain.com/docs/", "shortName": "zetachain-testnet", "chainId": 7001, "networkId": 7001, From 4d0aa70b2afe1c330d774d17069e014da1a0eac4 Mon Sep 17 00:00:00 2001 From: Hernan Clich Date: Fri, 19 Sep 2025 13:08:41 -0300 Subject: [PATCH 3/3] Remove backslashes --- _data/chains/eip155-7000.json | 2 +- _data/chains/eip155-7001.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-7000.json b/_data/chains/eip155-7000.json index a3aa71c711d3..3a733357c2f7 100644 --- a/_data/chains/eip155-7000.json +++ b/_data/chains/eip155-7000.json @@ -15,7 +15,7 @@ "symbol": "ZETA", "decimals": 18 }, - "infoURL": "https://zetachain.com/docs/", + "infoURL": "https://zetachain.com/docs", "shortName": "zetachain-mainnet", "chainId": 7000, "networkId": 7000, diff --git a/_data/chains/eip155-7001.json b/_data/chains/eip155-7001.json index 25d0bcf1e941..61a64bd10d0c 100644 --- a/_data/chains/eip155-7001.json +++ b/_data/chains/eip155-7001.json @@ -15,7 +15,7 @@ "symbol": "ZETA", "decimals": 18 }, - "infoURL": "https://zetachain.com/docs/", + "infoURL": "https://zetachain.com/docs", "shortName": "zetachain-testnet", "chainId": 7001, "networkId": 7001,