diff --git a/package.json b/package.json index 3e7a847e..111d76cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@velora-dex/sdk", - "version": "9.3.4", + "version": "9.3.5", "main": "dist/index.js", "module": "dist/sdk.esm.js", "typings": "dist/index.d.ts", diff --git a/src/methods/delta/helpers/types.ts b/src/methods/delta/helpers/types.ts index 1feeffbd..1037249d 100644 --- a/src/methods/delta/helpers/types.ts +++ b/src/methods/delta/helpers/types.ts @@ -62,7 +62,8 @@ export type DeltaAuctionStatus = | 'EXPIRED' | 'CANCELLED' | 'CANCELLING' - | 'SUSPENDED'; + | 'SUSPENDED' + | 'REFUNDED'; type DeltaAuctionTransaction = { id: string;