update ambros endpoint (#1130)

This commit is contained in:
Frank 2022-05-08 20:00:13 +10:00 committed by GitHub
parent b255847762
commit 4e93d1d593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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"
}]
}

View File

@ -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"
}]
}