@hawksightco/hawk-sdk 1.3.30 → 1.3.31
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/src/hsToMeteora.js +2 -2
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2258,8 +2258,8 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2258
2258
|
const iyfProgram = addresses_1.IYF_MAIN;
|
|
2259
2259
|
const hawksightAuthority = addresses_1.HS_AUTHORITY;
|
|
2260
2260
|
// Get token mints X and Y
|
|
2261
|
-
const tokenXMint = this.ix.keys[
|
|
2262
|
-
const tokenYMint = this.ix.keys[
|
|
2261
|
+
const tokenXMint = this.ix.keys[7].pubkey;
|
|
2262
|
+
const tokenYMint = this.ix.keys[8].pubkey;
|
|
2263
2263
|
console.log(`MeteoraDlmmDeposit2Automation looking for mints:`, {
|
|
2264
2264
|
tokenXMint: tokenXMint.toString(),
|
|
2265
2265
|
tokenYMint: tokenYMint.toString()
|