Skip to content

Commit

Permalink
chore: fix GenesisNetworkVersion for butterfly
Browse files Browse the repository at this point in the history
chore: fix GenesisNetworkVersion for butterfly
  • Loading branch information
rjan90 committed Dec 4, 2024
1 parent 5567106 commit 1276113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/buildconstants/params_butterfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandQuicknet,
}

const GenesisNetworkVersion = network.Version22
const GenesisNetworkVersion = network.Version24

var NetworkBundle = "butterflynet"
var ActorDebugging = false
Expand Down

0 comments on commit 1276113

Please sign in to comment.