Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
primallogic committed Jun 8, 2023
1 parent 2b42ac9 commit ebb8e33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type StakeManagerState = {
rawLQTY: Decimal; // new field
};

type StakeManagerAction =
export type StakeManagerAction =
| LiquityStoreUpdate
| { type: "revert" }
| { type: "setStake"; newValue: Decimalish; displayValue: Decimalish };
Expand Down

0 comments on commit ebb8e33

Please sign in to comment.