Skip to content

Commit

Permalink
Update split request export
Browse files Browse the repository at this point in the history
  • Loading branch information
Sluder committed Nov 17, 2023
1 parent 0d12d5f commit 6fa3b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export * from './providers/asset-metadata/token-registry-provider';
* Request exports.
*/
export * from './requests/swap-request';
export * from './requests/split-swap-request';
export * from './requests/fetch-request';
export * from './requests/cancel-swap-request';

Expand All @@ -41,4 +42,4 @@ export * from './dex/minswap';
export * from './dex/sundaeswap';
export * from './dex/muesliswap';
export * from './dex/wingriders';
export * from './dex/vyfinance';
export * from './dex/vyfinance';

0 comments on commit 6fa3b74

Please sign in to comment.