@gearbox-protocol/sdk 11.4.3 → 11.5.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.
@@ -203,8 +203,11 @@ const chains = {
203
203
  }
204
204
  },
205
205
  network: "Monad",
206
- defaultMarketConfigurators: {},
207
- isPublic: false,
206
+ defaultMarketConfigurators: {
207
+ "0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
208
+ "0x7c6ee1bf9c1eb3ee55bdbdc1e8d0317aab718e0a": "Edge UltraYield"
209
+ },
210
+ isPublic: true,
208
211
  wellKnownToken: {
209
212
  address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
210
213
  symbol: "USDT0"
@@ -187,8 +187,11 @@ const chains = {
187
187
  }
188
188
  },
189
189
  network: "Monad",
190
- defaultMarketConfigurators: {},
191
- isPublic: false,
190
+ defaultMarketConfigurators: {
191
+ "0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
192
+ "0x7c6ee1bf9c1eb3ee55bdbdc1e8d0317aab718e0a": "Edge UltraYield"
193
+ },
194
+ isPublic: true,
192
195
  wellKnownToken: {
193
196
  address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
194
197
  symbol: "USDT0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "11.4.3",
3
+ "version": "11.5.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",