Skip to content

Commit da20f26

Browse files
author
0xfirefist
committed
update readme
1 parent aa62f85 commit da20f26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

price_pusher/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Pyth EVM price pusher
1+
# Pyth price pusher
22

3-
Pyth EVM price pusher is a service that regularly pushes updates to the on-chain Pyth price based on configurable conditions.
3+
Pyth price pusher is a service that regularly pushes updates to the on-chain Pyth price based on configurable conditions.
44

55
## Background
66

77
Pyth is a cross-chain oracle that streams price updates over the peer-to-peer [Wormhole Network](https://wormholenetwork.com/).
88
These price updates can be consumed on any chain that has a deployment of the Pyth contract.
99
By default, Pyth does not automatically update the on-chain price every time the off-chain price changes;
1010
instead, anyone can permissionlessly update the on-chain price prior to using it.
11-
For more information please refer to [this document](../pyth-evm-js/README.md#how-pyth-works-on-evm-chains).
11+
For more information please refer to [this document](https://docs.pyth.network/design-overview).
1212

1313
Protocols integrating with can update the on-chain Pyth prices in two different ways.
1414
The first approach is on-demand updates: package a Pyth price update together with each transaction that depends on it.
@@ -66,7 +66,7 @@ npm run start -- injective --grpc-endpoint https://grpc-endpoint.com \
6666
[--polling-frequency 5]
6767

6868
# Or, run the price pusher docker image instead of building from the source
69-
docker run public.ecr.aws/pyth-network/xc-evm-price-pusher:v<version> -- <above-arguments>
69+
docker run public.ecr.aws/pyth-network/xc-price-pusher:v<version> -- <above-arguments>
7070
```
7171

7272
### Command Line Arguments

0 commit comments

Comments
 (0)