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 92c17ad commit 7c2e02eCopy full SHA for 7c2e02e
third_party/pyth/price-service/.env.sample
@@ -1,7 +1,10 @@
1
# Local DevNet:
2
SPY_SERVICE_HOST=0.0.0.0:7072
3
4
-## Filters (if provided) should be valid JSON like below:
+# Filters (if provided) should be valid JSON like below:
5
+# These filters tell the spy to only retrieve messages sent from certain chains/contracts.
6
+# See the docker-compose.<network>.yaml files in the price-service directory for the appropriate
7
+# configuration for a testnet/mainnet pyth price-service deployment.
8
SPY_SERVICE_FILTERS=[{"chain_id":1,"emitter_address":"71f8dcb863d176e2c420ad6610cf687359612b6fb392e0642b0ca6b1f186aa3b"}]
9
10
# Number of seconds to sync with spy to be sure to have latest messages
0 commit comments