From 717441542e25e9aa678a87d61e430fcef6c7f7f5 Mon Sep 17 00:00:00 2001 From: KemarTiti <84025750+KemarTiti@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:42:01 +0000 Subject: [PATCH] Update evm.mdx fix broken link --- pages/price-feeds/troubleshoot/evm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/troubleshoot/evm.mdx b/pages/price-feeds/troubleshoot/evm.mdx index 11922158..86c69cc8 100644 --- a/pages/price-feeds/troubleshoot/evm.mdx +++ b/pages/price-feeds/troubleshoot/evm.mdx @@ -22,7 +22,7 @@ This error occurs when the requested price feed has not been updated on-chain, o To resolve this issue: -- Update the prices by calling [`updatePriceFeeds()`]("https://github.com/pyth-network/pyth-crosschain/blob/main/target_chains/ethereum/sdk/solidity/IPyth.sol#L112") +- Update the prices by calling [`updatePriceFeeds()`](https://api-reference.pyth.network/price-feeds/evm/updatePriceFeeds) by passing the latest updateData from [Hermes](https://hermes.pyth.network/docs/#/rest/latest_vaas). - Check the entered [price feed id](https://pyth.network/developers/price-feed-ids) and [pyth-contract address](https://docs.pyth.network/price-feeds/contract-addresses/evm) to make sure they are correct.