Merge pull request #10012 from filecoin-project/jen/hs

misc: align the network name
This commit is contained in:
Aayush Rajasekaran 2023-01-14 00:50:17 -05:00 committed by GitHub
commit cb10108c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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