Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jan 21, 2025
1 parent d8753fa commit f5f1ae5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/lib/queries/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import { tokensQueryDocument } from "$lib/graphql/queries/tokens"

import { request } from "graphql-request"
import { URLS } from "$lib/constants"
import type { Chain, TokenInfo, TokenInfoMulti } from "$lib/types"
import { getOnchainAssetInfo } from "./balance"
import { erc20ReadMulticall } from "./balance/evm/multicall"
import type { Chain, TokenInfoMulti } from "$lib/types"
import { erc20ReadMulticall } from "./balance/evm/multicall.ts"
import type { Address } from "viem"

export const tokensQuery = () =>
Expand Down

0 comments on commit f5f1ae5

Please sign in to comment.