Skip to content

Commit

Permalink
Expand cluster params
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhutoanton committed Aug 28, 2023
1 parent cd5edb7 commit 322454a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/smart-contract/src/types/contractTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export type NodeParams = {

export type ClusterParams = {
replicationFactor?: number;
status?: string;
unstakeTime?: number;
depositSize?: number;
};

export type CdnNodeParams = {
Expand Down

0 comments on commit 322454a

Please sign in to comment.