Skip to content

Commit

Permalink
fix: remove Parallel from XCM config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeatt committed Jan 3, 2024
1 parent dadfccb commit cad1022
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/relay-chains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AstarAdapter } from '@interlay/bridge/build/adapters/astar';
import { BifrostKusamaAdapter, BifrostPolkadotAdapter } from '@interlay/bridge/build/adapters/bifrost';
import { HydraAdapter } from '@interlay/bridge/build/adapters/hydradx';
import { InterlayAdapter, KintsugiAdapter } from '@interlay/bridge/build/adapters/interlay';
import { HeikoAdapter, ParallelAdapter } from '@interlay/bridge/build/adapters/parallel';
import { HeikoAdapter } from '@interlay/bridge/build/adapters/parallel';
import { KusamaAdapter, PolkadotAdapter } from '@interlay/bridge/build/adapters/polkadot';
import { StatemineAdapter, StatemintAdapter } from '@interlay/bridge/build/adapters/statemint';
import { BaseCrossChainAdapter } from '@interlay/bridge/build/base-chain-adapter';
Expand Down Expand Up @@ -168,7 +168,6 @@ switch (process.env.REACT_APP_RELAY_CHAIN_NAME) {
bifrost_polkadot: new BifrostPolkadotAdapter(),
astar: new AstarAdapter(),
hydra: new HydraAdapter(),
parallel: new ParallelAdapter(),
polkadot: new PolkadotAdapter(),
statemint: new StatemintAdapter()
};
Expand Down

0 comments on commit cad1022

Please sign in to comment.