Add Ambros Chain Mainnet and Testnet (#518)

* Add Ambros Chain

* add 8888

* update standard

* update shortname
This commit is contained in:
Frank 2021-10-30 21:56:23 +11:00 committed by GitHub
parent 16b57b89c3
commit e46be47cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}]
}

View File

@ -0,0 +1,23 @@
{
"name": "Ambros Chain Testnet",
"chain": "ambroschain",
"network": "testnet",
"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"
}]
}