Skip to content

Commit

Permalink
fix: remove private rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
excaliborr committed Sep 21, 2023
1 parent f9abb6c commit 0649bd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0649bd4

Please sign in to comment.