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.3",
"version": "9.3.4-dev.2",
"main": "dist/index.js",
"module": "dist/sdk.esm.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/methods/delta/getDeltaPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ export type DeltaPrice = {

type AvailableBridgePrice = Pick<
DeltaPrice,
| 'srcAmount'
| 'srcAmountBeforeFee' // Available for BUY side
| 'srcUSD'
| 'srcUSDBeforeFee' // Available for BUY side
| 'destToken'
| 'destAmount'
| 'destAmountBeforeFee' // Available for SELL side
Expand Down
Loading