Skip to content

Instantly share code, notes, and snippets.

View marcus-gomes-v's full-sized avatar
🪬

Marcus Bego Gomes marcus-gomes-v

🪬
View GitHub Profile
@marcus-gomes-v
marcus-gomes-v / config.yaml
Last active July 9, 2025 09:51 — forked from carrion256/config.yaml
Pyth W3F Mainnet Config
# Address of Pyth contract
pythNetworkAddress: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6"
# debug mode
debug: true
# Refresh rate of config in seconds to prevent rate limiting from github
configRefreshRateInSeconds: 3600
# See [https://docs.pyth.network/documentation/pythnet-price-feeds/price-service#public-endpoints]
priceServiceEndpoint: "https://hermes.pyth.network"
# maximum number of seconds between updates
validTimePeriodSeconds: 86400