mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
update ambros endpoint (#1130)
This commit is contained in:
parent
b255847762
commit
4e93d1d593
|
@ -2,7 +2,7 @@
|
|||
"name": "Ambros Chain Mainnet",
|
||||
"chain": "ambroschain",
|
||||
"rpc": [
|
||||
"https://mainnet.ambroschain.com"
|
||||
"https://api.ambros.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -10,13 +10,13 @@
|
|||
"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"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Ambros Chain Testnet",
|
||||
"chain": "ambroschain",
|
||||
"rpc": [
|
||||
"https://testnet.ambroschain.com"
|
||||
"https://api.testnet.ambros.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -10,13 +10,13 @@
|
|||
"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"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user