@gearbox-protocol/sdk 8.18.0 → 8.18.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.
@@ -253,11 +253,10 @@ const chains = {
253
253
  Etherlink: (0, import_viem.defineChain)({
254
254
  ...import_chains.etherlink,
255
255
  network: "Etherlink",
256
- defaultMarketConfigurators: {},
257
- testMarketConfigurators: {
256
+ defaultMarketConfigurators: {
258
257
  "0x577424f0e6f50db668cc1bc76babb87e36732291": "Re7"
259
258
  },
260
- isPublic: false,
259
+ isPublic: true,
261
260
  wellKnownToken: {
262
261
  address: "0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9",
263
262
  symbol: "USDC"
@@ -238,11 +238,10 @@ const chains = {
238
238
  Etherlink: defineChain({
239
239
  ...etherlink,
240
240
  network: "Etherlink",
241
- defaultMarketConfigurators: {},
242
- testMarketConfigurators: {
241
+ defaultMarketConfigurators: {
243
242
  "0x577424f0e6f50db668cc1bc76babb87e36732291": "Re7"
244
243
  },
245
- isPublic: false,
244
+ isPublic: true,
246
245
  wellKnownToken: {
247
246
  address: "0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9",
248
247
  symbol: "USDC"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "8.18.0",
3
+ "version": "8.18.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",