chains/_data/chains/eip155-8888.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
482 B
JSON

{
"name": "Ambros Chain Testnet",
"chain": "ambroschain",
"rpc": ["https://api.testnet.ambros.network"],
"faucets": [],
"nativeCurrency": {
"name": "AMBROS",
"symbol": "AMBROS",
"decimals": 18
},
"infoURL": "https://test.ambros.network",
"shortName": "ambrostestnet",
"chainId": 8888,
"networkId": 8888,
"explorers": [
{
"name": "Ambros Chain Explorer",
"url": "https://testnet.ambrosscan.com",
"standard": "none"
}
]
}