impermax-sdk 2.1.43 → 2.1.44

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.
@@ -129,6 +129,7 @@ class OnchainPermitHelper {
129
129
  reject(err);
130
130
  }
131
131
  else {
132
+ console.log("signature", data.result);
132
133
  resolve(data.result);
133
134
  }
134
135
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.43",
3
+ "version": "2.1.44",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",