Skip to content

Commit

Permalink
Update arbitrum-docs/for-devs/oracles/chainlink/chainlink.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Pete <petevielhaber@gmail.com>
  • Loading branch information
anegg0 and pete-vielhaber authored Nov 15, 2024
1 parent cddee8c commit 0f6358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrum-docs/for-devs/oracles/chainlink/chainlink.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f6358f

Please sign in to comment.