contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Is it possible to rename the default @openzeppelin/[email protected] to @openzeppelin/contracts-v4?

Open wujingfei1990 opened this issue 1 year ago • 1 comments

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/[email protected] in @imtbl/contracts is renamed to @openzeppelin/contracts-v4, it will not affect developers who also use @openzeppelin/contracts@latest Issue.

wujingfei1990 avatar Apr 18 '24 08:04 wujingfei1990

Thanks for reporting this. I will have a look early next week.

drinkcoffee avatar Apr 24 '24 01:04 drinkcoffee