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

Commit 5bf8903

Browse files
committed
Update address of Pyth Contract in example
1 parent f4cad9e commit 5bf8903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-aptos-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can run this example with `npm run example-relay`. A full command that updat
9797

9898
```bash
9999
export APTOS_KEY = "0x...";
100-
npm run example-relay -- --endpoint https://xc-testnet.pyth.network --price-ids 0xf9c0172ba10dfa4d19088d94f5bf61d3b54d5bd7483a322a982e1373ee8ea31b 0xca80ba6dc32e08d06f1aa886011eed1d77c77be9eb761cc10d72b7d0a2fd57a6 --full-node https://fullnode.testnet.aptoslabs.com/v1 --pyth-contract 0xc655df014ec65d43b478e8e580a2e9493db954818efb01f1cb4a24654294a709
100+
npm run example-relay -- --endpoint https://xc-testnet.pyth.network --price-ids 0xf9c0172ba10dfa4d19088d94f5bf61d3b54d5bd7483a322a982e1373ee8ea31b 0xca80ba6dc32e08d06f1aa886011eed1d77c77be9eb761cc10d72b7d0a2fd57a6 --full-node https://fullnode.testnet.aptoslabs.com/v1 --pyth-contract 0xaa706d631cde8c634fe1876b0c93e4dec69d0c6ccac30a734e9e257042e81541
101101
```
102102

103103
## How Pyth Works on Aptos

0 commit comments

Comments
 (0)