@whetstone-research/doppler-sdk 1.0.22 → 1.0.24

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.
@@ -5284,7 +5284,6 @@ function createRemainingAccountMeta(value) {
5284
5284
  }
5285
5285
  function createCurveSwapExactInInstruction(accounts, args, programId = INITIALIZER_PROGRAM_ID) {
5286
5286
  const {
5287
- config,
5288
5287
  launch,
5289
5288
  launchAuthority,
5290
5289
  baseVault,
@@ -5301,7 +5300,6 @@ function createCurveSwapExactInInstruction(accounts, args, programId = INITIALIZ
5301
5300
  remainingAccounts = []
5302
5301
  } = accounts;
5303
5302
  const keys = [
5304
- { address: config, role: kit.AccountRole.READONLY },
5305
5303
  { address: launch, role: kit.AccountRole.WRITABLE },
5306
5304
  { address: launchAuthority, role: kit.AccountRole.READONLY },
5307
5305
  { address: baseVault, role: kit.AccountRole.WRITABLE },