Skip to content

Commit

Permalink
Set timestamp for BSC BOHR hardfork (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 authored Aug 27, 2024
1 parent d8822ea commit 1553fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/consensus/bsc/verifier/src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl Config for Testnet {
}

impl Config for Mainnet {
const BOHR_FORK_TIMESTAMP: u64 = u64::MAX;
const BOHR_FORK_TIMESTAMP: u64 = 1727317200;
}

#[derive(Debug, Encode, Decode, Clone)]
Expand Down

0 comments on commit 1553fc6

Please sign in to comment.