From 59546ec1b043223ef6f4c5f45cf198469aa1419f Mon Sep 17 00:00:00 2001 From: lowkeynicc Date: Wed, 9 Oct 2024 14:49:28 -0400 Subject: [PATCH] add swap-records export type --- common-ts/src/utils/s3Buckets.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'