Skip to content

Commit

Permalink
fix: type for openAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvanipa committed Mar 21, 2024
1 parent e42f3e8 commit e949a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/world/ts/config/v2/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type SystemInput = {
*/
registerFunctionSelectors?: boolean;
/** If openAccess is true, any address can call the system */
openAccess?: true;
openAccess?: boolean;
/** An array of addresses or system names that can access the system */
accessList?: string[];
};
Expand Down

0 comments on commit e949a1e

Please sign in to comment.