Skip to content

Commit 4919199

Browse files
Update docs/tools/oracles/pyth.md
1 parent d8c1039 commit 4919199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/oracles/pyth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Pyth network introduces an innovative low-latency [pull oracle design](https
1111
Developers on Polygon have permissionless access to any of Pyth’s 350+ price feeds for equities, ETFs, commodities, foreign exchange pairs, and cryptocurrencies.
1212

1313
Here is a working example of a contract that fetches the latest price of MATIC/USD on the Polygon network.
14-
You have to pass [Pyth's contract address](https://docs.pyth.network/price-feeds/contract-addresses/evm) for Polygon mainnet/amoy and the desired [price feed id](https://pyth.network/developers/price-feed-ids) to fetch the latest price.
14+
You have to pass [Pyth's contract address](https://docs.pyth.network/price-feeds/contract-addresses/evm) for Polygon mainnet/testnet and the desired [price feed id](https://pyth.network/developers/price-feed-ids) to fetch the latest price.
1515

1616
```solidity
1717
// SPDX-License-Identifier: UNLICENSED

0 commit comments

Comments
 (0)