@myx-trade/sdk 0.1.27 → 0.1.28
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 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1827,7 +1827,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
|
|
|
1827
1827
|
// package.json
|
|
1828
1828
|
var package_default = {
|
|
1829
1829
|
name: "@myx-trade/sdk",
|
|
1830
|
-
version: "0.1.
|
|
1830
|
+
version: "0.1.28",
|
|
1831
1831
|
private: false,
|
|
1832
1832
|
publishConfig: {
|
|
1833
1833
|
access: "public"
|
|
@@ -12571,6 +12571,7 @@ var Order = class {
|
|
|
12571
12571
|
slPrice: params.slPrice ? params.slPrice : 0,
|
|
12572
12572
|
useAccountBalance: false
|
|
12573
12573
|
});
|
|
12574
|
+
console.log("gaslimit->", gasLimit);
|
|
12574
12575
|
const transaction = await brokerContract.placeOrder(
|
|
12575
12576
|
{
|
|
12576
12577
|
user: params.address,
|
package/dist/index.mjs
CHANGED
|
@@ -1742,7 +1742,7 @@ var RotationProvider = class extends BaseProvider {
|
|
|
1742
1742
|
// package.json
|
|
1743
1743
|
var package_default = {
|
|
1744
1744
|
name: "@myx-trade/sdk",
|
|
1745
|
-
version: "0.1.
|
|
1745
|
+
version: "0.1.28",
|
|
1746
1746
|
private: false,
|
|
1747
1747
|
publishConfig: {
|
|
1748
1748
|
access: "public"
|
|
@@ -12486,6 +12486,7 @@ var Order = class {
|
|
|
12486
12486
|
slPrice: params.slPrice ? params.slPrice : 0,
|
|
12487
12487
|
useAccountBalance: false
|
|
12488
12488
|
});
|
|
12489
|
+
console.log("gaslimit->", gasLimit);
|
|
12489
12490
|
const transaction = await brokerContract.placeOrder(
|
|
12490
12491
|
{
|
|
12491
12492
|
user: params.address,
|