Remove env flags from stage1 genesis generation scripts

This commit is contained in:
Prathamesh Musale 2024-10-09 16:56:54 +05:30
parent e60a2c1897
commit 8b7326bc99
4 changed files with 0 additions and 8 deletions

View File

@ -79,8 +79,6 @@ echo "Calculated allocations for stage 1 chain"
docker run -it \
-v ./$STAGE1_GENESIS_DIR:/root/.laconicd \
-v ./scripts:/scripts \
-e CHAINID=$CHAINID \
-e STAGE1_MONIKER=$MONIKER \
cerc/laconicd:local bash -c "/scripts/genesis.sh"
# Copy over the genesis file to output folder

View File

@ -35,8 +35,6 @@ echo "Copied over stage1 allocations json file to mount dir"
docker run -it \
-v ./$STAGE1_GENESIS_DIR:/root/.laconicd \
-v ./scripts:/scripts \
-e CHAINID=$CHAINID \
-e STAGE1_MONIKER=$MONIKER \
cerc/laconicd:local bash -c "/scripts/genesis.sh"
# Copy over the genesis file to output folder

View File

@ -56,8 +56,6 @@ echo "Calculated allocations for stage 1 chain"
docker run -it \
-v ./$STAGE1_GENESIS_DIR:/root/.laconicd \
-v ./scripts:/scripts \
-e CHAINID=$CHAINID \
-e STAGE1_MONIKER=$MONIKER \
cerc/laconicd:local bash -c "/scripts/genesis.sh"
# Copy over the genesis file to output folder

View File

@ -63,8 +63,6 @@ echo "Calculated allocations for stage 1 chain"
docker run -it \
-v ./$STAGE1_GENESIS_DIR:/root/.laconicd \
-v ./scripts:/scripts \
-e CHAINID=$CHAINID \
-e STAGE1_MONIKER=$MONIKER \
cerc/laconicd:local bash -c "/scripts/genesis.sh"
# Copy over the genesis file to output folder