From 0649bd4301b9086c2a67848f5170cb793d61ec4b Mon Sep 17 00:00:00 2001 From: excaliborr Date: Thu, 21 Sep 2023 09:53:45 -0400 Subject: [PATCH] fix: remove private rpc --- crossChain.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crossChain.json b/crossChain.json index 89c5d45..2b1ad28 100644 --- a/crossChain.json +++ b/crossChain.json @@ -216,8 +216,9 @@ } }, "rpc": [ - "https://api.mycryptoapi.com/eth", - "https://cloudflare-eth.com" + "https://eth.llamarpc.com", + "https://cloudflare-eth.com", + "https://ethereum.publicnode.com" ], "subgraph": [ "https://api.thegraph.com/subgraphs/name/connext/nxtp-mainnet-v1-runtime"