Skip to content

Commit

Permalink
Filter polygon pos chain from balance-all
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed May 24, 2024
1 parent b571d5a commit 5e456d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xtoken-ui/src/hooks/use-balance-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import abi from "@/abi/erc20";
import { ChainConfig, Token } from "@/types";
import { useAccount } from "wagmi";

const chains = getChainConfigs();
const chains = getChainConfigs().filter((c) => c.network !== "polygon");

interface BalanceAll {
chain: ChainConfig;
Expand Down

0 comments on commit 5e456d2

Please sign in to comment.