@gearbox-protocol/sdk 8.0.2 → 8.0.3

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