@gearbox-protocol/sdk 9.12.0 → 9.12.1

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.
@@ -521,7 +521,7 @@ class TxApprove extends import_eventOrTx.EVMTx {
521
521
  }
522
522
  _toString() {
523
523
  const { title: symbol } = this.token;
524
- return `Approve ${symbol}`;
524
+ return `Approved ${symbol}`;
525
525
  }
526
526
  serialize() {
527
527
  return {
@@ -471,7 +471,7 @@ class TxApprove extends EVMTx {
471
471
  }
472
472
  _toString() {
473
473
  const { title: symbol } = this.token;
474
- return `Approve ${symbol}`;
474
+ return `Approved ${symbol}`;
475
475
  }
476
476
  serialize() {
477
477
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "9.12.0",
3
+ "version": "9.12.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",