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