@magmaprotocol/magma-clmm-sdk 0.5.122 → 0.5.124
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 +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ declare const ClmmIntegrateRouterModule = "router";
|
|
|
31
31
|
declare const ClmmIntegrateRouterWithPartnerModule = "router_with_partner";
|
|
32
32
|
declare const ClmmFetcherModule = "fetcher_script";
|
|
33
33
|
declare const ClmmExpectSwapModule = "expect_swap";
|
|
34
|
-
declare const ClmmIntegrateUtilsModule = "
|
|
34
|
+
declare const ClmmIntegrateUtilsModule = "script_helpers";
|
|
35
35
|
declare const VotingEscrow = "voting_escrow";
|
|
36
36
|
declare const Voter = "voter";
|
|
37
37
|
declare const RewardDistributor = "reward_distributor";
|
package/dist/index.js
CHANGED
|
@@ -517,7 +517,7 @@ var ClmmIntegrateRouterModule = "router";
|
|
|
517
517
|
var ClmmIntegrateRouterWithPartnerModule = "router_with_partner";
|
|
518
518
|
var ClmmFetcherModule = "fetcher_script";
|
|
519
519
|
var ClmmExpectSwapModule = "expect_swap";
|
|
520
|
-
var ClmmIntegrateUtilsModule = "
|
|
520
|
+
var ClmmIntegrateUtilsModule = "script_helpers";
|
|
521
521
|
var VotingEscrow = "voting_escrow";
|
|
522
522
|
var Voter = "voter";
|
|
523
523
|
var RewardDistributor = "reward_distributor";
|
|
@@ -5742,6 +5742,7 @@ var PoolModule = class {
|
|
|
5742
5742
|
throw new ClmmpoolsError("this config sdk senderAddress is not set right", "InvalidSendAddress" /* InvalidSendAddress */);
|
|
5743
5743
|
}
|
|
5744
5744
|
const tx = new import_transactions4.Transaction();
|
|
5745
|
+
tx.setSender(this.sdk.senderAddress);
|
|
5745
5746
|
const { integrate, clmm_pool } = this.sdk.sdkOptions;
|
|
5746
5747
|
const eventConfig = getPackagerConfigs(clmm_pool);
|
|
5747
5748
|
const globalPauseStatusObjectId = eventConfig.global_config_id;
|