From bf9e973e85467e7d2379450652aa14105e16364e Mon Sep 17 00:00:00 2001 From: Alejandro Banzas Date: Thu, 3 Nov 2022 15:48:23 +0100 Subject: [PATCH] Chiado Testnet reset (#1792) * chiado testnet reset * adding new rpc * prettier * re-adding chiado 1 deprecated * using correct property --- _data/chains/eip155-100100.json | 9 +++++---- _data/chains/eip155-10200.json | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 _data/chains/eip155-10200.json diff --git a/_data/chains/eip155-100100.json b/_data/chains/eip155-100100.json index cca97797..3304bec3 100644 --- a/_data/chains/eip155-100100.json +++ b/_data/chains/eip155-100100.json @@ -1,6 +1,6 @@ { - "name": "Chiado Testnet", - "chain": "CHI", + "name": "Chiado 1 Testnet", + "chain": "CHI1", "icon": "gnosis", "rpc": ["https://rpc-chiado.gnosistestnet.com"], "faucets": ["https://gnosisfaucet.com"], @@ -10,7 +10,7 @@ "decimals": 18 }, "infoURL": "https://docs.gnosischain.com", - "shortName": "chi", + "shortName": "chi1", "chainId": 100100, "networkId": 100100, "explorers": [ @@ -20,5 +20,6 @@ "icon": "blockscout", "standard": "EIP3091" } - ] + ], + "status": "deprecated" } diff --git a/_data/chains/eip155-10200.json b/_data/chains/eip155-10200.json new file mode 100644 index 00000000..cff39cf6 --- /dev/null +++ b/_data/chains/eip155-10200.json @@ -0,0 +1,27 @@ +{ + "name": "Chiado Testnet", + "chain": "CHI", + "icon": "gnosis", + "rpc": [ + "https://rpc.chiadochain.net", + "https://rpc.eu-central-2.gateway.fm/v3/gnosis/archival/chiado" + ], + "faucets": ["https://gnosisfaucet.com"], + "nativeCurrency": { + "name": "Chiado xDAI", + "symbol": "xDAI", + "decimals": 18 + }, + "infoURL": "https://docs.gnosischain.com", + "shortName": "chi", + "chainId": 10200, + "networkId": 10200, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.chiadochain.net", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +}