Skip to content

Commit ff0bc20

Browse files
Update docs/tools/oracles/pyth.md
1 parent 8fd43be commit ff0bc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tools/oracles/pyth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The network comprises some of the world’s largest exchanges, market makers, an
66

77
## Using Pyth network
88
9-
The Pyth Network introduced an innovative low-latency [pull oracle design](https://docs.pyth.network/documentation/pythnet-price-feeds/on-demand), where users are empowered to “pull price updates on-chain when needed, enabling everyone in that blockchain environment to access that data point.
9+
The Pyth network introduces an innovative low-latency [pull oracle design](https://docs.pyth.network/documentation/pythnet-price-feeds/on-demand), where users can pull price updates on-chain when needed, enabling everyone in that blockchain environment to access that data point.
1010

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 mainnet.
14-
You have to pass [Pyth's contract address](https://docs.pyth.network/price-feeds/contract-addresses/evm) of Polygon mainnet/mumbai and the desired [price feed](https://pyth.network/developers/price-feed-ids) 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/mumbai and the desired [price feed](https://pyth.network/developers/price-feed-ids) 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)