Skip to content

Commit

Permalink
Merge pull request #10008 from filecoin-project/jen/sad
Browse files Browse the repository at this point in the history
fix: hyperspace build
  • Loading branch information
jennijuju authored Jan 14, 2023
2 parents 0731fe2 + 7544368 commit 84bad8a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build/params_hyperspace.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build hyperspace
// +build hyperspace
//go:build hyperspacenet
// +build hyperspacenet

package build

Expand All @@ -24,10 +24,6 @@ const GenesisFile = "hyperspace.car"

const GenesisNetworkVersion = network.Version18

var NetworkBundle = "hyperspacenet"
var BundleOverrides map[actorstypes.Version]string
var ActorDebugging = false

var UpgradeBreezeHeight = abi.ChainEpoch(-1)

const BreezeGasTampingDuration = 120
Expand Down

0 comments on commit 84bad8a

Please sign in to comment.