Camino and columbus networks (#1968)

* Add Camino and Columbus networks

* Change Columbus chainId to 501

* Update block explorer link

* Add camino.json logo

* Decided Block Explorer name

* Correct block explorer urls, set standard to none
This commit is contained in:
Krzysztof Borowiecki 2022-12-06 19:54:19 +01:00 committed by GitHub
parent 7c0850b281
commit b8d947d318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "Camino C-Chain",
"chain": "CAM",
"rpc": ["https://mainnet.camino.foundation/ext/bc/C/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Camino",
"symbol": "CAM",
"decimals": 18
},
"infoURL": "https://camino.foundation/",
"shortName": "Camino",
"chainId": 500,
"networkId": 1000,
"icon": "camino",
"explorers": [
{
"name": "blockexplorer",
"url": "https://explorer.camino.foundation/mainnet",
"standard": "none"
}
]
}

View File

@ -0,0 +1,23 @@
{
"name": "Columbus Test Network",
"chain": "CAM",
"rpc": ["https://columbus.camino.foundation/ext/bc/C/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Camino",
"symbol": "CAM",
"decimals": 18
},
"infoURL": "https://camino.foundation/",
"shortName": "Columbus",
"chainId": 501,
"networkId": 1001,
"icon": "camino",
"explorers": [
{
"name": "blockexplorer",
"url": "https://explorer.camino.foundation",
"standard": "none"
}
]
}

8
_data/icons/camino.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSEoUonisawfCvT3osysuZzbqUEHugtgNraePKWL8PKYa",
"width": 768,
"height": 768,
"format": "png"
}
]