@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.
- package/README.md +33 -6
- package/dist/evm/index.cjs +395 -140
- package/dist/evm/index.cjs.map +1 -1
- package/dist/evm/index.d.cts +18 -1
- package/dist/evm/index.d.ts +18 -1
- package/dist/evm/index.js +396 -142
- package/dist/evm/index.js.map +1 -1
- package/dist/solana/index.cjs +0 -2
- package/dist/solana/index.cjs.map +1 -1
- package/dist/solana/index.d.cts +0 -1
- package/dist/solana/index.d.ts +0 -1
- package/dist/solana/index.js +0 -2
- package/dist/solana/index.js.map +1 -1
- package/package.json +1 -1
package/dist/solana/index.cjs
CHANGED
|
@@ -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 },
|