Skip to content

Commit

Permalink
Remove default to selections
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Oct 5, 2023
1 parent dd6015d commit e4bcfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/synapse-interface/slices/bridge/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const {
toTokens,
} = getRoutePossibilities({
fromChainId: ETHEREUM.id,
fromToken: null,
toChainId: ARBITRUM.id,
fromToken: ETH,
toChainId: null,
toToken: null,
})

Expand Down

0 comments on commit e4bcfb3

Please sign in to comment.