Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
coxmars committed Jul 3, 2024
1 parent 1f62a78 commit 772810f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
target
.DS_STORE
1 change: 0 additions & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sierra-replace-ids = true
migrate = "sozo build && sozo migrate apply"
spawn = "./scripts/spawn.sh"
move = "./scripts/move.sh"
player = "./scripts/player.sh"

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.1" }
Expand Down
2 changes: 1 addition & 1 deletion scripts/move.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
pushd $(dirname "$0")/..

export _URL="http://0.0.0.0:5050";
export RPC_URL="http://0.0.0.0:5050";

export WORLD_ADDRESS=$(cat ./manifests/dev/manifest.json | jq -r '.world.address')

Expand Down
2 changes: 1 addition & 1 deletion scripts/player.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
pushd $(dirname "$0")/..

export RPC_URL="https://api.cartridge.gg/x/bytebeast/katana";
export RPC_URL="http://0.0.0.0:5050";

export WORLD_ADDRESS=$(cat ./manifests/dev/manifest.json | jq -r '.world.address')

Expand Down

0 comments on commit 772810f

Please sign in to comment.