-
Notifications
You must be signed in to change notification settings - Fork 187
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 #326 from scroll-tech/chuhan_prod
Merge #322(Feature/add chainlink) from develop to prod
- Loading branch information
Showing
2 changed files
with
36 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,20 @@ | ||
--- | ||
name: "Across" | ||
category: ["Bridge"] | ||
excerpt: "Across is an interoperability protocol powered by intents, enabling the fastest and lowest-cost way to transfer value without security tradeoffs." | ||
logo: { src: "https://3563890891-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo33kX1T6RRp4inOcEH1d%2Fuploads%2FYTdMDAZ1jNPOF9bkNdMO%2FAcross%20Logomark%20Aqua%20Circle.png?alt=media&token=6619a5be-ea2a-4967-844e-d07caac3fdc2", alt: "Across Logo" } | ||
website: "https://across.to/" | ||
network: ["Mainnet", "Testnet"] | ||
--- | ||
|
||
**_Scroll Mainnet contracts:_** | ||
|
||
- Scroll_SpokePool: | ||
[`0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96`](https://scrollscan.com/address/0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96) | ||
- MulticallHandler: | ||
[`0xD2CDF46556543316e7D34e8eDc4624e2bB95e3B6`](https://scrollscan.com/address/0x924a9f036260DdD5808007E1AA95f08eD08aA569) | ||
|
||
**_Scroll Sepolia contracts:_** | ||
|
||
- Scroll_SpokePool: | ||
[`0x95B3A7A7344BBd7b1033275CA3Ce89494baA6A40`](https://sepolia.scrollscan.com/address/0x95B3A7A7344BBd7b1033275CA3Ce89494baA6A40) |
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) | ||
|
||
|