diff --git a/common-ts/src/utils/s3Buckets.ts b/common-ts/src/utils/s3Buckets.ts index 0096b699..bdc78cae 100644 --- a/common-ts/src/utils/s3Buckets.ts +++ b/common-ts/src/utils/s3Buckets.ts @@ -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'