We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abc071 commit 06f9fa2Copy full SHA for 06f9fa2
pyproject.toml
@@ -4,7 +4,7 @@ ignore_missing_imports = true
4
5
[tool.poetry]
6
name = "pyth-observer"
7
-version = "0.3.1"
+version = "0.3.2"
8
description = "Alerts and stuff"
9
authors = []
10
readme = "README.md"
pyth_observer/__init__.py
@@ -91,11 +91,6 @@ async def run(self):
91
states = []
92
price_accounts = await self.get_pyth_prices(product)
93
94
- # If the min_publishers is set to 255, this is a "coming soon" feed and is not live yet
95
- # Skip alerting on these feeds
96
- if product.prices[PythPriceType.PRICE].min_publishers == 255:
97
- continue
98
-
99
crosschain_price = crosschain_prices.get(
100
b58decode(product.first_price_account_key.key).hex(), None
101
)
0 commit comments