Skip to content

Commit cef4fae

Browse files
authored
Merge pull request #385 from Gearbox-protocol/fix-get-prices
fix: ignore missing pyth feeds
2 parents 3e1e23b + dbebeef commit cef4fae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/permissionless/utils/price-update/get-prices.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ export async function getPrices({
102102
redstone: {
103103
ignoreMissingFeeds: true,
104104
},
105+
pyth: {
106+
ignoreMissingFeeds: true
107+
}
105108
});
106109

107110
const chunks: Address[][] = [];

0 commit comments

Comments
 (0)