chains/_data/chains/eip155-100100.json
Alejandro Banzas 8430960368
Gnosis chains udpate (#1453)
* adding faucet, explorer, edit info URL for Gnosis

* Adding Chiado Testnet

* naming convention

* short name
2022-08-18 11:08:35 +02:00

26 lines
561 B
JSON

{
"name": "Chiado Testnet",
"chain": "CHI",
"network": "testnet",
"icon": "gnosis",
"rpc": [
"https://rpc-chiado.gnosistestnet.com"
],
"faucets": ["https://gnosisfaucet.com"],
"nativeCurrency": {
"name": "Chiado xDAI",
"symbol": "xDAI",
"decimals": 18
},
"infoURL": "https://docs.gnosischain.com",
"shortName": "chi",
"chainId": 100100,
"networkId": 100100,
"explorers": [{
"name": "blockscout",
"url": "https://blockscout-chiado.gnosistestnet.com",
"icon": "blockscout",
"standard": "EIP3091"
}]
}