Skip to content

Commit

Permalink
fix(store): fix resolveUserTypes for static arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1a committed Nov 7, 2023
1 parent 120863e commit ce2e976
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 1 deletion.
4 changes: 4 additions & 0 deletions e2e/packages/contracts/mud.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@ export default mudConfig({
player: "address",
},
},
StaticArray: {
keySchema: {},
valueSchema: "uint256[2]",
},
},
});
1 change: 1 addition & 0 deletions e2e/packages/contracts/src/codegen/index.sol

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ce2e976

Please sign in to comment.