Skip to content

Commit

Permalink
Merge pull request #99 from excaliborr/main
Browse files Browse the repository at this point in the history
fix: remove private rpc
  • Loading branch information
LayneHaber authored Sep 21, 2023
2 parents f9abb6c + 0649bd4 commit b149a9d
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 b149a9d

Please sign in to comment.