Skip to content

Commit

Permalink
fix: overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 8, 2024
1 parent 3b6a9cd commit 05786df
Show file tree
Hide file tree
Showing 10 changed files with 909 additions and 16 deletions.
Binary file modified indexer.db
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@
"items": [
{
"type": "function",
"name": "lock_game",
"name": "lock",
"inputs": [],
"outputs": [],
"state_mutability": "external"
},
{
"type": "function",
"name": "unlock_game",
"name": "unlock",
"inputs": [],
"outputs": [],
"state_mutability": "external"
Expand Down
8 changes: 4 additions & 4 deletions manifests/dev/base/contracts/flippyflop-game-23e1ad43.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
kind = "DojoContract"
class_hash = "0x4dba281a1041e66220d62f9df916c03fc0b4c8c19014f9db368c2f5a0c15bad"
original_class_hash = "0x4dba281a1041e66220d62f9df916c03fc0b4c8c19014f9db368c2f5a0c15bad"
class_hash = "0x192db261dca4aa58ce197a2947f7b0af929b582fe317688f67c19941b41e1a3"
original_class_hash = "0x192db261dca4aa58ce197a2947f7b0af929b582fe317688f67c19941b41e1a3"
base_class_hash = "0x0"
abi = "manifests/dev/base/abis/contracts/flippyflop-game-23e1ad43.json"
reads = []
writes = []
init_calldata = []
tag = "flippyflop-game"
systems = [
"lock_game",
"unlock_game",
"lock",
"unlock",
]
manifest_name = "flippyflop-game-23e1ad43"
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@
{
"type": "function",
"name": "claim",
"inputs": [],
"inputs": [
{
"name": "flipped_tiles",
"type": "core::array::Array::<(core::integer::u32, core::integer::u32)>"
}
],
"outputs": [],
"state_mutability": "external"
}
Expand Down
Loading

0 comments on commit 05786df

Please sign in to comment.