From 5f424a1ffddac601b4ca23206eec0e3110c6b8ad Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Thu, 16 May 2024 19:42:11 +0200 Subject: [PATCH] Add Starknet to home card --- src/features/landing/data/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/landing/data/index.ts b/src/features/landing/data/index.ts index 02f888a07e1..404064a359d 100644 --- a/src/features/landing/data/index.ts +++ b/src/features/landing/data/index.ts @@ -59,7 +59,7 @@ export const evmProducts = [ { id: "scroll", title: "Scroll" }, { id: "linea", title: "Linea" }, { id: "zksync", title: "zkSync" }, - // { id: "starknet", title: "StarkNet" }, + { id: "starknet", title: "StarkNet" }, { id: "solana", title: "Solana" }, ], video: "https://www.youtube.com/watch?v=e75kwGzvtnI&list=PLVP9aGDn-X0QwJVbQvuKr-zrh2_DV5M6J&index=45",