Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix: disable XCM transaction from/to Equilibrium (#1134)
Browse files Browse the repository at this point in the history
impelcrypto authored Jan 16, 2024
1 parent 309adca commit fe520ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/modules/xcm/index.ts
Original file line number Diff line number Diff line change
@@ -364,7 +364,13 @@ export const polkadotParachains = xcmChains.filter(

// Todo: ideally use a content management to manage it
export const restrictedXcmNetwork = {
[astarChain.ASTAR]: [],
[astarChain.ASTAR]: [
{
chain: Chain.EQUILIBRIUM,
isRestrictedFromNative: true,
isRestrictedFromEvm: true,
},
],
[astarChain.SHIDEN]: [
{
chain: '',

0 comments on commit fe520ca

Please sign in to comment.