Skip to content

Commit

Permalink
Merge pull request #121 from connext/add_rpc_urls
Browse files Browse the repository at this point in the history
fix: add rpc urls
  • Loading branch information
preethamr authored Jan 29, 2024
2 parents bebccfe + 7a973a6 commit 44181cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3006,6 +3006,10 @@
"decimals": 18
},
"subgraph": [],
"rpc": [
"https://zksync.drpc.org",
"https://mainnet.era.zksync.io"
],
"assetId": {
"0x0000000000000000000000000000000000000000": {
"symbol": "ztETH",
Expand All @@ -3030,6 +3034,10 @@
"decimals": 18
},
"subgraph": [],
"rpc": [
"https://polygon-zkevm.drpc.org",
"https://1rpc.io/polygon/zkevm"
],
"assetId": {
"0x0000000000000000000000000000000000000000": {
"symbol": "ETH",
Expand Down

0 comments on commit 44181cd

Please sign in to comment.