mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
23 lines
482 B
JSON
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"
|
|
}
|
|
]
|
|
}
|