Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Dec 13, 2024
1 parent d10ee5c commit 5254bbc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/synapse-interface/slices/bridge/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { getToChainIds } from '@/utils/routeMaker/getToChainIds'
import { getToTokens } from '@/utils/routeMaker/getToTokens'
import { findTokenByRouteSymbol } from '@/utils/findTokenByRouteSymbol'
import { findValidToken } from '@/utils/findValidToken'
import { ARBITRUM, HYPERLIQUID } from '@/constants/chains/master'

export interface BridgeState {
fromChainId: number
Expand Down Expand Up @@ -46,9 +45,6 @@ const {
toToken: null,
})

const transformToChainId = (chainId: number | null) =>
chainId === HYPERLIQUID.id ? ARBITRUM.id : chainId

export const initialState: BridgeState = {
fromChainId,
fromToken,
Expand Down

0 comments on commit 5254bbc

Please sign in to comment.