Deploying to gh-pages from @ ethereum-lists/chains@b8d947d318 🚀

This commit is contained in:
ligi 2022-12-06 18:57:46 +00:00
parent 0b666394e7
commit 22cded1f08
10 changed files with 133 additions and 3 deletions

View File

@ -1094,6 +1094,14 @@
"height": 512,
"format": "png"
}]
}, {
"name": "camino",
"icons": [{
"url": "ipfs://QmSEoUonisawfCvT3osysuZzbqUEHugtgNraePKWL8PKYa",
"width": 768,
"height": 768,
"format": "png"
}]
}, {
"name": "venidium",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-500.json Normal file
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"
}
]
}

23
chains/eip155-501.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2143,6 +2143,32 @@
"rpc": [],
"faucets": [],
"infoURL": "https://www.rupx.io"
}, {
"name": "Camino C-Chain",
"chainId": 500,
"shortName": "Camino",
"networkId": 1000,
"nativeCurrency": {
"name": "Camino",
"symbol": "CAM",
"decimals": 18
},
"rpc": ["https://mainnet.camino.foundation/ext/bc/C/rpc"],
"faucets": [],
"infoURL": "https://camino.foundation/"
}, {
"name": "Columbus Test Network",
"chainId": 501,
"shortName": "Columbus",
"networkId": 1001,
"nativeCurrency": {
"name": "Camino",
"symbol": "CAM",
"decimals": 18
},
"rpc": ["https://columbus.camino.foundation/ext/bc/C/rpc"],
"faucets": [],
"infoURL": "https://camino.foundation/"
}, {
"name": "Double-A Chain Mainnet",
"chainId": 512,

View File

@ -3051,6 +3051,46 @@
"chainId": 499,
"networkId": 499,
"slip44": 499
}, {
"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"
}]
}, {
"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"
}]
}, {
"name": "Double-A Chain Mainnet",
"chain": "AAC",

8
icons/camino.json Normal file
View File

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

View File

@ -164,6 +164,8 @@
"SX": "eip155:416",
"ogor": "eip155:420",
"rupx": "eip155:499",
"Camino": "eip155:500",
"Columbus": "eip155:501",
"aac": "eip155:512",
"aact": "eip155:513",
"gz-mainnet": "eip155:516",