@myx-trade/sdk 0.1.245-beta.3 → 0.1.245-beta.4

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 CHANGED
@@ -1845,7 +1845,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
1845
1845
  // package.json
1846
1846
  var package_default = {
1847
1847
  name: "@myx-trade/sdk",
1848
- version: "0.1.245-beta.3",
1848
+ version: "0.1.245-beta.4",
1849
1849
  private: false,
1850
1850
  publishConfig: {
1851
1851
  access: "public"
@@ -23282,9 +23282,9 @@ var Appeal = class extends BaseMyxClient {
23282
23282
  value
23283
23283
  });
23284
23284
  const tx = await contract.fileDispute(prices, poolId, lpToken, {
23285
- value
23286
- // gasLimit,
23287
- // gasPrice,
23285
+ value,
23286
+ gasLimit,
23287
+ gasPrice
23288
23288
  });
23289
23289
  const receipt = await tx.wait();
23290
23290
  return receipt;
package/dist/index.mjs CHANGED
@@ -1769,7 +1769,7 @@ var RotationProvider = class extends BaseProvider {
1769
1769
  // package.json
1770
1770
  var package_default = {
1771
1771
  name: "@myx-trade/sdk",
1772
- version: "0.1.245-beta.3",
1772
+ version: "0.1.245-beta.4",
1773
1773
  private: false,
1774
1774
  publishConfig: {
1775
1775
  access: "public"
@@ -23206,9 +23206,9 @@ var Appeal = class extends BaseMyxClient {
23206
23206
  value
23207
23207
  });
23208
23208
  const tx = await contract.fileDispute(prices, poolId, lpToken, {
23209
- value
23210
- // gasLimit,
23211
- // gasPrice,
23209
+ value,
23210
+ gasLimit,
23211
+ gasPrice
23212
23212
  });
23213
23213
  const receipt = await tx.wait();
23214
23214
  return receipt;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myx-trade/sdk",
3
- "version": "0.1.245-beta.3",
3
+ "version": "0.1.245-beta.4",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"