Open majinbot opened 2 months ago
For me, this is mitigated by manually providing the latest @nomicfoundation/slang
commit in package.json
, deleting node_modules
with package-lock.json
, and doing npm i
.
"overrides": {
"@openzeppelin/upgrades-core": {
"@nomicfoundation/slang": "git://github.com/NomicFoundation/slang.git#15c437c6c4902cd43e0027f750ba59e8f22f47f9"
}
}
Note that this is a temporary solution before the new @nomicfoundation/slang
version release.
Hello, I will get the stack trace printed below if I try running any HH task with your plugin imported in HH config
import "@openzeppelin/hardhat-upgrades"
.We ruled any HH fault with @alcuadrado, whom just released support for latest solc: https://github.com/NomicFoundation/hardhat/issues/5723
💻 Environment
interpreter: Bun 1.1.28
deps:
📝 Details
HH config