From 0f6358fb18f24d684eef79beb010de1436e92059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Fri, 15 Nov 2024 12:14:15 -0500 Subject: [PATCH] Update arbitrum-docs/for-devs/oracles/chainlink/chainlink.mdx Co-authored-by: Pete --- arbitrum-docs/for-devs/oracles/chainlink/chainlink.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitrum-docs/for-devs/oracles/chainlink/chainlink.mdx b/arbitrum-docs/for-devs/oracles/chainlink/chainlink.mdx index fe96e8e4c..35a32c96c 100644 --- a/arbitrum-docs/for-devs/oracles/chainlink/chainlink.mdx +++ b/arbitrum-docs/for-devs/oracles/chainlink/chainlink.mdx @@ -59,7 +59,7 @@ contract ARBPriceConsumer { } ``` -You can adapt this contract to your needs. Just remember to use the address of the asset you want to request the price for in the appropriate network, and to **deploy your contract to the same network**. Remember we have a [Quickstart](/build-decentralized-apps/01-quickstart-solidity-hardhat.mdx) available that goes t hrough the process of compiling and deploying a contract. +You can adapt this contract to your needs. Just remember to use the address of the asset you want to request the price for in the appropriate network, and to **deploy your contract to the same network**. Remember we have a [Quickstart](/build-decentralized-apps/01-quickstart-solidity-hardhat.mdx) available that goes through the process of compiling and deploying a contract. ### More examples