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

Commit f4cad9e

Browse files
committed
Fix some dangling EVM references in README
1 parent 2938735 commit f4cad9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyth-aptos-js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We strongly recommend reading our guide which explains [how to work with Pyth pr
8888

8989
### Example
9090

91-
[This example](./src/examples/AptosRelay.ts) shows how to update prices on an EVM network. It does the following:
91+
[This example](./src/examples/AptosRelay.ts) shows how to update prices on an Aptos network. It does the following:
9292

9393
1. Fetches update data from the Price Service for the given price feeds.
9494
2. Calls the Pyth Aptos contract with the update data.
@@ -108,7 +108,7 @@ This signed message can then be submitted to the Pyth contract on the Aptos netw
108108

109109
### On-demand price updates
110110

111-
Price updates are not submitted on the EVM networks automatically: rather, when a consumer needs to use the value of a price they should first submit the latest Wormhole update for that price to the Pyth contract on the EVM network they are working on. This will make the most recent price update available on-chain for EVM contracts to use.
111+
Price updates are not submitted to the Aptos networks automatically: rather, when a consumer needs to use the value of a price they should first submit the latest Wormhole update for that price to the Pyth contract on the Aptos network they are working on. This will make the most recent price update available on-chain for Aptos contracts to use.
112112

113113
## Price Service endpoints
114114

0 commit comments

Comments
 (0)