mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"name": "Columbus Test Network",
|
|
"chain": "CAM",
|
|
"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"
|
|
}
|
|
]
|
|
}
|