Skip to content

Commit

Permalink
Merge pull request #193 from G7DAO/feat/network-toggle
Browse files Browse the repository at this point in the history
log
  • Loading branch information
elclandestin0 authored Nov 20, 2024
2 parents a4475e9 + d0699a8 commit d8154ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const BridgeView = ({
const originChainId = direction === 'DEPOSIT' ? selectedLowNetwork.chainId : selectedHighNetwork.chainId
const destinationChainId = direction === 'DEPOSIT' ? selectedHighNetwork.chainId : selectedLowNetwork.chainId
const chainIds = Object.keys(selectedBridgeToken.tokenAddressMap)
console.log({origin, destinationChainId, chainIds, selectedBridgeToken})
console.log({originChainId, destinationChainId, chainIds, selectedBridgeToken})

if (!chainIds.includes(String(destinationChainId))) {
return
Expand Down

0 comments on commit d8154ab

Please sign in to comment.