@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/dist/methods/delta/getDeltaPrice.d.ts +1 -1
- package/dist/methods/delta/getDeltaPrice.d.ts.map +1 -1
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/methods/delta/getDeltaPrice.ts +4 -0
- package/src/methods/delta/deltaTokenModule.abi.json +0 -1534
package/package.json
CHANGED
|
@@ -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
|