Skip to content

Commit

Permalink
Added BASE logo on Automation Tile (#1698)
Browse files Browse the repository at this point in the history
* Update getting-started.mdx

Updated the URL for AggregatorV3Interface.sol

* Added BASE logo

As per the docs, Automation is supported on BASE

https://docs.chain.link/chainlink-automation/overview/supported-networks

* fix linting

---------

Co-authored-by: Dwight Lyle <dwightjl@gmail.com>
Co-authored-by: ritika-b <ritika.bharati@smartcontract.com>
  • Loading branch information
3 people authored Dec 19, 2023
1 parent 25bc122 commit 2f53cf9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/features/landing/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@ export const evmProducts = [
learnMorelink: "chainlink-automation",
image: automationLogo,
shape: automationShape,
chains: [...baseChains, { id: "arbitrum", title: "Arbitrum" }, { id: "optimism", title: "Optimism" }],
chains: [
...baseChains,
{ id: "arbitrum", title: "Arbitrum" },
{ id: "optimism", title: "Optimism" },
{ id: "base", title: "BASE" },
],
video: "https://www.youtube.com/watch?v=dj0impNJdls&list=PLVP9aGDn-X0RloqS1uYcuaPSW3GIgoCkg&index=2",
},
{
Expand Down

1 comment on commit 2f53cf9

@vercel
Copy link

@vercel vercel bot commented on 2f53cf9 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.