Skip to content

Commit

Permalink
upgrade docker images to dojo 1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Sep 9, 2024
1 parent 2c16429 commit c0babe4
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion DOJO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-alpha.9
1.0.0-alpha.11
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]

ARG ASDF_VERSION="v0.14.1"
ARG SCARB_VERSION="2.7.0"
ARG DOJO_VERSION="1.0.0-alpha.9"
ARG DOJO_VERSION="1.0.0-alpha.11"
ARG STARKLI_VERSION="0.1.6"

# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Follow the asdf installation instructions.

```
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.0-alpha.9
asdf install dojo 1.0.0-alpha.11
```

### Install scarb
Expand Down
2 changes: 1 addition & 1 deletion contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source = "git+https://github.com/dojoengine/dojo?rev=f15def33#f15def330c0d099e79

[[package]]
name = "pixelaw"
version = "0.3.50"
version = "0.3.40"
dependencies = [
"dojo",
]
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.9" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.11" }

[[target.dojo]]
build-external-contracts = []
Expand Down
2 changes: 1 addition & 1 deletion contracts/dojo_dev-pop.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mappings = {}
rpc_url = "http://localhost:5050/"
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
world_address = "0xf37fcc56c66682b7c2d44f0be6279798820001aeef9ef5d2be8a4b7cea6cd6"
world_address = "0x14e1fa1d0be613f796880118d4b437212775a7344229d532d33a58dc825fdd9"
2 changes: 1 addition & 1 deletion contracts/dojo_dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mappings = {}
rpc_url = "http://localhost:5050/"
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
world_address = "0x99b8dbc71926673405f5dfff9e4900ee4d9249798cc5e7ac6f3c3a07907399"
world_address = "0x263ae44e5414519a5c5a135cccaf3d9d7ee196d37e8de47a178da91f3de9b34"
116 changes: 58 additions & 58 deletions contracts/scripts/populate.sh

Large diffs are not rendered by default.

0 comments on commit c0babe4

Please sign in to comment.