zksync2 support #919
Labels
C-forge
Command: forge
Cmd-forge-build
Command: forge build
Cmd-forge-create
Command: forge create
Cmd-forge-debug
Command: forge run
Cmd-forge-test
Command: forge test
D-hard
Difficulty: hard
P-low
Priority: low
T-feature
Type: feature
Component
Forge
Describe the feature you would like
Support compiling for and deploying to zksync2.
Additional context
Zksync2 is, as far as I can tell, the first (mostly) EVM-compatible ZK rollup. They recently launched a public testnet.
Currently, their deployment pipeline only works with Hardhat. Details: https://v2-docs.zksync.io/dev/guide/hello-world.html#initializing-the-project-deploying-smart-contract
Obviously, I'd prefer to use Forge. I'm not sure what it would take. It looks like we'd have to support using a custom solc. Just opening this as a stub issue to track potential future zksync support.
The text was updated successfully, but these errors were encountered: