Skip to content

Commit f43bc1a

Browse files
Merge branch 'devin/1756720052-add-price-gauge-metrics' of https://git-manager.devin.ai/proxy/github.com/pyth-network/pyth-crosschain into devin/1756720052-add-price-gauge-metrics
2 parents 24755cc + f0cba2f commit f43bc1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/price_pusher/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@ and the on-chain Pyth contract and deciding whether to push a new price. You can
211211

212212
### Example
213213

214-
For example, to push `BTC/USD` and `BNB/USD` prices on Fantom testnet, run the following command:
214+
For example, to push `BTC/USD` and `BNB/USD` prices on Sonic blaze testnet, run the following command:
215215

216216
```sh
217217
pnpm run dev evm \
218-
--endpoint https://endpoints.omniatech.io/v1/fantom/testnet/public \
219-
--pyth-contract-address 0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb \
218+
--endpoint https://rpc.blaze.soniclabs.com \
219+
--pyth-contract-address 0x2880aB155794e7179c9eE2e38200202908C17B43 \
220220
--price-service-endpoint https://hermes.pyth.network \
221221
--mnemonic-file "./mnemonic" \
222222
--price-config-file "./price-config.stable.sample.yaml" \

0 commit comments

Comments
 (0)