@velora-dex/sdk 9.3.3 → 9.3.4-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velora-dex/sdk",
3
- "version": "9.3.3",
3
+ "version": "9.3.4-dev.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/sdk.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -99,6 +99,10 @@ export type DeltaPrice = {
99
99
 
100
100
  type AvailableBridgePrice = Pick<
101
101
  DeltaPrice,
102
+ | 'srcAmount'
103
+ | 'srcAmountBeforeFee' // Available for BUY side
104
+ | 'srcUSD'
105
+ | 'srcUSDBeforeFee' // Available for BUY side
102
106
  | 'destToken'
103
107
  | 'destAmount'
104
108
  | 'destAmountBeforeFee' // Available for SELL side