Closed mickvandijke closed 1 month ago
which anvil version are you using? can you try with latest?
which anvil version are you using? can you try with latest?
Hey @mattsse , thanks for the quick response! I'm using Anvil version 0.2.0
, which seems to be the latest.
what's the --version?
anvil 0.2.0 (2044fae 2024-10-22T00:21:22.595388000Z)
Ah sorry @mattsse , updating Anvil indeed fixed it! I thought I was already on latest with 0.2.0
, but apparently, that version also has subversions.
For anyone else running into this problem, run foundryup
again.
Component
contract, transports
What version of Alloy are you on?
0.5.2
Operating System
macOS (Apple Silicon)
Describe the bug
When updating Alloy from 0.4.2 to 0.5.2, we were hit by an error when deploying a contract locally on Anvil:
Prior to updating, this wasn't an issue.
Import:
Relevant code:
https://github.com/maidsafe/safe_network/blob/main/evmlib/src/contract/network_token.rs