-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from melchermaxwell/feature/add-Chainlink
Feature/add chainlink
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: "Chainlink" | ||
category: ["Oracle", "Bridge"] | ||
excerpt: "" | ||
logo: { src: "https://pbs.twimg.com/profile_images/1800426318099595264/N7yf_kOD_400x400.jpg", alt: "Chainlink Logo" } | ||
website: "https://chain.link/" | ||
network: ["Mainnet", "Testnet"] | ||
--- | ||
|
||
You can find contract addresses for Chainlink for Scroll Mainnet and Scroll Sepolia testnet: | ||
|
||
- [LINK Token Contracts for Scroll](https://docs.chain.link/resources/link-token-contracts#scroll) | ||
- [L2 Sequencer Data Feeds](https://docs.chain.link/data-feeds/l2-sequencer-feeds#available-networks) | ||
- [Price Feed Addresses for Scroll](https://docs.chain.link/data-feeds/price-feeds/addresses?network=scroll&page=1) | ||
|
||
|