Skip to content

Commit

Permalink
Merge pull request #10012 from filecoin-project/jen/hs
Browse files Browse the repository at this point in the history
misc: align the network name
  • Loading branch information
arajasek authored Jan 14, 2023
2 parents cc86117 + a6c7696 commit cb10108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/params_hyperspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var NetworkBundle = "hyperspace"
var BundleOverrides map[actorstypes.Version]string
var ActorDebugging = true

const BootstrappersFile = "hyperspace.pi"
const GenesisFile = "hyperspace.car"
const BootstrappersFile = "hyperspacenet.pi"
const GenesisFile = "hyperspacenet.car"

const GenesisNetworkVersion = network.Version18

Expand Down

0 comments on commit cb10108

Please sign in to comment.