@gearbox-protocol/sdk 8.6.5 → 8.6.6

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.
@@ -268,6 +268,12 @@ const chains = {
268
268
  wellKnownToken: {
269
269
  address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
270
270
  symbol: "USDC.e"
271
+ },
272
+ contracts: {
273
+ multicall3: {
274
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
275
+ blockCreated: 484490
276
+ }
271
277
  }
272
278
  }),
273
279
  Lisk: (0, import_viem.defineChain)({
@@ -254,6 +254,12 @@ const chains = {
254
254
  wellKnownToken: {
255
255
  address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
256
256
  symbol: "USDC.e"
257
+ },
258
+ contracts: {
259
+ multicall3: {
260
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
261
+ blockCreated: 484490
262
+ }
257
263
  }
258
264
  }),
259
265
  Lisk: defineChain({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "8.6.5",
3
+ "version": "8.6.6",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",