mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Ambros Chain Mainnet and Testnet (#518)
* Add Ambros Chain * add 8888 * update standard * update shortname
This commit is contained in:
parent
16b57b89c3
commit
e46be47cdc
23
_data/chains/eip155-880.json
Normal file
23
_data/chains/eip155-880.json
Normal 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"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-8888.json
Normal file
23
_data/chains/eip155-8888.json
Normal 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"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user