Skip to content

Commit

Permalink
chore: remove scroll for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chefjackson committed Oct 18, 2023
1 parent 0ee8092 commit 7399335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/default.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7399335

Please sign in to comment.