diff --git a/_data/chains/eip155-500.json b/_data/chains/eip155-500.json new file mode 100644 index 00000000..88120f9b --- /dev/null +++ b/_data/chains/eip155-500.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-501.json b/_data/chains/eip155-501.json new file mode 100644 index 00000000..729a841e --- /dev/null +++ b/_data/chains/eip155-501.json @@ -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" + } + ] +} diff --git a/_data/icons/camino.json b/_data/icons/camino.json new file mode 100644 index 00000000..311bbc15 --- /dev/null +++ b/_data/icons/camino.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSEoUonisawfCvT3osysuZzbqUEHugtgNraePKWL8PKYa", + "width": 768, + "height": 768, + "format": "png" + } +]