Skip to content

Commit

Permalink
add swap-records export type
Browse files Browse the repository at this point in the history
  • Loading branch information
lowkeynicc committed Oct 9, 2024
1 parent cd9c0c0 commit 59546ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common-ts/src/utils/s3Buckets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export type DownloadRecordType =
| 'liquidations'
| 'settle-pnl-records'
| 'lp-records'
| 'if-stake-records';
| 'if-stake-records'
| 'swap-records';

export type DownloadPeriod =
| 'week'
Expand Down

0 comments on commit 59546ec

Please sign in to comment.