diff --git a/src/hooks/xcm/useTransferRouter.ts b/src/hooks/xcm/useTransferRouter.ts index 4c6987ed4..54fc1f1be 100644 --- a/src/hooks/xcm/useTransferRouter.ts +++ b/src/hooks/xcm/useTransferRouter.ts @@ -26,7 +26,7 @@ export type TransferMode = 'local' | 'xcm'; export const astarNetworks = ['astar', 'shiden', 'shibuya']; export const astarNativeTokens = ['sdn', 'astr', 'sby']; // e.g.: endpointKey.SHIDEN; -const disabledXcmChain: endpointKey | undefined = undefined; +const disabledXcmChain: endpointKey | undefined = endpointKey.SHIDEN; export interface NetworkFromTo { from: string;