We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf3404 commit 2fff8e9Copy full SHA for 2fff8e9
1 file changed
app/components/UI/Bridge/Views/BatchSellTokenSelect/BatchSellTokenRow.tsx
@@ -131,7 +131,7 @@ export function BatchSellTokenRow({
131
networkImageSource,
132
onTokenPress,
133
}: BatchSellTokenRowProps) {
134
- const chainId = formatChainIdToHex(token.chainId) as Hex;
+ const chainId = formatChainIdToHex(token.chainId);
135
const isNative = isNativeAddress(token.address);
136
const tokenMarketData = useSelector(selectTokenMarketData);
137
const currencyRates = useSelector(selectCurrencyRates);
0 commit comments