@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.js
CHANGED
|
@@ -5765,7 +5765,7 @@ var PoolModule = class {
|
|
|
5765
5765
|
tx.object(CLOCK_ADDRESS)
|
|
5766
5766
|
];
|
|
5767
5767
|
tx.moveCall({
|
|
5768
|
-
target: `${integrate.published_at}::
|
|
5768
|
+
target: `${integrate.published_at}::pool_creator_v3::create_pool_v3`,
|
|
5769
5769
|
typeArguments: [params.coinTypeA, params.coinTypeB],
|
|
5770
5770
|
arguments: args
|
|
5771
5771
|
});
|