mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Chiado Testnet reset (#1792)
* chiado testnet reset * adding new rpc * prettier * re-adding chiado 1 deprecated * using correct property
This commit is contained in:
parent
93b6875126
commit
bf9e973e85
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Chiado Testnet",
|
"name": "Chiado 1 Testnet",
|
||||||
"chain": "CHI",
|
"chain": "CHI1",
|
||||||
"icon": "gnosis",
|
"icon": "gnosis",
|
||||||
"rpc": ["https://rpc-chiado.gnosistestnet.com"],
|
"rpc": ["https://rpc-chiado.gnosistestnet.com"],
|
||||||
"faucets": ["https://gnosisfaucet.com"],
|
"faucets": ["https://gnosisfaucet.com"],
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://docs.gnosischain.com",
|
"infoURL": "https://docs.gnosischain.com",
|
||||||
"shortName": "chi",
|
"shortName": "chi1",
|
||||||
"chainId": 100100,
|
"chainId": 100100,
|
||||||
"networkId": 100100,
|
"networkId": 100100,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
|
@ -20,5 +20,6 @@
|
||||||
"icon": "blockscout",
|
"icon": "blockscout",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"status": "deprecated"
|
||||||
}
|
}
|
||||||
|
|
27
_data/chains/eip155-10200.json
Normal file
27
_data/chains/eip155-10200.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user