Skip to content

Commit

Permalink
fix: add cancel sign unstake
Browse files Browse the repository at this point in the history
  • Loading branch information
yasha-black committed May 2, 2023
1 parent 23ff418 commit 02f32ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/farm/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export type FarmEvents = {
'Farm Unstake Confirm Modal Error': FarmProps & StakeProps & ErrorProps;
'Farm Unstake Sign Success': FarmProps & StakeProps;
'Farm Unstake Sign Error': FarmProps & StakeProps & ErrorProps;
'Farm Unstake Cancel Sign1': FarmProps & StakeProps;
'Farm Unstake Cancel Sign': FarmProps & StakeProps;
};

0 comments on commit 02f32ac

Please sign in to comment.