diff --git a/src/features/landing/data/index.ts b/src/features/landing/data/index.ts index 6f0a97d7d2f..82e4faced85 100644 --- a/src/features/landing/data/index.ts +++ b/src/features/landing/data/index.ts @@ -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", }, {