From 739933551db2ee8b97a7f4936f3770716e026a6a Mon Sep 17 00:00:00 2001 From: chefjackson <116779127+chefjackson@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:21:17 +0800 Subject: [PATCH] chore: remove scroll for testing --- test/default.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/default.test.ts b/test/default.test.ts index ef3d7516..13e476dc 100644 --- a/test/default.test.ts +++ b/test/default.test.ts @@ -12,7 +12,7 @@ import getTokenChainData from "../src/utils/getTokensChainData.js"; import { getAptosCoinsChainData } from "../src/utils/getAptosCoinChainData.js"; import { LISTS } from "../src/constants.js"; import { arbitrum, base, bsc, mainnet, polygonZkEvm, zkSync } from "viem/chains"; -import { linea, opbnb, scroll } from "../src/utils/publicClients.js"; +import { linea, opbnb } from "../src/utils/publicClients.js"; const CASES = Object.entries(LISTS).map(([key, value]) => "test" in value ? ([key, value.test] as const) : ([key] as const) @@ -50,7 +50,6 @@ const multiChainLogoPath = { [linea.id]: "/linea", [base.id]: "/base", [opbnb.id]: "/opbnb", - [scroll.id]: "/scroll", }; // Modified https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore#_get