We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e6865 commit f46eb04Copy full SHA for f46eb04
src/tasks/env.rs
@@ -41,7 +41,7 @@ impl EnvTask {
41
number: U256::from(previous.number + 1),
42
beneficiary: self.config.builder_rewards_address,
43
// NB: EXACTLY the same as the previous block
44
- timestamp: U256::from(previous.number + self.config.slot_calculator.slot_duration()),
+ timestamp: U256::from(previous.timestamp + self.config.slot_calculator.slot_duration()),
45
gas_limit: self.config.rollup_block_gas_limit,
46
basefee: previous
47
.next_block_base_fee(BaseFeeParams::ethereum())
0 commit comments