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