@gearbox-protocol/sdk 10.2.9 → 10.2.10

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.
@@ -103,6 +103,9 @@ async function getPrices({
103
103
  marketConfigurators: [],
104
104
  redstone: {
105
105
  ignoreMissingFeeds: true
106
+ },
107
+ pyth: {
108
+ ignoreMissingFeeds: true
106
109
  }
107
110
  });
108
111
  const chunks = [];
@@ -80,6 +80,9 @@ async function getPrices({
80
80
  marketConfigurators: [],
81
81
  redstone: {
82
82
  ignoreMissingFeeds: true
83
+ },
84
+ pyth: {
85
+ ignoreMissingFeeds: true
83
86
  }
84
87
  });
85
88
  const chunks = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "10.2.9",
3
+ "version": "10.2.10",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",