Skip to content

Commit

Permalink
[export]: improve mobile version, add new Transferred type
Browse files Browse the repository at this point in the history
  • Loading branch information
dfkadyr committed Jan 19, 2024
1 parent c3e018f commit 0917f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export enum AllocatorActionType {
Redeemed = 'Redeemed',
Migrated = 'Migrated',
Deposited = 'Deposited',
Transferred = 'Transferred',
VaultCreated = 'VaultCreated',
OsTokenMinted = 'OsTokenMinted',
OsTokenBurned = 'OsTokenBurned',
Expand Down

0 comments on commit 0917f09

Please sign in to comment.