From f6715873cddfdea5bbbf3663f6e59f3b39861b6f Mon Sep 17 00:00:00 2001 From: Matthew Pereira Date: Wed, 25 Oct 2023 12:01:47 -0700 Subject: [PATCH] wrap up price feed page --- packages/nextjs/pages/price-feeds.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/packages/nextjs/pages/price-feeds.tsx b/packages/nextjs/pages/price-feeds.tsx index 47869fd..7047fe6 100644 --- a/packages/nextjs/pages/price-feeds.tsx +++ b/packages/nextjs/pages/price-feeds.tsx @@ -27,19 +27,12 @@ const PriceFeeds: NextPage = () => { } details={[ + <>The quote returned by the price feed contract has a specified number of decimals, <> - The price returned by the price feed contract has a specified number of decimals that can be fetched from - the price feed contract using the method - , - <> - The returned by the price feed contract is only updated if the price deviates - beyond a specified threshold or if a certain amount of time has passed since the last update{" "} + The quote returned by the price feed contract is only updated if the price deviates beyond a specified + threshold or if a certain amount of time has passed since the last update{" "} , - <> - is only available on Ethereum Mainnet, but{" "} - is available on a variety of networks. - , ]} gettingStarted={[ <> @@ -49,8 +42,8 @@ const PriceFeeds: NextPage = () => { Declare a state variable of type , <> - Choose network and a pair of assets to find the price feed address{" "} - + Find price feed address by network and asset pair{" "} + , <>Instantiate the variable using the price feed address, <>