Skip to content

Commit

Permalink
fix(world): useProxy in DeployInput (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa authored Apr 22, 2024
1 parent 7183364 commit 6bd4fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/world/ts/config/v2/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export type DeployInput = {
deploysDirectory?: string;
/** JSON file to write to with chain -> latest world deploy address (Default "./worlds.json") */
worldsFile?: string;
/** Deploy the World as an upgradable proxy */
useProxy?: boolean;
};

export type CodegenInput = {
Expand All @@ -40,8 +42,6 @@ export type CodegenInput = {
worldgenDirectory?: string;
/** Path for world package imports. Default is "@latticexyz/world/src/" */
worldImportPath?: string;
/** Deploy the World as an upgradable proxy */
useProxy?: boolean;
};

export type WorldInput = evaluate<
Expand Down

0 comments on commit 6bd4fad

Please sign in to comment.