Skip to content

Commit c1ef277

Browse files
committed
Launch f-testnet-paseo collators with archive so they have old blocks
1 parent 7496718 commit c1ef277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ start-paseo-collator-alice)
6868
NODE_PARACHAIN_RPC_PORT=9943 ./scripts/run_collator.sh \
6969
--chain="frequency-paseo-local" --alice \
7070
--base-path=$parachain_dir_alice/data \
71+
--state-pruning archive \
7172
--force-authoring \
7273
--discover-local \
7374
--port $((30333)) \
@@ -99,6 +100,7 @@ start-paseo-collator-bob)
99100
--base-path=$parachain_dir_bob/data \
100101
--discover-local \
101102
--force-authoring \
103+
--state-pruning archive \
102104
--port $((30332)) \
103105
--rpc-port $((9943)) \
104106
--rpc-external \

0 commit comments

Comments
 (0)