fix(docs): update Monad push feed params to match actual pusher config#3762
fix(docs): update Monad push feed params to match actual pusher config#3762pythia-assistant wants to merge 5 commits into
Conversation
Updates price_deviation values to match the actual pusher parameters: - BTC/USD, ETH/USD, MON/USD, SOL/USD: 0.02 → 0.05 - USDC/USD, USDT/USD: 0.05 → 0.1 - All other feeds: 0.05 → 0.1
|
@pythia-assistant is attempting to deploy a commit to the Pyth Network Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 5 Skipped Deployments
|
There was a problem hiding this comment.
🚩 Monad price_deviation values are significantly lower than all other networks
After this change, Monad mainnet's price_deviation values are 0.05% (for BTC, ETH, MON, SOL) and 0.1% (for all others). By comparison, every other EVM network in the repo uses values of 1% or 2% for equivalent feeds (e.g., Berachain, Sonic, Soneium all use 1% for BTC/USD; Ethereum uses 2% for USDC/USD). While this may be intentional (e.g., Monad may have lower gas costs enabling tighter triggers), the ~10-20x tighter thresholds compared to peer networks are worth confirming as intentional, since tighter price deviation means more frequent on-chain updates and higher operational costs.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
Updates the documented push feed parameters for Monad mainnet to match the actual pusher configuration.
Changes
These values now match what the pusher is actually configured to use.