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 trying to deploy a contract using hardhat (HardhatRuntimeEnvironment.deployments.deploy()), but every time I try to run the deployment, anvil segfaults. Those contracts work just fine on mainnet/goerli/sepolia.
platform: linux amd64
I've tried nightly (0.2.0) as well as nightly from August, 1 (0.1.0), but I keep getting the same error.
I've tried both pre-built assets as well as compiling anvil myself.
Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
anvil 0.2.0 (c976619 2023-08-30T16:41:30.798064692Z)
What command(s) is the bug in?
anvil --chain-id 1337
Operating System
Linux amd64
Describe the bug
I'm trying to deploy a contract using hardhat (
HardhatRuntimeEnvironment.deployments.deploy()
), but every time I try to run the deployment, anvil segfaults. Those contracts work just fine on mainnet/goerli/sepolia.platform: linux amd64
I've tried nightly (
0.2.0
) as well as nightly from August, 1 (0.1.0
), but I keep getting the same error.I've tried both pre-built assets as well as compiling anvil myself.
The text was updated successfully, but these errors were encountered: