Skip to content

Commit

Permalink
Merge pull request #545 from libotony/sched-testnet-finality
Browse files Browse the repository at this point in the history
schedule testnet finality fork
  • Loading branch information
libotony committed Aug 18, 2022
2 parents 1def23d + 6023e73 commit 159f2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thor/fork_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ var forkConfigs = map[Bytes32]ForkConfig{
ETH_CONST: 3192500,
BLOCKLIST: math.MaxUint32,
ETH_IST: 9146700,
VIP214: 10606800, // ~ Fri Nov 05 2021 08:00:00 GMT
FINALITY: math.MaxUint32,
VIP214: 10606800,
FINALITY: 13086360, // ~ Fri, 19 Aug 2022 08:00:00 GMT
},
}

Expand Down

0 comments on commit 159f2d0

Please sign in to comment.