Skip to content

[ZK Stack] - ecosystem init compilation error #888

Answered by popzxc
nktaushanov asked this question in ZK Stack
Discussion options

You must be logged in to vote

Hello! foundry-zksync had a breaking change recently, and the latest version is not supported yet.

To make sure that everything work, you should do the following:

  • git pull to make sure that you're running the most recent version of the codebase.
  • zkstackup --local to reinstall zkstack CLI
  • foundryup-zksync -C 27360d4c8 (not newer!) to install compatible version of foundry-zksync.
  • rm -rf contracts and git submodule update --init --recursive to make sure that there are no old contracts artifacts.

After that, deploying should work.
This is only required temporarily; hopefully the latest foundry-zksync version would be supported in the core codebase soon.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@nktaushanov
Comment options

Answer selected by nktaushanov
Comment options

You must be logged in to vote
1 reply
@popzxc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ZK Stack
Labels
zk-stack ZK Stack Question
2 participants