Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit ee09bdd

Browse files
committed
fix contract address link
1 parent 135e397 commit ee09bdd

File tree

1 file changed

+1
-1
lines changed
  • pages/price-feeds/use-real-time-data/pull-integration

1 file changed

+1
-1
lines changed

pages/price-feeds/use-real-time-data/pull-integration/evm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ contract SomeContract {
9595

9696
The code snippet above does the following things:
9797

98-
1. Instantiate the `IPyth` interface from the Solidity SDK using the price feeds [contract address](../contract-addresses/evm).
98+
1. Instantiate the `IPyth` interface from the Solidity SDK using the price feeds [contract address](../../contract-addresses/evm).
9999
2. Select the [Price Feed IDs](../../price-feeds) for the assets you want to fetch prices for. Price feeds come in two varieties, Stable and Beta. You should select Stable feed ids
100100
3. Call `IPyth.getUpdateFee` to calculate the fee charged by Pyth to update the price.
101101
4. Call `IPyth.updatePriceFeeds` to update the price, paying the fee calculated in the previous step.

0 commit comments

Comments
 (0)