Skip to content

Commit

Permalink
fix: enable XCM transactions on Shiden (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto authored Feb 14, 2024
1 parent ed150c3 commit e0bf6a4
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 = endpointKey.SHIDEN;
const disabledXcmChain: endpointKey | undefined = undefined;

export interface NetworkFromTo {
from: string;
Expand Down

0 comments on commit e0bf6a4

Please sign in to comment.