File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ GENESIS_BALANCES_FILE=${GENESIS_BALANCES_FILE:-""}
11
11
12
12
SEEDS=${SEEDS:- " " }
13
13
PERSISTENT_PEERS=${PERSISTENT_PEERS:- " " }
14
+ FINAL_GENESIS_TXS_SHEET=" /gnoroot/gno.land/genesis/genesis_txs.jsonl"
14
15
15
- echo " " >> /gnoroot/gno.land/genesis/genesis_txs.jsonl
16
+ echo " " >> $FINAL_GENESIS_TXS_SHEET
16
17
echo " " >> /gnoroot/gno.land/genesis/genesis_balances.jsonl
17
- cat " ${GENESIS_BACKUP_FILE} " >> /gnoroot/gno.land/genesis/genesis_txs.jsonl
18
+ cat " ${GENESIS_BACKUP_FILE} " >> $FINAL_GENESIS_TXS_SHEET
18
19
cat " ${GENESIS_BALANCES_FILE} " >> /gnoroot/gno.land/genesis/genesis_balances.jsonl
19
20
20
21
# Initialize the secrets
@@ -35,6 +36,7 @@ gnoland config set p2p.persistent_peers "${PERSISTENT_PEERS}"
35
36
# reading and piping to the gnoland genesis commands
36
37
exec gnoland start \
37
38
--chainid=" ${CHAIN_ID} " \
39
+ --genesis-txs-file=" ${FINAL_GENESIS_TXS_SHEET} " \
38
40
--lazy \
39
41
--skip-failing-genesis-txs \
40
42
--skip-genesis-sig-verification
You can’t perform that action at this time.
0 commit comments