@ultrade/ultrade-js-sdk 0.2.6 → 0.2.7
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/amm.js +2 -2
- package/package.json +1 -1
package/dist/amm.js
CHANGED
|
@@ -334,7 +334,7 @@ class AmmClient {
|
|
|
334
334
|
mintAmt
|
|
335
335
|
],
|
|
336
336
|
appForeignAssets: [bId, poolToken],
|
|
337
|
-
suggestedParams: Object.assign(Object.assign({}, sp), { flatFee: true, fee:
|
|
337
|
+
suggestedParams: Object.assign(Object.assign({}, sp), { flatFee: true, fee: 4000 }),
|
|
338
338
|
signer
|
|
339
339
|
});
|
|
340
340
|
const res = yield atc.execute(this.client, 4);
|
|
@@ -425,7 +425,7 @@ class AmmClient {
|
|
|
425
425
|
method,
|
|
426
426
|
methodArgs,
|
|
427
427
|
appForeignAssets: [aId, bId, poolToken],
|
|
428
|
-
suggestedParams: Object.assign(Object.assign({}, sp), { flatFee: true, fee:
|
|
428
|
+
suggestedParams: Object.assign(Object.assign({}, sp), { flatFee: true, fee: 4000 }),
|
|
429
429
|
signer
|
|
430
430
|
});
|
|
431
431
|
const res = yield atc.execute(this.client, 4);
|