@drift-labs/sdk 2.81.0-beta.0 → 2.82.0-beta.0
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/VERSION +1 -1
- package/lib/idl/drift.json +1 -1
- package/lib/types.d.ts +3 -0
- package/package.json +1 -1
- package/src/idl/drift.json +1 -1
- package/src/types.ts +3 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.82.0-beta.0
|
package/lib/idl/drift.json
CHANGED
package/lib/types.d.ts
CHANGED
|
@@ -863,6 +863,9 @@ export type AMM = {
|
|
|
863
863
|
askBaseAssetReserve: BN;
|
|
864
864
|
askQuoteAssetReserve: BN;
|
|
865
865
|
perLpBase: number;
|
|
866
|
+
netUnsettledFundingPnl: BN;
|
|
867
|
+
quoteAssetAmountWithUnsettledLp: BN;
|
|
868
|
+
referencePriceOffset: number;
|
|
866
869
|
};
|
|
867
870
|
export type PerpPosition = {
|
|
868
871
|
baseAssetAmount: BN;
|
package/package.json
CHANGED
package/src/idl/drift.json
CHANGED
package/src/types.ts
CHANGED