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
I'm installing both in my own hardhat contract project npm i @openzeppelin/contracts npm i @imtbl/contracts
When compiling and deploying immutable zkEVM based contracts, I get an error because the imported version of @openzeppelin/contracts is up to date.
I think if the default @openzeppelin/contracts@4.9.3 in @imtbl/contracts is renamed to @openzeppelin/contracts-v4, it will not affect developers who also use @openzeppelin/contracts@latest Issue.
The text was updated successfully, but these errors were encountered:
I'm installing both in my own hardhat contract project
npm i @openzeppelin/contracts
npm i @imtbl/contracts
When compiling and deploying immutable zkEVM based contracts, I get an error because the imported version of @openzeppelin/contracts is up to date.
I think if the default @openzeppelin/contracts@4.9.3 in @imtbl/contracts is renamed to @openzeppelin/contracts-v4, it will not affect developers who also use @openzeppelin/contracts@latest Issue.
The text was updated successfully, but these errors were encountered: