We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f856a3b commit ff7028dCopy full SHA for ff7028d
ui/hooks/bridge/useBridging.ts
@@ -90,7 +90,7 @@ const useBridging = () => {
90
},
91
});
92
history.push(
93
- `${CROSS_CHAIN_SWAP_ROUTE}${PREPARE_SWAP_ROUTE}?token=${token.address.toLowerCase()}`,
+ `${CROSS_CHAIN_SWAP_ROUTE}${PREPARE_SWAP_ROUTE}?token=${token.address?.toLowerCase()}`,
94
);
95
} else {
96
const portfolioUrl = getPortfolioUrl(
0 commit comments