@magmaprotocol/magma-clmm-sdk 0.5.122 → 0.5.123
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/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -297,7 +297,7 @@ var ClmmIntegrateRouterModule = "router";
|
|
|
297
297
|
var ClmmIntegrateRouterWithPartnerModule = "router_with_partner";
|
|
298
298
|
var ClmmFetcherModule = "fetcher_script";
|
|
299
299
|
var ClmmExpectSwapModule = "expect_swap";
|
|
300
|
-
var ClmmIntegrateUtilsModule = "
|
|
300
|
+
var ClmmIntegrateUtilsModule = "script_helpers";
|
|
301
301
|
var VotingEscrow = "voting_escrow";
|
|
302
302
|
var Voter = "voter";
|
|
303
303
|
var RewardDistributor = "reward_distributor";
|
|
@@ -5522,6 +5522,7 @@ var PoolModule = class {
|
|
|
5522
5522
|
throw new ClmmpoolsError("this config sdk senderAddress is not set right", "InvalidSendAddress" /* InvalidSendAddress */);
|
|
5523
5523
|
}
|
|
5524
5524
|
const tx = new Transaction4();
|
|
5525
|
+
tx.setSender(this.sdk.senderAddress);
|
|
5525
5526
|
const { integrate, clmm_pool } = this.sdk.sdkOptions;
|
|
5526
5527
|
const eventConfig = getPackagerConfigs(clmm_pool);
|
|
5527
5528
|
const globalPauseStatusObjectId = eventConfig.global_config_id;
|