Skip to content

Commit

Permalink
6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Apr 3, 2024
1 parent c20b1f7 commit 5a13bcc
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 615 deletions.
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 = "0.5.1"
source = "git+https://github.com/dojoengine/dojo?tag=v0.6.0-alpha.12#c595fc927b7e33bd2c1d14e75dba459229d40363"
source = "git+https://github.com/dojoengine/dojo?tag=v0.6.0-alpha.13#5bdcfdff82c7a01443bf603047f4bfe00d210ed6"
dependencies = [
"dojo_plugin",
]
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ migrate = "sozo build && sozo migrate && ./scripts/default_auth.sh"
spawn = "./scripts/spawn.sh"

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.6.0-alpha.12" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.6.0-alpha.13" }

[[target.dojo]]

Expand Down
22 changes: 0 additions & 22 deletions abis/base/contracts/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,23 +156,6 @@
}
]
},
{
"type": "event",
"name": "dojo_starter::systems::actions::actions::Moved",
"kind": "struct",
"members": [
{
"name": "player",
"type": "core::starknet::contract_address::ContractAddress",
"kind": "key"
},
{
"name": "direction",
"type": "dojo_starter::models::moves::Direction",
"kind": "data"
}
]
},
{
"type": "event",
"name": "dojo_starter::systems::actions::actions::Event",
Expand All @@ -182,11 +165,6 @@
"name": "UpgradeableEvent",
"type": "dojo::components::upgradeable::upgradeable::Event",
"kind": "nested"
},
{
"name": "Moved",
"type": "dojo_starter::systems::actions::actions::Moved",
"kind": "nested"
}
]
}
Expand Down
239 changes: 0 additions & 239 deletions abis/base/models/moved.json

This file was deleted.

22 changes: 0 additions & 22 deletions abis/deployments/KATANA/contracts/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,23 +156,6 @@
}
]
},
{
"type": "event",
"name": "dojo_starter::systems::actions::actions::Moved",
"kind": "struct",
"members": [
{
"name": "player",
"type": "core::starknet::contract_address::ContractAddress",
"kind": "key"
},
{
"name": "direction",
"type": "dojo_starter::models::moves::Direction",
"kind": "data"
}
]
},
{
"type": "event",
"name": "dojo_starter::systems::actions::actions::Event",
Expand All @@ -182,11 +165,6 @@
"name": "UpgradeableEvent",
"type": "dojo::components::upgradeable::upgradeable::Event",
"kind": "nested"
},
{
"name": "Moved",
"type": "dojo_starter::systems::actions::actions::Moved",
"kind": "nested"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/contracts/actions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind = "DojoContract"
class_hash = "0x2ba96498480b9870625f788af7ed10381f12cf36e6a6d9beb7285271aa06d0d"
class_hash = "0x4ba35a779b3d17572238ae6517f06de0f6effe75e7d150e6f0f9e683c5f625e"
abi = "abis/base/contracts/actions.json"
reads = []
writes = []
Expand Down
14 changes: 0 additions & 14 deletions manifests/base/models/moved.toml

This file was deleted.

Loading

0 comments on commit 5a13bcc

Please sign in to comment.