Skip to content

Commit

Permalink
opt claiming
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 4, 2024
1 parent b6c0c0c commit 3b6a9cd
Show file tree
Hide file tree
Showing 8 changed files with 490 additions and 42 deletions.
Binary file modified indexer.db
Binary file not shown.
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 3b6a9cd

Please sign in to comment.