Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi authored and github-actions[bot] committed Sep 13, 2024
1 parent 4a089a6 commit fd9650b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { keepPreviousData, useQuery } from '@tanstack/react-query'
import ms from 'ms'
import { FACTORY_CONTRACT } from '~tron/_common/constants/contracts'
import { chunk } from '~tron/_common/lib/utils/helpers'
import {
IPoolDataResponse,
IReserveDataResponse,
} from '~tron/_common/types/get-pools-type'
import { useTronWeb } from './useTronWeb'
import ms from 'ms'

type _IPools = {
token0Address: string
Expand Down

0 comments on commit fd9650b

Please sign in to comment.