Skip to content

glamsterdam-devnet-6: raise faucet claim gas limit to 250000#47

Open
ckoopmann wants to merge 1 commit into
ethpandaops:masterfrom
ckoopmann:fix-faucet-tx-gaslimit
Open

glamsterdam-devnet-6: raise faucet claim gas limit to 250000#47
ckoopmann wants to merge 1 commit into
ethpandaops:masterfrom
ckoopmann:fix-faucet-tx-gaslimit

Conversation

@ckoopmann

@ckoopmann ckoopmann commented Jul 21, 2026

Copy link
Copy Markdown

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 faucetTxGasLimit to 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.

@ckoopmann
ckoopmann force-pushed the fix-faucet-tx-gaslimit branch from 12248b5 to de7a9fb Compare July 21, 2026 11:43
@ckoopmann ckoopmann changed the title fix(faucet): bump claim tx gas limit to cover new-account creation cost glamsterdam-devnet-6: raise faucet claim gas limit to 250000 Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Faucet payouts always revert on devnet-6: faucetTxGasLimit 100k < ~207k new-account cost under Amsterdam gas repricing

1 participant