mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
474 B
JSON
23 lines
474 B
JSON
{
|
|
"name": "Ambros Chain Testnet",
|
|
"chain": "ambroschain",
|
|
"rpc": [
|
|
"https://testnet.ambroschain.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "AMBROS",
|
|
"symbol": "AMBR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://bcmhunt.com/",
|
|
"shortName": "ambrostestnet",
|
|
"chainId": 8888,
|
|
"networkId": 8888,
|
|
"explorers": [{
|
|
"name": "Ambros Chain Explorer",
|
|
"url": "https://testexplorer.ambroschain.com",
|
|
"standard": "none"
|
|
}]
|
|
}
|