File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
taiko-client-rs/crates/protocol/src/shasta
taiko-client/bindings/manifest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pub const MAX_ANCHOR_OFFSET: u64 = 128;
1515pub const MIN_ANCHOR_OFFSET : u64 = 2 ;
1616
1717/// The maximum timestamp offset from the proposal origin timestamp.
18- pub const TIMESTAMP_MAX_OFFSET : u64 = 12 * 32 ;
18+ pub const TIMESTAMP_MAX_OFFSET : u64 = 12 * 128 ;
1919
2020/// The minimum block gas limit.
2121pub const MIN_BLOCK_GAS_LIMIT : u64 = 10_000_000 ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const (
1414 // ProposalMaxBlocks The maximum number of blocks allowed in a proposal.
1515 ProposalMaxBlocks = 384
1616 // TimestampMaxOffset The maximum number timestamp offset from the proposal origin timestamp.
17- TimestampMaxOffset = 12 * 32
17+ TimestampMaxOffset = 12 * 128
1818 // AnchorMinOffset The minimum anchor block number offset from the proposal origin block number.
1919 AnchorMinOffset = 2
2020 // AnchorMaxOffset The maximum anchor block number offset from the proposal origin block number.
You can’t perform that action at this time.
0 commit comments