Skip to content

Commit 2f53cf9

Browse files
bsilaganidwightjlritika-b
authored
Added BASE logo on Automation Tile (#1698)
* 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 <[email protected]> Co-authored-by: ritika-b <[email protected]>
1 parent 25bc122 commit 2f53cf9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/features/landing/data/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,12 @@ export const evmProducts = [
9696
learnMorelink: "chainlink-automation",
9797
image: automationLogo,
9898
shape: automationShape,
99-
chains: [...baseChains, { id: "arbitrum", title: "Arbitrum" }, { id: "optimism", title: "Optimism" }],
99+
chains: [
100+
...baseChains,
101+
{ id: "arbitrum", title: "Arbitrum" },
102+
{ id: "optimism", title: "Optimism" },
103+
{ id: "base", title: "BASE" },
104+
],
100105
video: "https://www.youtube.com/watch?v=dj0impNJdls&list=PLVP9aGDn-X0RloqS1uYcuaPSW3GIgoCkg&index=2",
101106
},
102107
{

0 commit comments

Comments
 (0)