Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
version: bump fork blocks for kovan and foundation (#10186)
Browse files Browse the repository at this point in the history
  • Loading branch information
5chdn authored Jan 15, 2019
1 parent 64704c4 commit 53c408f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ track = "nightly"
# Latest supported fork blocks.
# Indicates a critical release in this track (i.e. consensus issue).
[package.metadata.networks]
foundation = { forkBlock = 4370000, critical = false }
foundation = { forkBlock = 7080000, critical = false }
ropsten = { forkBlock = 4230000, critical = false }
kovan = { forkBlock = 6600000, critical = false }
kovan = { forkBlock = 9200000, critical = false }

[dependencies]
parity-bytes = "0.1"
Expand Down

0 comments on commit 53c408f

Please sign in to comment.