-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Error intrinsic gas too low
when deploying contract on Plume Devnet (Arbitrum configuration)
#9619
Comments
Likely related to Plume having an Arbitrum configuration and therefore requiring a different gas calculation foundry/crates/cli/src/utils/cmd.rs Lines 159 to 182 in 15940fc
Plume also needs to be added to https://github.com/alloy-rs/chains |
Error intrinsic gas too low
when deploying contract on Plume Devnet (Arbitrum configuration)
@zerosnacks Hi, what needs to be done now? |
Is there a bridge available for bridging from Sepolia to Plume Devnet? The Plume team will need to check alloy-rs/chains@main...zerosnacks/add-plume for correctness and / or submit a PR Once it is added as a chain we can add it in the check above which will query the RPC for the gas calculation |
there is a bridge: https://plume-testnet-m8kfz7osif-fbc24081e9bf0dcf.testnets.rollbridge.app/ |
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
0.2.0
What command(s) is the bug in?
forge script script/Counter.s.sol:CounterScript --rpc-url $RPC --private-key $PRIVATE_KEY --broadcast
Operating System
Linux
Describe the bug
The text was updated successfully, but these errors were encountered: