Skip to content

Commit

Permalink
chore: add to ProtocolActions enum (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
defispartan authored Jun 22, 2023
1 parent f531268 commit e5c691e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/contract-helpers/src/commons/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ export enum ProtocolAction {
approval = 'approval',
creditDelegationApproval = 'creditDelegationApproval',
stake = 'stake',
stakeCooldown = 'stakeCooldown',
unstake = 'unstake',
switchBorrowRateMode = 'switchBorrowRateMode',
setEModeUsage = 'setEModeUsage',
governanceDelegation = 'governanceDelegation',
claimRewards = 'claimRewards',
claimRewardsAndStake = 'claimRewardsAndStake',
setUsageAsCollateral = 'setUsageAsCollateral',
Expand Down

0 comments on commit e5c691e

Please sign in to comment.