chains/_data/chains/eip155-880.json
Frank e46be47cdc
Add Ambros Chain Mainnet and Testnet (#518)
* Add Ambros Chain

* add 8888

* update standard

* update shortname
2021-10-30 12:56:23 +02:00

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"
}]
}