Skip to content

Commit

Permalink
config: setup Testnet Bohr hardfork date
Browse files Browse the repository at this point in the history
expected Bohr hard fork date:
- Testnet: 2024-08-20 01:23:16 AM UTC
- Mainnet: it is not determined yet, target Later Sep 2024
  • Loading branch information
zzzckck committed Aug 7, 2024
1 parent b61128b commit e8bdbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ var (
CancunTime: newUint64(1713330442), // 2024-04-17 05:07:22 AM UTC
HaberTime: newUint64(1716962820), // 2024-05-29 06:07:00 AM UTC
HaberFixTime: newUint64(1719986788), // 2024-07-03 06:06:28 AM UTC
BohrTime: nil,
BohrTime: newUint64(1724116996), // 2024-08-20 01:23:16 AM UTC

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit e8bdbac

Please sign in to comment.