zkemail / email-wallet

A smart contract wallet controlled using email
https://emailwallet.org
MIT License
131 stars 16 forks source link

Add interface and disable LibZip.sol #62

Closed wshino closed 7 months ago

wshino commented 7 months ago

About deployement to zkSync, the hardhat couldn't resolve cyclic reference, I added interface of EmailWalletCore. And also zkSync doesn't support LibZip functions, it has been not used right now, I commented out these feature.

wshino commented 7 months ago

This PR is not needed anymore.

Divide-By-0 commented 7 months ago

Wait why not? We still want to deploy on ZK sync soon right?