aftermath-ts-sdk 5.1.0-dev.e1da74f → 5.1.0-dev.ec5b030
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10837,7 +10837,7 @@ var init_pools = __esm({
|
|
|
10837
10837
|
* ```
|
|
10838
10838
|
*/
|
|
10839
10839
|
async getPublishLpCoinTransaction(inputs) {
|
|
10840
|
-
const { tx } = await this.fetchApiTxObject("transactions/publish-lp-coin", inputs);
|
|
10840
|
+
const { tx } = await this.fetchApiTxObject("v1/transactions/publish-lp-coin", inputs);
|
|
10841
10841
|
return tx;
|
|
10842
10842
|
}
|
|
10843
10843
|
/**
|
|
@@ -10877,7 +10877,7 @@ var init_pools = __esm({
|
|
|
10877
10877
|
* ```
|
|
10878
10878
|
*/
|
|
10879
10879
|
async getCreatePoolTransaction(inputs) {
|
|
10880
|
-
const { tx } = await this.fetchApiTxObject("transactions/create-pool", inputs);
|
|
10880
|
+
const { tx } = await this.fetchApiTxObject("v1/transactions/create-pool", inputs);
|
|
10881
10881
|
return tx;
|
|
10882
10882
|
}
|
|
10883
10883
|
/**
|