Skip to content

Commit

Permalink
Create tender-frogs-share.md
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jan 23, 2025
1 parent ff4fab1 commit 8afbd28
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .changeset/tender-frogs-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
"@latticexyz/cli": patch
"@latticexyz/entrykit": patch
"@latticexyz/world-module-callwithsignature": patch
"@latticexyz/world-modules": patch
---

`CallWithSignature` module has been moved out of `@latticexyz/world-modules` and into its own package at `@latticexyz/world-module-callwithsignature`. This module is now installed by default during deploy as its needed by EntryKit.

If you previously had this module installed in your MUD config, you can now remove it.

```diff
export default defineConfig({
tables: {
...
},
- modules: [
- {
- artifactPath:
- "@latticexyz/world-modules/out/Unstable_CallWithSignatureModule.sol/Unstable_CallWithSignatureModule.json",
- root: true,
- },
- ],
});
```

0 comments on commit 8afbd28

Please sign in to comment.