Chiado Testnet reset (#1792)

* chiado testnet reset

* adding new rpc

* prettier

* re-adding chiado 1 deprecated

* using correct property
This commit is contained in:
Alejandro Banzas 2022-11-03 15:48:23 +01:00 committed by GitHub
parent 93b6875126
commit bf9e973e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 4 deletions

View File

@ -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"
}

View File

@ -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"
}
]
}