Skip to content

Commit 5edcc6c

Browse files
authored
increase gas limit (#765)
1 parent c85f0e6 commit 5edcc6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tooling/ethrex-fixtures/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
190190
slot_number: None,
191191
version: 3,
192192
elasticity_multiplier: ELASTICITY_MULTIPLIER,
193-
gas_ceil: 30_000_000,
193+
gas_ceil: 60_000_000,
194194
};
195195
let skeleton = create_payload(&payload_args, &store, Bytes::new())?;
196196
let result = blockchain.build_payload(skeleton)?;

0 commit comments

Comments
 (0)