From d9aa788e8bb50abcaab9b9de9ac9cf00436880ba Mon Sep 17 00:00:00 2001 From: Krzysztof Borowiecki <34208222+Chriserus@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:27:49 +0200 Subject: [PATCH] Update Columbus and Camino rpc and infoURL (#2541) --- _data/chains/eip155-500.json | 2 +- _data/chains/eip155-501.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-500.json b/_data/chains/eip155-500.json index 0f3939ae..d6883148 100644 --- a/_data/chains/eip155-500.json +++ b/_data/chains/eip155-500.json @@ -8,7 +8,7 @@ "symbol": "CAM", "decimals": 18 }, - "infoURL": "https://camino.foundation/", + "infoURL": "https://camino.network/", "shortName": "Camino", "chainId": 500, "networkId": 1000, diff --git a/_data/chains/eip155-501.json b/_data/chains/eip155-501.json index b0320c2a..473a4136 100644 --- a/_data/chains/eip155-501.json +++ b/_data/chains/eip155-501.json @@ -1,14 +1,14 @@ { "name": "Columbus Test Network", "chain": "CAM", - "rpc": [], + "rpc": ["https://columbus.camino.network/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "Camino", "symbol": "CAM", "decimals": 18 }, - "infoURL": "https://camino.foundation/", + "infoURL": "https://camino.network/", "shortName": "Columbus", "chainId": 501, "networkId": 1001,