Skip to content

Commit e46be47

Browse files
authored
Add Ambros Chain Mainnet and Testnet (ethereum-lists#518)
* Add Ambros Chain * add 8888 * update standard * update shortname
1 parent 16b57b8 commit e46be47

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

_data/chains/eip155-880.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Ambros Chain Mainnet",
3+
"chain": "ambroschain",
4+
"network": "mainnet",
5+
"rpc": [
6+
"https://mainnet.ambroschain.com"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "AMBROS",
11+
"symbol": "AMBR",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://bcmhunt.com/",
15+
"shortName": "ambros",
16+
"chainId": 880,
17+
"networkId": 880,
18+
"explorers": [{
19+
"name": "Ambros Chain Explorer",
20+
"url": "https://explorer.ambroschain.com",
21+
"standard": "none"
22+
}]
23+
}

_data/chains/eip155-8888.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Ambros Chain Testnet",
3+
"chain": "ambroschain",
4+
"network": "testnet",
5+
"rpc": [
6+
"https://testnet.ambroschain.com"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "AMBROS",
11+
"symbol": "AMBR",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://bcmhunt.com/",
15+
"shortName": "ambrostestnet",
16+
"chainId": 8888,
17+
"networkId": 8888,
18+
"explorers": [{
19+
"name": "Ambros Chain Explorer",
20+
"url": "https://testexplorer.ambroschain.com",
21+
"standard": "none"
22+
}]
23+
}

0 commit comments

Comments
 (0)