Skip to content

Commit

Permalink
Update overalays
Browse files Browse the repository at this point in the history
danielcdz committed Oct 24, 2024

Verified

This commit was signed with the committer’s verified signature.
scala-steward Scala Steward
1 parent 8922e67 commit ccdcb76
Showing 5 changed files with 22 additions and 4 deletions.
12 changes: 10 additions & 2 deletions manifests/dev/deployment/manifest.json
Original file line number Diff line number Diff line change
@@ -2605,7 +2605,9 @@
}
],
"reads": [],
"writes": [],
"writes": [
"bytebeasts-Position"
],
"init_calldata": [],
"tag": "bytebeasts-move_action",
"manifest_name": "bytebeasts-move_action-62decdb8"
@@ -3088,7 +3090,13 @@
}
],
"reads": [],
"writes": [],
"writes": [
"bytebeasts-Beast",
"bytebeasts-Mt",
"bytebeasts-Player",
"bytebeasts-Potion",
"bytebeasts-Position"
],
"init_calldata": [],
"tag": "bytebeasts-world_setup",
"manifest_name": "bytebeasts-world_setup-674b640b"
10 changes: 8 additions & 2 deletions manifests/dev/deployment/manifest.toml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ original_class_hash = "0x6ab57932e6f1d360557867a6775d89180d623a481695d4349f6d356
base_class_hash = "0x2427dd10a58850ac9a5ca6ce04b7771b05330fd18f2e481831ad903b969e6b2"
abi = "manifests/dev/deployment/abis/contracts/bytebeasts-move_action-62decdb8.json"
reads = []
writes = []
writes = ["bytebeasts-Position"]
init_calldata = []
tag = "bytebeasts-move_action"
manifest_name = "bytebeasts-move_action-62decdb8"
@@ -100,7 +100,13 @@ original_class_hash = "0xad9d2da0783e3a31f6198d7c355bd293e496019e0e335449377a2c0
base_class_hash = "0x2427dd10a58850ac9a5ca6ce04b7771b05330fd18f2e481831ad903b969e6b2"
abi = "manifests/dev/deployment/abis/contracts/bytebeasts-world_setup-674b640b.json"
reads = []
writes = []
writes = [
"bytebeasts-Beast",
"bytebeasts-Mt",
"bytebeasts-Player",
"bytebeasts-Potion",
"bytebeasts-Position",
]
init_calldata = []
tag = "bytebeasts-world_setup"
manifest_name = "bytebeasts-world_setup-674b640b"
2 changes: 2 additions & 0 deletions overlays/dev/move_action.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tag = "bytebeasts-move_action"
writes = ["bytebeasts-Position"]
File renamed without changes.
2 changes: 2 additions & 0 deletions overlays/dev/world_setup.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tag = "bytebeasts-world_setup"
writes = ["bytebeasts-Beast", "bytebeasts-Mt", "bytebeasts-Player", "bytebeasts-Potion","bytebeasts-Position"]

0 comments on commit ccdcb76

Please sign in to comment.