Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velora-dex/sdk",
"version": "9.3.4",
"version": "9.3.5-dev.2",
"main": "dist/index.js",
"module": "dist/sdk.esm.js",
"typings": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/methods/delta/helpers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export type DeltaAuctionStatus =
| 'EXPIRED'
| 'CANCELLED'
| 'CANCELLING'
| 'SUSPENDED';
| 'SUSPENDED'
| 'REFUNDED';

type DeltaAuctionTransaction = {
id: string;
Expand Down
Loading