Deploying to gh-pages from @ ethereum-lists/chains@e46be47cdc 🚀

This commit is contained in:
ligi 2021-10-30 10:58:26 +00:00
parent 8803165c2f
commit 4a0f6d1383
5 changed files with 70 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1428,6 +1428,19 @@
"rpc": [],
"faucets": [],
"infoURL": "https://callisto.network"
}, {
"name": "Ambros Chain Mainnet",
"chainId": 880,
"shortName": "ambros",
"networkId": 880,
"nativeCurrency": {
"name": "AMBROS",
"symbol": "AMBR",
"decimals": 18
},
"rpc": ["https://mainnet.ambroschain.com"],
"faucets": [],
"infoURL": "https://bcmhunt.com/"
}, {
"name": "Wanchain",
"chainId": 888,
@ -2013,6 +2026,19 @@
"rpc": ["https://testnet-web3.wolot.io"],
"faucets": ["https://testnet-explorer.wolot.io"],
"infoURL": "https://testnet-explorer.wolot.io"
}, {
"name": "Ambros Chain Testnet",
"chainId": 8888,
"shortName": "ambrostestnet",
"networkId": 8888,
"nativeCurrency": {
"name": "AMBROS",
"symbol": "AMBR",
"decimals": 18
},
"rpc": ["https://testnet.ambroschain.com"],
"faucets": [],
"infoURL": "https://bcmhunt.com/"
}, {
"name": "bloxberg",
"chainId": 8995,

View File

@ -1898,6 +1898,26 @@
"shortName": "tclo",
"chainId": 821,
"networkId": 2
}, {
"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"
}]
}, {
"name": "Wanchain",
"chain": "WAN",
@ -2653,6 +2673,26 @@
"chainId": 8724,
"networkId": 8724,
"slip44": 479
}, {
"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"
}]
}, {
"name": "bloxberg",
"chain": "bloxberg",

View File

@ -109,6 +109,7 @@
"haic": "eip155:803",
"clo": "eip155:820",
"tclo": "eip155:821",
"ambros": "eip155:880",
"wan": "eip155:888",
"tpls": "eip155:940",
"yeti": "eip155:977",
@ -154,6 +155,7 @@
"Kortho": "eip155:8285",
"olo": "eip155:8723",
"tolo": "eip155:8724",
"ambrostestnet": "eip155:8888",
"berg": "eip155:8995",
"evmos-mons": "eip155:9000",
"smartbch": "eip155:10000",