mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
update ambros endpoint
This commit is contained in:
parent
9b70d2ef1d
commit
eadc486cc2
|
@ -2,7 +2,7 @@
|
||||||
"name": "Ambros Chain Mainnet",
|
"name": "Ambros Chain Mainnet",
|
||||||
"chain": "ambroschain",
|
"chain": "ambroschain",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://mainnet.ambroschain.com"
|
"https://api.ambros.network"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -10,13 +10,13 @@
|
||||||
"symbol": "AMBR",
|
"symbol": "AMBR",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://bcmhunt.com/",
|
"infoURL": "https://ambros.network",
|
||||||
"shortName": "ambros",
|
"shortName": "ambros",
|
||||||
"chainId": 880,
|
"chainId": 880,
|
||||||
"networkId": 880,
|
"networkId": 880,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "Ambros Chain Explorer",
|
"name": "Ambros Chain Explorer",
|
||||||
"url": "https://explorer.ambroschain.com",
|
"url": "https://ambrosscan.com",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Ambros Chain Testnet",
|
"name": "Ambros Chain Testnet",
|
||||||
"chain": "ambroschain",
|
"chain": "ambroschain",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://testnet.ambroschain.com"
|
"https://api.testnet.ambros.network"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -10,13 +10,13 @@
|
||||||
"symbol": "AMBR",
|
"symbol": "AMBR",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://bcmhunt.com/",
|
"infoURL": "https://test.ambros.network",
|
||||||
"shortName": "ambrostestnet",
|
"shortName": "ambrostestnet",
|
||||||
"chainId": 8888,
|
"chainId": 8888,
|
||||||
"networkId": 8888,
|
"networkId": 8888,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "Ambros Chain Explorer",
|
"name": "Ambros Chain Explorer",
|
||||||
"url": "https://testexplorer.ambroschain.com",
|
"url": "https://testnet.ambrosscan.com",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user