Skip to content

Commit

Permalink
Merge pull request #68 from pixelaw/fix/bump-up-alpha-9
Browse files Browse the repository at this point in the history
[ FEAT ] Bump up Dojo version to `1.0.0-alpha.9`
  • Loading branch information
thiscaspar authored Sep 4, 2024
2 parents 0cebd94 + 3c0eaa5 commit 5da6f0b
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- uses: asdf-vm/actions/setup@v3
- run: |
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.0-alpha.7
asdf global dojo 1.0.0-alpha.7
asdf install dojo 1.0.0-alpha.9
asdf global dojo 1.0.0-alpha.9
sozo test
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.7
dojo 1.0.0-alpha.9
scarb 2.7.0
2 changes: 1 addition & 1 deletion contracts/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cairo1.enableLanguageServer": true,
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.6/bin/dojo-language-server",
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.0-alpha.9/bin/dojo-language-server",
"cairo1.enableScarb": true,
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.7.0/bin/scarb"
}
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.7#e2ed07388843c3b688190eac771dbc85e84920fd"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.9#e42ce0c220a59d75c5b08e87a81de12cfdc27a55"
dependencies = [
"dojo_plugin",
]
Expand Down
4 changes: 3 additions & 1 deletion contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ edition = "2024_07"
sierra-replace-ids = true

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

[lib]


[profile.dev-pop]

[profile.slot]

[scripts]
init_auth = "./scripts/init_auth.sh"
5 changes: 3 additions & 2 deletions contracts/Scarb_deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ edition = "2024_07"
sierra-replace-ids = true

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

dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.9" }

[[target.dojo]]
build-external-contracts = []
path = "../contracts/src/lib.cairo"

[profile.dev-pop]

[profile.slot]
4 changes: 2 additions & 2 deletions contracts/dojo_dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ seed = "pixelaw"

[namespace]
default = "pixelaw"
mappings = { }
mappings = {}

[env]
rpc_url = "http://localhost:5050/"
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
world_address = "0xd0f3f3fecb0da8bea20697209748e0d77f9ae2678f1c7721b43049a294e76f"
world_address = "0x99b8dbc71926673405f5dfff9e4900ee4d9249798cc5e7ac6f3c3a07907399"
18 changes: 18 additions & 0 deletions contracts/dojo_sepolia.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[world]
description = "PixeLAW world"
name = "pixelaw"
seed = "pixelaw"

[world.socials]
x = "https://x.com/0xPixeLAW"
github = "https://github.com/pixelaw"


[namespace]
default = "pixelaw"
mappings = {}

[env]
rpc_url = "https://starknet-sepolia.public.blastapi.io/rpc/v0_7"
account_address = ""
private_key = ""
18 changes: 18 additions & 0 deletions contracts/dojo_slot.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[world]
description = "PixeLAW world"
name = "pixelaw"
seed = "pixelaw"

[world.socials]
x = "https://x.com/pixelaw"
github = "https://github.com/pixelaw"

[namespace]
default = "pixelaw"
mappings = {}

[env]
rpc_url = "https://api.cartridge.gg/x/pixelaw-dev/katana/"
account_address = "0x5233cfca86bfa18af0bdef2fd09ac4c1d7c8da71303eb7fc9997fc6d0914d0d"
private_key = "0xf0e37335d0c020789dd02c0460d99637ac23bd2df3d1d25002fd15621542d"
world_address = "0x99b8dbc71926673405f5dfff9e4900ee4d9249798cc5e7ac6f3c3a07907399"

0 comments on commit 5da6f0b

Please sign in to comment.