Skip to content

Commit

Permalink
install modules
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 6, 2023
1 parent d017e9f commit 2e3d242
Show file tree
Hide file tree
Showing 28 changed files with 85 additions and 1,004 deletions.
15 changes: 7 additions & 8 deletions examples/minimal/packages/contracts/mud.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ export default mudConfig({
valueSchema: { amount: "uint32" },
},
},
// KeysWithValue doesn't seem to like singleton keys
// modules: [
// {
// name: "KeysWithValueModule",
// root: true,
// args: [resolveTableId("CounterTable")],
// },
// ],
modules: [
{
name: "KeysWithValueModule",
root: true,
args: [resolveTableId("Inventory")],
},
],
});
8 changes: 0 additions & 8 deletions examples/minimal/packages/contracts/src/codegen/index.sol

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2e3d242

Please sign in to comment.