@0dotxyz/p0-ts-sdk 1.1.0-alpha.4 → 1.1.0-alpha.5
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13039,7 +13039,7 @@ async function makeDriftDepositIx(mfProgram, accounts, args) {
|
|
|
13039
13039
|
driftState,
|
|
13040
13040
|
driftSpotMarketVault,
|
|
13041
13041
|
tokenProgram,
|
|
13042
|
-
driftOracle
|
|
13042
|
+
driftOracle,
|
|
13043
13043
|
...optionalAccounts
|
|
13044
13044
|
} = accounts;
|
|
13045
13045
|
return mfProgram.methods.driftDeposit(args.amount).accounts({
|
|
@@ -13049,7 +13049,7 @@ async function makeDriftDepositIx(mfProgram, accounts, args) {
|
|
|
13049
13049
|
driftState,
|
|
13050
13050
|
driftSpotMarketVault,
|
|
13051
13051
|
tokenProgram,
|
|
13052
|
-
driftOracle
|
|
13052
|
+
driftOracle
|
|
13053
13053
|
}).accountsPartial(optionalAccounts).instruction();
|
|
13054
13054
|
}
|
|
13055
13055
|
async function makeDepositIx(mfProgram, accounts, args, remainingAccounts = []) {
|