Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Oct 21, 2024
2 parents a43f706 + 20b6995 commit 08be027
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 25 deletions.
40 changes: 40 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions scripts/indexer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ if [[ "$setConfig" == "true" ]]; then
echo "----- Building Eternum Season Pass Contract ----- "
printf "\n\n"

# source .env file in deployment
source ./season_pass/scripts/deployment/.env

# build and deploy season pass contract
cd season_pass/contracts && scarb --release build
cd ../scripts/deployment && npm run deploy
Expand Down
3 changes: 2 additions & 1 deletion season_pass/scripts/deployment/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.env
.env
addresses/*
10 changes: 0 additions & 10 deletions season_pass/scripts/deployment/addresses/dev/season_pass.json

This file was deleted.

6 changes: 0 additions & 6 deletions season_pass/scripts/deployment/addresses/dev/test_lords.json

This file was deleted.

8 changes: 0 additions & 8 deletions season_pass/scripts/deployment/addresses/dev/test_realms.json

This file was deleted.

0 comments on commit 08be027

Please sign in to comment.