From 1dd10760279b8cdbf47c8b535f04c9189e47f205 Mon Sep 17 00:00:00 2001 From: Noc <6710543+Noctunus@users.noreply.github.com> Date: Wed, 10 May 2023 10:28:47 +0200 Subject: [PATCH] Update eip155-500.json (#2783) * Added the RPC URL for the now online mainnet * Changed explorer URL to a the new deployed explorer in the application suite Co-authored-by: ligi --- _data/chains/eip155-500.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-500.json b/_data/chains/eip155-500.json index d6883148..c1ab40f5 100644 --- a/_data/chains/eip155-500.json +++ b/_data/chains/eip155-500.json @@ -1,7 +1,7 @@ { "name": "Camino C-Chain", "chain": "CAM", - "rpc": [], + "rpc": ["https://api.camino.network/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "Camino", @@ -16,7 +16,7 @@ "explorers": [ { "name": "blockexplorer", - "url": "https://explorer.camino.foundation/mainnet", + "url": "https://suite.camino.network/explorer", "standard": "none" } ]