Skip to content

Commit

Permalink
tweak docker startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Nov 18, 2024
1 parent 577f339 commit e8c197d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docker/scripts/katana_start.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/bash
source /root/.bashrc
katana \
--genesis $GENESIS \
--invoke-max-steps 4294967295 \
--dev \
--dev.seed 0 \
--dev.no-fee \
--dev.accounts 10 \
--block-time 2000 \
--db-dir $KATANA_DB \
--http.cors_origins "*"
5 changes: 2 additions & 3 deletions docker/scripts/torii_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ done
torii \
--rpc "http://0.0.0.0:5050" \
--world $WORLD_ADDRESS \
--db-dir $TORII_DB \
--indexing.events_chunk_size 10000 \
--http.cors_origins "*"
--http.cors_origins "*" \
--db-dir $TORII_DB

0 comments on commit e8c197d

Please sign in to comment.