Merge pull request #10008 from filecoin-project/jen/sad
fix: hyperspace build
This commit is contained in:
commit
84bad8a79a
@ -1,5 +1,5 @@
|
||||
//go:build hyperspace
|
||||
// +build hyperspace
|
||||
//go:build hyperspacenet
|
||||
// +build hyperspacenet
|
||||
|
||||
package build
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user