Vectorized
@optimizoor
Noob question: how do I submit a Base txn with >100M gas? Wanna test something.
4 replies
1 recast
25 reactions
Philippe Castonguay
@phabc
Write a contract with al giant for loop that deploys contracts or write to storage. Writing to storage is probably a little healthier for the chain
1 reply
0 recast
1 reaction
Roberto Bayardo 🎩
@bayardo.eth
You can't. Max gas per block is limited to 30M at the moment.
1 reply
0 recast
2 reactions
phil
@phil
Dumb answer (not sure this would work) Write a simple contract that increments over a variable range and accepts the upper bound as an input Pass in increasingly larger amounts until you hit the block gas limit
0 reply
0 recast
1 reaction
Middlemarch
@middlemarch
Any luck? Seems like there’s some kind of non-gas metering thing (per tx gas limit?) which makes sense bc otherwise someone could spend $50 to max out gas and massively pump the next block’s base fee. Which, shouldn’t base fee change intra block to prevent this??
0 reply
0 recast
0 reaction