mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add Chiliz Scoville Testnet * Update _data/chains/eip155-88880.json * Prettier --------- Co-authored-by: Agu Rodríguez <me@agurodriguez.net> Co-authored-by: ligi <ligi@ligi.de>
24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"name": "Chiliz Scoville Testnet",
|
|
"chain": "CHZ",
|
|
"rpc": ["https://scoville-rpc.chiliz.com"],
|
|
"faucets": ["https://scoville-faucet.chiliz.com"],
|
|
"nativeCurrency": {
|
|
"name": "Chiliz",
|
|
"symbol": "CHZ",
|
|
"decimals": 18
|
|
},
|
|
"icon": "chiliz",
|
|
"infoURL": "https://www.chiliz.com/en/chain",
|
|
"shortName": "chz",
|
|
"chainId": 88880,
|
|
"networkId": 88880,
|
|
"explorers": [
|
|
{
|
|
"name": "scoville-explorer",
|
|
"url": "https://scoville-explorer.chiliz.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|