mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
604 B
JSON
28 lines
604 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|