Skip to content

Commit 350f8fa

Browse files
authored
Fix comment (#780)
1 parent 794bd84 commit 350f8fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

price_pusher/docker-compose.mainnet.sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ services:
5252
build:
5353
context: .
5454
# Uncomment this line (and comment out the above lines) to use a prebuilt image. Replace <version>
55-
# with the latest released image of the EVM price pusher from this repo release page:
56-
# https://github.com/pyth-network/pyth-js/releases
57-
# image: public.ecr.aws/pyth-network/xc-evm-price-pusher:v<version>
55+
# with the latest released image of the price pusher from this repo release page:
56+
# https://github.com/pyth-network/pyth-crosschain/releases
57+
# image: public.ecr.aws/pyth-network/xc-price-pusher:v<version>
5858
restart: always
5959
command:
6060
- "--"

price_pusher/docker-compose.testnet.sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ services:
5252
build:
5353
context: .
5454
# Uncomment this line (and comment out the above lines) to use a prebuilt image. Replace <version>
55-
# with the latest released image of the EVM price pusher from this repo release page:
56-
# https://github.com/pyth-network/pyth-js/releases
57-
# image: public.ecr.aws/pyth-network/xc-evm-price-pusher:v<version>
55+
# with the latest released image of the price pusher from this repo release page:
56+
# https://github.com/pyth-network/pyth-crosschain/releases
57+
# image: public.ecr.aws/pyth-network/xc-price-pusher:v<version>
5858
restart: always
5959
command:
6060
- "--"

0 commit comments

Comments
 (0)