@gearbox-protocol/sdk 11.4.1 → 11.4.2

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.
@@ -195,6 +195,7 @@ const chains = {
195
195
  url: "https://mainnet-beta.monvision.io"
196
196
  }
197
197
  },
198
+ blockTime: 400,
198
199
  contracts: {
199
200
  multicall3: {
200
201
  address: "0xcA11bde05977b3631167028862bE2a173976CA11",
@@ -179,6 +179,7 @@ const chains = {
179
179
  url: "https://mainnet-beta.monvision.io"
180
180
  }
181
181
  },
182
+ blockTime: 400,
182
183
  contracts: {
183
184
  multicall3: {
184
185
  address: "0xcA11bde05977b3631167028862bE2a173976CA11",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "11.4.1",
3
+ "version": "11.4.2",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",