Skip to content

Commit

Permalink
fix: 🐛 remove unsupported option in export-genesis-state invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Jan 30, 2025
1 parent a156491 commit 76f6a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/generate-parachain-specs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ $MOONBEAM_BINARY export-genesis-wasm \
echo $ALPHANET_WASM generated

$MOONBEAM_BINARY export-genesis-state \
--parachain-id $ALPHANET_PARACHAIN_ID \
--chain $ALPHANET_PARACHAIN_SPEC_RAW \
> $ALPHANET_GENESIS;
echo $ALPHANET_GENESIS generated
Expand Down

0 comments on commit 76f6a07

Please sign in to comment.