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
|
//go:build hyperspacenet
|
||||||
// +build hyperspace
|
// +build hyperspacenet
|
||||||
|
|
||||||
package build
|
package build
|
||||||
|
|
||||||
@ -24,10 +24,6 @@ const GenesisFile = "hyperspace.car"
|
|||||||
|
|
||||||
const GenesisNetworkVersion = network.Version18
|
const GenesisNetworkVersion = network.Version18
|
||||||
|
|
||||||
var NetworkBundle = "hyperspacenet"
|
|
||||||
var BundleOverrides map[actorstypes.Version]string
|
|
||||||
var ActorDebugging = false
|
|
||||||
|
|
||||||
var UpgradeBreezeHeight = abi.ChainEpoch(-1)
|
var UpgradeBreezeHeight = abi.ChainEpoch(-1)
|
||||||
|
|
||||||
const BreezeGasTampingDuration = 120
|
const BreezeGasTampingDuration = 120
|
||||||
|
Loading…
Reference in New Issue
Block a user