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
Using Foundry scripting to deploy contracts doesn't work for Arbitrum.
Reproduction steps
In project root, run forge script script/Counter.s.sol -f arbitrum --broadcast --verify
Output
[⠆] Compiling...
No files changed, compilation skipped
Script ran successfully.
== Return ==
ctr: contract Counter 0x1b3a0dcD5f3A5e9867A2D6A881e0A9481339B3f8
Error:
Failed to estimate gas for tx: 0x5bf1…0498
Foundry version
forge 0.2.0 (7257375 2022-09-30T00:19:04.033244Z)
The text was updated successfully, but these errors were encountered:
Using Foundry scripting to deploy contracts doesn't work for Arbitrum.
Reproduction steps
In project root, run
forge script script/Counter.s.sol -f arbitrum --broadcast --verify
Output
Foundry version
The text was updated successfully, but these errors were encountered: