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 zksolc compiler version in your Hardhat config file (1.5.7) is not the latest. We recommend using the latest version 1.5.9.
Compiling contracts for ZKsync Era with zksolc v1.5.7 and zkvm-solc v0.8.0-1.0.1
Compiling 22 Solidity files
Downloading zkvm-solc 0.5.16-1.0.1
UnimplementedFeatureError: Modifiers not implemented yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Team or Project
No response
Which compiler are you using?
Which version of Solidity or Vyper?
0.8.0, 0.5.16, 0.5.0
zksolc/zkvyper version?
1.5.7
Explain the issue
The zksolc compiler version in your Hardhat config file (1.5.7) is not the latest. We recommend using the latest version 1.5.9.
Compiling contracts for ZKsync Era with zksolc v1.5.7 and zkvm-solc v0.8.0-1.0.1
Compiling 22 Solidity files
Downloading zkvm-solc 0.5.16-1.0.1
UnimplementedFeatureError: Modifiers not implemented yet.
Error in plugin @matterlabs/hardhat-zksync-solc: Failed to download https://github.com/matter-labs/era-solidity/raw/main/windows-amd64/solc-windows-amd64-0.5.16-1.0.1.exe - 404 received.
I am trying to compile uniswapv2 contracts and get this error. Idk how to fix it.
UniswapV2ERC20.sol
UniswapV2Factory.sol
UniswapV2Pair.sol
Link to your repo?
No response
Beta Was this translation helpful? Give feedback.
All reactions