Skip to content

Commit

Permalink
Merge pull request #10131 from filecoin-project/asr/fix-devnets
Browse files Browse the repository at this point in the history
fix: devnets: default to starting from nv17
  • Loading branch information
geoff-vball authored Jan 26, 2023
2 parents c93717b + a64744f commit d6da796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var NetworkBundle = "devnet"
var BundleOverrides map[actorstypes.Version]string
var ActorDebugging = true

const GenesisNetworkVersion = network.Version18
const GenesisNetworkVersion = network.Version17

var UpgradeBreezeHeight = abi.ChainEpoch(-1)

Expand Down

0 comments on commit d6da796

Please sign in to comment.