@gearbox-protocol/sdk 11.4.3 → 11.5.0

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,7 +203,10 @@ const chains = {
203
203
  }
204
204
  },
205
205
  network: "Monad",
206
- defaultMarketConfigurators: {},
206
+ defaultMarketConfigurators: {
207
+ "0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
208
+ "0x7c6ee1bf9c1eb3ee55bdbdc1e8d0317aab718e0a": "Edge UltraYield"
209
+ },
207
210
  isPublic: false,
208
211
  wellKnownToken: {
209
212
  address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
@@ -187,7 +187,10 @@ const chains = {
187
187
  }
188
188
  },
189
189
  network: "Monad",
190
- defaultMarketConfigurators: {},
190
+ defaultMarketConfigurators: {
191
+ "0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
192
+ "0x7c6ee1bf9c1eb3ee55bdbdc1e8d0317aab718e0a": "Edge UltraYield"
193
+ },
191
194
  isPublic: false,
192
195
  wellKnownToken: {
193
196
  address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
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.0",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",