Skip to content

Commit

Permalink
adjust DeployedSystem worldFunctions key
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Aug 6, 2024
1 parent 52a437a commit 6ed9cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/world/ts/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export type System = DeterministicContract & {
readonly allowAll: boolean;
readonly allowedAddresses: readonly Hex[];
readonly allowedSystemIds: readonly Hex[];
readonly functions: readonly WorldFunction[];
readonly worldFunctions: readonly WorldFunction[];
};

export type DeployedSystem = Omit<System, "abi" | "prepareDeploy" | "deployedBytecodeSize" | "allowedSystemIds"> & {
Expand Down

0 comments on commit 6ed9cc2

Please sign in to comment.