Solana SOL/USD price updates not triggered in the Solana Price Account

gm

I’m running the price pusher for SOL/USD on Solana however my updates do not seem to be done in the ‘public’ SOL/USD account (7UVimffxr9ow1uXYxsr4LHAcV58mLzhmwaeKvJ1pjLiE).

Here is a tx we run with the price pusher for example, and it seems to be pushing price update to a new price feed account: Transaction 3emkC1mHJASsuTwiXAjV1hQP7se7r6caqygVvedJRBdxXcAQBYLSYCQEHUkXd11z3bE9k3aZWVugBHSBcjRZZBCi

Any idea why this could be happening?

Below is my config.yaml for reference

id: ef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d
time_difference: 120 # Update if price is >120s old (2x Pyth’s 60s threshold)
price_deviation: 0.18 # Update if price diverges >0.18% (18 bps) - our target threshold
confidence_ratio: 100 # Update if confidence/price ratio >100%
early_update: # Include this feed in batches if another feed triggers
time_difference: 60 # Half of main time threshold
price_deviation: 0.09 # Half of main threshold for opportunistic updates
confidence_ratio: 50

Hey,

The Solana price pusher has a shard-id parameter. For each different shard-id value, the prices will be pushed to a different set of accounts. The sponsored feeds use shard-id 0. If you’re seeing this, you might be using a different shard-id.