Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto committed Apr 2, 2024
1 parent be9a432 commit 28dbbdd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hooks/xcm/useXcmBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ export function useXcmBridge(selectedToken: Ref<Asset>) {
}
}
if (selectedToken.value.metadata.symbol === 'PINK') {
const pink = xcmAssets.value.assets.find(
(it) => it.metadata.symbol === 'PINK' && it.id === '18446744073709551633'
);
// Todo: remove after the runtime upgrade
if (isH160.value) {
errMsg.value = t('warning.xcmEvmTokenIsDisabled', {
Expand Down

0 comments on commit 28dbbdd

Please sign in to comment.