Skip to content

Commit

Permalink
fix(gateway): update gateway settings to support autostake
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Mar 21, 2024
1 parent da0df51 commit 82c6840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contract-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export type GatewaySettings = {
port: number;
properties?: string;
protocol: AllowedProtocols;
autoStake: boolean;
};

export type AllowedProtocols = 'http' | 'https';
Expand Down

0 comments on commit 82c6840

Please sign in to comment.