glamsterdam-devnet-6: raise faucet claim gas limit to 250000#47
Open
ckoopmann wants to merge 1 commit into
Open
glamsterdam-devnet-6: raise faucet claim gas limit to 250000#47ckoopmann wants to merge 1 commit into
ckoopmann wants to merge 1 commit into
Conversation
ckoopmann
force-pushed
the
fix-faucet-tx-gaslimit
branch
from
July 21, 2026 11:43
12248b5 to
de7a9fb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #46.
With Amsterdam gas repricing active, a value transfer that creates a fresh account costs ~207k gas, so the faucet's 100k claim-tx gas limit makes every payout to a new wallet revert with out-of-gas. All claim txs from the devnet-6 faucet wallet show status 0 with gasUsed = 100000.
Bumps
faucetTxGasLimitto 250000 for the devnet-6 public faucet, matching the fix already applied to the devnet-6 agent faucet in dab0568 (whose payouts confirm the fix works on-chain). devnet-7 is covered by #39.