From a6c769627440453a5a640af3ef524e18cc8057c8 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Sat, 14 Jan 2023 00:48:56 -0500 Subject: [PATCH] align the network name --- build/params_hyperspace.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/params_hyperspace.go b/build/params_hyperspace.go index a352930dd..d2437fd18 100644 --- a/build/params_hyperspace.go +++ b/build/params_hyperspace.go @@ -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