Skip to content

Commit

Permalink
refactor: rename bool
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaa committed Jan 22, 2024
1 parent e12ab68 commit 8ce1239
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 256 deletions.
2 changes: 1 addition & 1 deletion packages/world/mud.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default mudConfig({
argumentsHash: "bytes32", // Hash of the params passed to the `install` function
},
valueSchema: {
isInitialized: "bool",
isInstalled: "bool",
},
},
UserDelegationControl: {
Expand Down
50 changes: 25 additions & 25 deletions packages/world/src/codegen/tables/InstalledModules.sol

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

230 changes: 0 additions & 230 deletions packages/world/src/codegen/tables/WorldInitialized.sol

This file was deleted.

0 comments on commit 8ce1239

Please sign in to comment.