@hawksightco/hawk-sdk 1.3.34 → 1.3.36
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 +1 -1
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2329,7 +2329,7 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2329
2329
|
// Instruction via main hawksight contract
|
|
2330
2330
|
// @ts-ignore
|
|
2331
2331
|
const ix = yield anchor_1.Anchor.instance().iyfMain.methods
|
|
2332
|
-
.
|
|
2332
|
+
.iyfExtensionExecute(depositIx.data)
|
|
2333
2333
|
.accounts({
|
|
2334
2334
|
farm,
|
|
2335
2335
|
userPda,
|