You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the PR removed the weth bridge in the sdk side which fit this ticket's requirement.
But in the contract deploying scripts still deploy the bridges, so the zk init will still deploy the bridges just the SDK cannot access it. Do we want to remove it too?
Operations related to
WethBridge
needs to be removed from thezksync-web3-sdk
We will not deploy
WethBridge
in CronosV2 because the CronosV2 will be using CRO as native token, not ETHWe can deal with WETH the same way we are dealing with any ERC20 (Using the
ERC20Bridge
)Thus all operations to WethBridge can be removed from the sdk
The text was updated successfully, but these errors were encountered: