Update Columbus and Camino rpc and infoURL (#2541)

This commit is contained in:
Krzysztof Borowiecki 2023-03-29 13:27:49 +02:00 committed by GitHub
parent ec7e1a135a
commit d9aa788e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"symbol": "CAM", "symbol": "CAM",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://camino.foundation/", "infoURL": "https://camino.network/",
"shortName": "Camino", "shortName": "Camino",
"chainId": 500, "chainId": 500,
"networkId": 1000, "networkId": 1000,

View File

@ -1,14 +1,14 @@
{ {
"name": "Columbus Test Network", "name": "Columbus Test Network",
"chain": "CAM", "chain": "CAM",
"rpc": [], "rpc": ["https://columbus.camino.network/ext/bc/C/rpc"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Camino", "name": "Camino",
"symbol": "CAM", "symbol": "CAM",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://camino.foundation/", "infoURL": "https://camino.network/",
"shortName": "Columbus", "shortName": "Columbus",
"chainId": 501, "chainId": 501,
"networkId": 1001, "networkId": 1001,