Skip to content

Commit

Permalink
fixing deployment. Katana universal deployer changed, and this seems …
Browse files Browse the repository at this point in the history
…to fix it for now.

ALso bumping to dojo a.17
  • Loading branch information
Your Name committed Oct 21, 2024
1 parent a9ad2e7 commit d806ef2
Show file tree
Hide file tree
Showing 27 changed files with 64,048 additions and 2,832 deletions.
2 changes: 1 addition & 1 deletion contracts/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dojo 1.0.0-alpha.16
dojo 1.0.0-alpha.17
scarb 2.7.0
2 changes: 1 addition & 1 deletion contracts/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 = "pixelaw"
Expand Down
2 changes: 1 addition & 1 deletion contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2024_07"
sierra-replace-ids = true

[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" }

[tool.fmt]
sort-module-level-items = true
Expand Down
2 changes: 1 addition & 1 deletion contracts/Scarb_deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2024_07"
sierra-replace-ids = true

[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" }

[tool.fmt]
sort-module-level-items = true
Expand Down
2 changes: 2 additions & 0 deletions contracts/dojo_dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ mappings = {}

[env]
rpc_url = "http://localhost:5050/"
#account_address = "0x127fd5f1fe78a71f8bcd1fec63e3fe2f0486b6ecd5c86a0466c3a21fa5cfcec"
#private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
world_address = "0x4adbe4bfe631a95a5ce99d8200a8721b1ac8096ff8941cecddc4e79a7b2d5d5"
Loading

0 comments on commit d806ef2

Please sign in to comment.