mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
e46be47cdc
* Add Ambros Chain * add 8888 * update standard * update shortname
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "Ambros Chain Mainnet",
|
|
"chain": "ambroschain",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://mainnet.ambroschain.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "AMBROS",
|
|
"symbol": "AMBR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://bcmhunt.com/",
|
|
"shortName": "ambros",
|
|
"chainId": 880,
|
|
"networkId": 880,
|
|
"explorers": [{
|
|
"name": "Ambros Chain Explorer",
|
|
"url": "https://explorer.ambroschain.com",
|
|
"standard": "none"
|
|
}]
|
|
}
|