From 86df54928c5043ee9830b06d812c0bc7ece4008c Mon Sep 17 00:00:00 2001 From: Daniel Lumi <149794418+zk-Lumi@users.noreply.github.com> Date: Tue, 14 May 2024 19:01:02 +0200 Subject: [PATCH] chore: add tokenlist to zksync --- src/data/layer-2/layer-2.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/layer-2/layer-2.ts b/src/data/layer-2/layer-2.ts index 454736aec1f..d17d53b4bd5 100644 --- a/src/data/layer-2/layer-2.ts +++ b/src/data/layer-2/layer-2.ts @@ -139,7 +139,8 @@ export const layer2Data: Rollups = { ], blockExplorer: "https://explorer.zksync.io/", ecosystemPortal: "", - tokenLists: "", + tokenLists: + "https://explorer.zksync.io/tokens", noteKey: "", purpose: ["universal"], descriptionKey: "zksync-description",