-
Notifications
You must be signed in to change notification settings - Fork 408
Open
Labels
bugSomething isn't workingSomething isn't working
Description
π Script Bug Report
% yarn test-node
yarn run v1.22.19
$ ./bin/anvil-zksync --protocol-version=28 --emulate-evm
[anvil_zksync-gen-0] Generic error: Block #67399772 from fork=https://mainnet.era.zksync.io/ is using unsupported protocol version `29`. anvil-zksync only supports the following versions: 26, 27, 28.
Error: AnvilGeneric(GenericError { message: "Block #67399772 from fork=https://mainnet.era.zksync.io/ is using unsupported protocol version `29`. anvil-zksync only supports the following versions: 26, 27, 28." })
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.π Description
After installing anvil, and trying to run tests, you get the above error.
π Reproduction Steps
cd system-contracts
yarn install-anvil
yarn test-node
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working