Skip to content

Instantly share code, notes, and snippets.

@marcus-gomes-v
Last active July 9, 2025 07:39
Show Gist options
  • Save marcus-gomes-v/943b632845d9099dcdd5d57718a4f5e8 to your computer and use it in GitHub Desktop.
Save marcus-gomes-v/943b632845d9099dcdd5d57718a4f5e8 to your computer and use it in GitHub Desktop.
# Address of Pyth contract
# See [https://docs.pyth.network/documentation/pythnet-price-feeds/evm#mainnet]
pythNetworkAddress: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF" # Arbitrum Sepolia correto
# debug mode
debug: false
# 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
# update price if diff between previous price and current exceeds threshold
# units is in basis points
# ex: 2 = .02%, 15 = .15%, 200 = 2%
deviationThresholdBps: 500
# priceIds to check/update. See [https://pyth.network/developers/price-feed-ids#pyth-evm-mainnet] for more
priceIds:
- "0xec5d399846a9209f3fe5881d70aae9268c94339ff9817e8d18ff19fa05eea1c8" # XRP/USD (removido espaço extra)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment