Skip to content

Commit

Permalink
Merge pull request #86 from dojoengine/bump-17
Browse files Browse the repository at this point in the history
Bump 17
  • Loading branch information
ponderingdemocritus authored Oct 21, 2024
2 parents a5f3e39 + 8e84a8b commit 2f61bce
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: curl -L https://install.dojoengine.org | bash
- run: /home/runner/.config/.dojo/bin/dojoup -v v1.0.0-alpha.16
- run: /home/runner/.config/.dojo/bin/dojoup -v v1.0.0-alpha.17
- run: |
/home/runner/.config/.dojo/bin/sozo build
/home/runner/.config/.dojo/bin/sozo test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sozo build
sozo migrate apply

# Start Torii
torii --world 0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da --allowed-origins "*"
torii --world 0xc82dfe2cb4f8a90dba1e88dfa24578aeb1c19152d51e3c7cf413be6d65d9e --allowed-origins "*"
```

---
Expand Down
2 changes: 1 addition & 1 deletion Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1
[[package]]
name = "dojo"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.16#3b3a78cd8239ca2ee524c49c83f36db4d79cb4bc"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.17#e6bab2d0066c3cf1acfc5ee41a27294b5b23697d"

[[package]]
name = "dojo_starter"
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spawn = "./scripts/spawn.sh"
move = "./scripts/move.sh"

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.16" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.17" }

[[target.dojo]]
4 changes: 2 additions & 2 deletions dojo_dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ default = "dojo_starter"
[env]
rpc_url = "http://localhost:5050/"
# Default account for katana with seed = 0
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
account_address = "0x127fd5f1fe78a71f8bcd1fec63e3fe2f0486b6ecd5c86a0466c3a21fa5cfcec"
private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"
# world_address = "0x3b34889efbdf01f707d5d7421f112e8fb85a42fb6f2e5422c75ce3253148b0e"
2 changes: 1 addition & 1 deletion manifests/dev/deployment/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@
}
],
"address": "0xc82dfe2cb4f8a90dba1e88dfa24578aeb1c19152d51e3c7cf413be6d65d9e",
"transaction_hash": "0x739d9f727cfbbaa5a428196fd7686bcc2f7be1e8af0c6e713526d00cdd11f41",
"transaction_hash": "0x6ee68236f9376253be5940506ba11dcb7abeae12941722f769255b993e18572",
"block_number": 3,
"seed": "dojo_starter",
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/dev/deployment/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class_hash = "0x6f38d5d9507c5d9546290e1a27e309efe5a9af3770b6cc1627db4a1b90a7dce"
original_class_hash = "0x6f38d5d9507c5d9546290e1a27e309efe5a9af3770b6cc1627db4a1b90a7dce"
abi = "manifests/dev/deployment/abis/dojo-world.json"
address = "0xc82dfe2cb4f8a90dba1e88dfa24578aeb1c19152d51e3c7cf413be6d65d9e"
transaction_hash = "0x739d9f727cfbbaa5a428196fd7686bcc2f7be1e8af0c6e713526d00cdd11f41"
transaction_hash = "0x6ee68236f9376253be5940506ba11dcb7abeae12941722f769255b993e18572"
block_number = 3
seed = "dojo_starter"
manifest_name = "dojo-world"
Expand Down

0 comments on commit 2f61bce

Please sign in to comment.