Skip to content

Commit

Permalink
change katana start parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 25, 2024
1 parent c0cfd34 commit c8dae00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/katana/katana_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo '' > /katana/.env
source ~/.bashrc

# Start katana in the background
/root/.dojo/bin/katana --disable-fee --allowed-origins "*" --dev --block-time 5000 --seed 0x6c6f6f747375727669766f72 --accounts 10 --json-log --db-dir /katana/db > ~/katana.log 2>&1 &
/root/.dojo/bin/katana --disable-fee --allowed-origins "*" --block-time 10000 --seed 0x6c6f6f747375727669766f72 --accounts 10 --json-log --db-dir /katana/db > ~/katana.log 2>&1 &

# Give katana a few seconds to initialize and log seed accounts
sleep 3
Expand Down

0 comments on commit c8dae00

Please sign in to comment.