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

This commit is contained in:
ligi 2022-05-08 10:04:01 +00:00
parent 05a1357378
commit 04c06ed546
4 changed files with 12 additions and 12 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

@ -2140,9 +2140,9 @@
"symbol": "AMBR",
"decimals": 18
},
"rpc": ["https://mainnet.ambroschain.com"],
"rpc": ["https://api.ambros.network"],
"faucets": [],
"infoURL": "https://bcmhunt.com/"
"infoURL": "https://ambros.network"
}, {
"name": "Wanchain",
"chainId": 888,
@ -3349,9 +3349,9 @@
"symbol": "AMBR",
"decimals": 18
},
"rpc": ["https://testnet.ambroschain.com"],
"rpc": ["https://api.testnet.ambros.network"],
"faucets": [],
"infoURL": "https://bcmhunt.com/"
"infoURL": "https://test.ambros.network"
}, {
"name": "Mammoth",
"chainId": 8898,

View File

@ -2939,20 +2939,20 @@
}, {
"name": "Ambros Chain Mainnet",
"chain": "ambroschain",
"rpc": ["https://mainnet.ambroschain.com"],
"rpc": ["https://api.ambros.network"],
"faucets": [],
"nativeCurrency": {
"name": "AMBROS",
"symbol": "AMBR",
"decimals": 18
},
"infoURL": "https://bcmhunt.com/",
"infoURL": "https://ambros.network",
"shortName": "ambros",
"chainId": 880,
"networkId": 880,
"explorers": [{
"name": "Ambros Chain Explorer",
"url": "https://explorer.ambroschain.com",
"url": "https://ambrosscan.com",
"standard": "none"
}]
}, {
@ -4659,20 +4659,20 @@
}, {
"name": "Ambros Chain Testnet",
"chain": "ambroschain",
"rpc": ["https://testnet.ambroschain.com"],
"rpc": ["https://api.testnet.ambros.network"],
"faucets": [],
"nativeCurrency": {
"name": "AMBROS",
"symbol": "AMBR",
"decimals": 18
},
"infoURL": "https://bcmhunt.com/",
"infoURL": "https://test.ambros.network",
"shortName": "ambrostestnet",
"chainId": 8888,
"networkId": 8888,
"explorers": [{
"name": "Ambros Chain Explorer",
"url": "https://testexplorer.ambroschain.com",
"url": "https://testnet.ambrosscan.com",
"standard": "none"
}]
}, {