You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: pyth-aptos-js/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ We strongly recommend reading our guide which explains [how to work with Pyth pr
88
88
89
89
### Example
90
90
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:
92
92
93
93
1. Fetches update data from the Price Service for the given price feeds.
94
94
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
108
108
109
109
### On-demand price updates
110
110
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.
0 commit comments