@hawksightco/hawk-sdk 1.3.37 → 1.3.38
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
|
@@ -2242,8 +2242,8 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2242
2242
|
* Modifies transaction keys for the purpose of depositing liquidity.
|
|
2243
2243
|
*/
|
|
2244
2244
|
replace() {
|
|
2245
|
-
this.
|
|
2246
|
-
this.
|
|
2245
|
+
this.ix.keys[9].pubkey = this.userPda;
|
|
2246
|
+
this.ix.keys[9].isSigner = false;
|
|
2247
2247
|
}
|
|
2248
2248
|
/**
|
|
2249
2249
|
* Replaces Meteora CPI with Hawksight CPI that calls the target Meteora CPI.
|