Skip to content

Commit

Permalink
hotfix: disabling xcm transfer in Shiden (#1156) (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto authored Jan 28, 2024
1 parent e8e3852 commit a9f7da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/xcm/useTransferRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a9f7da3

Please sign in to comment.