@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.js CHANGED
@@ -13014,7 +13014,7 @@ async function makeDriftDepositIx(mfProgram, accounts, args) {
13014
13014
  driftState,
13015
13015
  driftSpotMarketVault,
13016
13016
  tokenProgram,
13017
- driftOracle = null,
13017
+ driftOracle,
13018
13018
  ...optionalAccounts
13019
13019
  } = accounts;
13020
13020
  return mfProgram.methods.driftDeposit(args.amount).accounts({
@@ -13024,7 +13024,7 @@ async function makeDriftDepositIx(mfProgram, accounts, args) {
13024
13024
  driftState,
13025
13025
  driftSpotMarketVault,
13026
13026
  tokenProgram,
13027
- driftOracle: null
13027
+ driftOracle
13028
13028
  }).accountsPartial(optionalAccounts).instruction();
13029
13029
  }
13030
13030
  async function makeDepositIx(mfProgram, accounts, args, remainingAccounts = []) {