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 committed Jan 15, 2019
1 parent b76e5ab commit 65e115e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ track = "beta"
# Latest supported fork blocks.
# Indicates a critical release in this track (i.e. consensus issue).
[package.metadata.networks]
foundation = { forkBlock = 4370000, critical = true }
ropsten = { forkBlock = 4230000, critical = true }
kovan = { forkBlock = 6600000, critical = true }
foundation = { forkBlock = 7080000, critical = false }
ropsten = { forkBlock = 4230000, critical = false }
kovan = { forkBlock = 9200000, critical = false }

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

0 comments on commit 65e115e

Please sign in to comment.