Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Nov 12, 2024
1 parent df72d2a commit ed22692
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contracts/scripts/create_snapshot_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ source scripts/lib/functions.sh

scripts/create_snapshot.sh $PROFILE

export WORLD_ADDRESS=$(cat $MANIFEST | jq -r '.world.address')

STORAGE_INIT_WORLD="/pixelaw/storage_init/$WORLD_ADDRESS"

echo $WORLD_ADDRESS
Expand All @@ -30,4 +32,6 @@ cp manifest_$PROFILE.json $STORAGE_INIT_WORLD/manifest.json

cp $KATANA_DB_ZIP $STORAGE_INIT_WORLD/katana_db.zip
cp $TORII_DB_ZIP $STORAGE_INIT_WORLD/torii.sqlite.zip
#rm -rf $OUT

rm -rf $OUT

0 comments on commit ed22692

Please sign in to comment.