Skip to content

Commit

Permalink
Chainlink example added (#419)
Browse files Browse the repository at this point in the history
* Chainlink example included

* Changes inherited from

subquery/ethereum-subql-starter@a892fd3

* Code review

---------

Co-authored-by: James Bayly <[email protected]>
  • Loading branch information
bgodlin and jamesbayly authored Sep 26, 2023
1 parent 4e69850 commit 3c93984
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ function getSidebar(locale: string): SidebarOptions {
text: "Ethereum Gravatar (Simple)",
link: `${locale}/quickstart/quickstart_chains/ethereum-gravatar.md`,
},
{
text: "Ethereum Chainlink (Medium)",
link: `${locale}/quickstart/quickstart_chains/ethereum-chainlink.md`,
},
{
text: "Ethereum Uniswap (Complex)",
link: `${locale}/quickstart/quickstart_chains/ethereum-uniswap.md`,
Expand Down
Loading

0 comments on commit 3c93984

Please sign in to comment.