Skip to content

Commit

Permalink
Merge pull request #144 from connext/remove_zksync
Browse files Browse the repository at this point in the history
fix: remove zksync for watcher support
  • Loading branch information
preethamr authored Mar 22, 2024
2 parents 78858cf + 7a4f103 commit d3803f5
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3122,36 +3122,6 @@
}
}
},
{
"name": "ZkSync2 Mainnet",
"chainId": 324,
"domainId": "2053862243",
"type": "mainnet",
"confirmations": 1,
"network": "zksync",
"nativeCurrency": {
"symbol": "ztETH",
"decimals": 18
},
"subgraph": [],
"rpc": ["https://zksync.drpc.org", "https://mainnet.era.zksync.io"],
"assetId": {
"0x0000000000000000000000000000000000000000": {
"symbol": "ztETH",
"mainnetEquivalent": "0x0000000000000000000000000000000000000000",
"decimals": 18
},
"0x1f4df37E553cEC57D8751e45664B70b9e1FF1d33": {
"symbol": "TEST",
"decimals": 18
}
},
"gasEstimates": {
"execute": "300000",
"proveAndProcess": "120000",
"messaging": "4500"
}
},
{
"name": "Polygon zkEVM",
"chainId": 1101,
Expand Down

0 comments on commit d3803f5

Please sign in to comment.