@magmaprotocol/magma-clmm-sdk 0.5.119 → 0.5.120
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5545,7 +5545,7 @@ var PoolModule = class {
|
|
|
5545
5545
|
tx.object(CLOCK_ADDRESS)
|
|
5546
5546
|
];
|
|
5547
5547
|
tx.moveCall({
|
|
5548
|
-
target: `${integrate.published_at}::
|
|
5548
|
+
target: `${integrate.published_at}::pool_creator_v3::create_pool_v3`,
|
|
5549
5549
|
typeArguments: [params.coinTypeA, params.coinTypeB],
|
|
5550
5550
|
arguments: args
|
|
5551
5551
|
});
|