mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
7c0850b281
commit
b8d947d318
23
_data/chains/eip155-500.json
Normal file
23
_data/chains/eip155-500.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-501.json
Normal file
23
_data/chains/eip155-501.json
Normal 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
8
_data/icons/camino.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmSEoUonisawfCvT3osysuZzbqUEHugtgNraePKWL8PKYa",
|
||||
"width": 768,
|
||||
"height": 768,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user