@gearbox-protocol/sdk 7.11.1-next.2 → 7.11.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.
@@ -157,7 +157,8 @@ class GearboxSDK {
157
157
  networkType: this.provider.networkType,
158
158
  chainId: this.provider.chainId,
159
159
  addressProvider,
160
- marketConfigurators
160
+ marketConfigurators,
161
+ blockNumber
161
162
  },
162
163
  `${re}attaching gearbox sdk`
163
164
  );
@@ -155,7 +155,8 @@ class GearboxSDK {
155
155
  networkType: this.provider.networkType,
156
156
  chainId: this.provider.chainId,
157
157
  addressProvider,
158
- marketConfigurators
158
+ marketConfigurators,
159
+ blockNumber
159
160
  },
160
161
  `${re}attaching gearbox sdk`
161
162
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "7.11.1-next.2",
3
+ "version": "7.11.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",