Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 3239ea6

Browse files
authored
Update README.md (#57)
1 parent 580f21e commit 3239ea6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyth-evm-price-pusher/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@ Wormhole network to get latest price updates, and serves REST and websocket APIs
104104
Pyth hosts public endpoints for the price service; however, it is recommended to run it standalone to achieve more resiliency and
105105
scalability.
106106

107-
This directory contains sample testnet docker compose files ([testnet](./docker-compose.testnet.sample.yaml)) that runs a EVM price pusher and all of its dependencies, including a price service and a Wormhole spy. A price service depends on a Wormhole spy. A spy listens to the
108-
Wormhole network and reports all Pyth-related Wormhole messages to the price service.
107+
This directory contains sample docker compose files ([testnet](./docker-compose.testnet.sample.yaml),
108+
[mainnet](./docker-compose.mainnet.sample.yaml)) an EVM price pusher and its dependencies, including a
109+
price service and a Wormhole spy. A price service depends on a Wormhole spy. A spy listens to the Wormhole
110+
network and reports all Pyth-related Wormhole messages to the price service.
109111

110112
To run the services via docker-compose, please modify the your target network (testnet, mainnet) sample docker-compose file to adjust
111113
the path to your mnemonic file, the path to your price configuration file, the EVM endpoint, and the Pyth contract address

0 commit comments

Comments
 (0)