Skip to content

Commit 80137a4

Browse files
committed
generate system library
1 parent 2a99cdd commit 80137a4

File tree

2 files changed

+142
-0
lines changed

2 files changed

+142
-0
lines changed

packages/world/mud.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ export const systemsConfig = defineWorld({
151151
WorldRegistrationSystem: {
152152
name: "Registration",
153153
},
154+
CallWithSignatureSystem: {
155+
name: "SignatureCall",
156+
},
154157
},
155158
});
156159

packages/world/src/codegen/experimental/systems/CallWithSignatureSystemLib.sol

Lines changed: 139 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)