@gearbox-protocol/sdk 0.0.40 → 0.0.41

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.
@@ -148,13 +148,13 @@ var Verifier = /** @class */ (function (_super) {
148
148
  return Verifier;
149
149
  }(loggedDeployer_1.LoggedDeployer));
150
150
  exports.Verifier = Verifier;
151
- var verifier = new Verifier();
152
- verifier
153
- .deploy()
154
- .then(function () {
155
- process.exit(0);
156
- })
157
- .catch(function (error) {
158
- console.error(error);
159
- process.exit(1);
160
- });
151
+ // const verifier = new Verifier();
152
+ // verifier
153
+ // .deploy()
154
+ // .then(() => {
155
+ // process.exit(0);
156
+ // })
157
+ // .catch((error) => {
158
+ // console.error(error);
159
+ // process.exit(1);
160
+ // });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -61,14 +61,14 @@ export class Verifier extends LoggedDeployer {
61
61
  }
62
62
  }
63
63
 
64
- const verifier = new Verifier();
64
+ // const verifier = new Verifier();
65
65
 
66
- verifier
67
- .deploy()
68
- .then(() => {
69
- process.exit(0);
70
- })
71
- .catch((error) => {
72
- console.error(error);
73
- process.exit(1);
74
- });
66
+ // verifier
67
+ // .deploy()
68
+ // .then(() => {
69
+ // process.exit(0);
70
+ // })
71
+ // .catch((error) => {
72
+ // console.error(error);
73
+ // process.exit(1);
74
+ // });