Skip to content

Commit 890b170

Browse files
authored
hotfix: disable kusama xcm (#1503)
* hotfix: disabled bridge between Shiden and Kusama * fix: rollback
1 parent c1e5a39 commit 890b170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/modules/xcm/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ export const restrictedXcmNetwork = {
385385
],
386386
[astarChain.SHIDEN]: [
387387
{
388-
chain: '',
389-
// chain: Chain.MOONRIVER,
390-
isRestrictedFromNative: false,
388+
// chain: '',
389+
chain: Chain.KUSAMA,
390+
isRestrictedFromNative: true,
391391
isRestrictedFromEvm: true,
392392
},
393393
],

0 commit comments

Comments
 (0)