@gearbox-protocol/sdk 3.0.0-next.94 → 3.0.0-next.95

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.
@@ -361,7 +361,7 @@ class TxCloseAccount extends eventOrTx_1.EVMTx {
361
361
  this.creditManagerName = opts.creditManagerName;
362
362
  }
363
363
  toString() {
364
- return `Credit Account ${this.creditManager || (0, contractsRegister_1.getContractName)(this.creditManager)}: Closing account`;
364
+ return `Credit Account ${this.creditManagerName || (0, contractsRegister_1.getContractName)(this.creditManager)}: Closing account`;
365
365
  }
366
366
  serialize() {
367
367
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-next.94",
3
+ "version": "3.0.0-next.95",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",