Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 58294f0

Browse files
authored
update aptos testnet to mainnet (#81)
1 parent fd1979f commit 58294f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythnet-price-feeds/aptos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Consume Pyth Network prices in applications on Aptos
44

55
# Pyth on Aptos
66

7-
Aptos contracts can update and fetch the Pyth prices using the Pyth Aptos Contract, which has been deployed on Testnet. The documented source code can be found [here](https://github.com/pyth-network/pyth-crosschain/blob/main/aptos/contracts/sources/pyth.move).
7+
Aptos contracts can update and fetch the Pyth prices using the Pyth Aptos Contract, which has been deployed on Mainnet. The documented source code can be found [here](https://github.com/pyth-network/pyth-crosschain/blob/main/aptos/contracts/sources/pyth.move).
88

99
## Updating Price Feeds
1010

@@ -16,7 +16,7 @@ The mechanism by which price feeds are updated on Aptos is explained [here](./co
1616

1717
## Networks
1818

19-
Pyth is currently deployed on Aptos Testnet, and will be available on Aptos Mainnet as soon as the chain is live.
19+
Pyth is currently deployed on Aptos Mainnet.
2020

2121
## Addresses
2222

0 commit comments

Comments
 (0)