Skip to content

Commit

Permalink
Merge pull request #7 from Provable-Games/feat/free-games
Browse files Browse the repository at this point in the history
Support golden tokens and bloberts for free games
  • Loading branch information
starknetdev authored Dec 16, 2024
2 parents f6be7d7 + 670fdb9 commit c8b8d5f
Show file tree
Hide file tree
Showing 90 changed files with 9,060 additions and 2,805 deletions.
8 changes: 4 additions & 4 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@ source = "git+https://github.com/Provable-Games/loot-survivor#0370e3bac9defde26a

[[package]]
name = "dojo"
version = "1.0.5"
source = "git+https://github.com/dojoengine/dojo.git?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"
version = "1.0.7"
source = "git+https://github.com/dojoengine/dojo.git?tag=v1.0.7#180c6d21132f58436c356d5d7585cee1fbce4ece"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.0-rc.0"
source = "git+https://github.com/dojoengine/dojo.git?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"
source = "git+https://github.com/dojoengine/dojo.git?tag=v1.0.7#180c6d21132f58436c356d5d7585cee1fbce4ece"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.8.4"
source = "git+https://github.com/dojoengine/dojo.git?tag=v1.0.5#c5e7d6b537d9c1e4a1df7367b5ace37ffd172015"
source = "git+https://github.com/dojoengine/dojo.git?tag=v1.0.7#180c6d21132f58436c356d5d7585cee1fbce4ece"

[[package]]
name = "loot"
Expand Down
4 changes: 2 additions & 2 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ build-external-contracts = ["dojo::world::world_contract::world"]
openzeppelin_token = "0.18.0"
# openzeppelin_token = { git = "https://github.com/starknetdev/cairo-contracts", branch = "ls" }
adventurer = { git = "https://github.com/Provable-Games/loot-survivor" }
dojo = { git = "https://github.com/dojoengine/dojo.git", tag = "v1.0.5" }
dojo = { git = "https://github.com/dojoengine/dojo.git", tag = "v1.0.7" }
starknet = "2.8.4"

[dev-dependencies]
# This package is required to run tests and add dojo utilities to your project in test only.
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo.git", tag = "v1.0.5" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo.git", tag = "v1.0.7" }

[features]
default = []
Expand Down
Loading

0 comments on commit c8b8d5f

Please sign in to comment.