File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import { useMemo } from "react"
2- import { Environment , LaneFilter , Version } from "~/config/data/ccip/types"
3- import { getTokenData } from "~/config/data/ccip/data"
4- import { getTokenIconUrl } from "~/features/utils"
5- import { realtimeDataService } from "~/lib/ccip/services/realtime-data-instance"
2+ import { Environment , LaneFilter , Version } from "~/config/data/ccip/types.ts "
3+ import { getTokenData } from "~/config/data/ccip/data.ts "
4+ import { getTokenIconUrl } from "~/features/utils/index.ts "
5+ import { realtimeDataService } from "~/lib/ccip/services/realtime-data-instance.ts "
66
77export interface ProcessedToken {
88 id : string
99 data : ReturnType < typeof getTokenData >
1010 logo : string
1111 rateLimits : {
12- standard ? : { capacity : string ; rate : string ; isEnabled : boolean }
13- ftf ? : { capacity : string ; rate : string ; isEnabled : boolean }
12+ standard : { capacity : string ; rate : string ; isEnabled : boolean } | null
13+ ftf : { capacity : string ; rate : string ; isEnabled : boolean } | null
1414 }
1515 isPaused : boolean
1616}
You can’t perform that action at this time.
0 commit comments