@myx-trade/sdk 0.1.239-beta.3 → 0.1.239-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
@@ -1834,7 +1834,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
1834
1834
  // package.json
1835
1835
  var package_default = {
1836
1836
  name: "@myx-trade/sdk",
1837
- version: "0.1.239-beta.3",
1837
+ version: "0.1.239-beta.4",
1838
1838
  private: false,
1839
1839
  publishConfig: {
1840
1840
  access: "public"
@@ -24225,6 +24225,7 @@ var Appeal = class extends BaseMyxClient {
24225
24225
  lpAmount,
24226
24226
  this.getAddressConfig().DISPUTE_COURT
24227
24227
  );
24228
+ console.log("needApproved", this.getAddressConfig());
24228
24229
  if (needApprove) {
24229
24230
  await this.client.utils.approveAuthorization({
24230
24231
  chainId: this.config.chainId,
package/dist/index.mjs CHANGED
@@ -1758,7 +1758,7 @@ var RotationProvider = class extends BaseProvider {
1758
1758
  // package.json
1759
1759
  var package_default = {
1760
1760
  name: "@myx-trade/sdk",
1761
- version: "0.1.239-beta.3",
1761
+ version: "0.1.239-beta.4",
1762
1762
  private: false,
1763
1763
  publishConfig: {
1764
1764
  access: "public"
@@ -24149,6 +24149,7 @@ var Appeal = class extends BaseMyxClient {
24149
24149
  lpAmount,
24150
24150
  this.getAddressConfig().DISPUTE_COURT
24151
24151
  );
24152
+ console.log("needApproved", this.getAddressConfig());
24152
24153
  if (needApprove) {
24153
24154
  await this.client.utils.approveAuthorization({
24154
24155
  chainId: this.config.chainId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myx-trade/sdk",
3
- "version": "0.1.239-beta.3",
3
+ "version": "0.1.239-beta.4",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"