File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { AstarAdapter } from '@interlay/bridge/build/adapters/astar';
33import { BifrostKusamaAdapter , BifrostPolkadotAdapter } from '@interlay/bridge/build/adapters/bifrost' ;
44import { HydraAdapter } from '@interlay/bridge/build/adapters/hydradx' ;
55import { InterlayAdapter , KintsugiAdapter } from '@interlay/bridge/build/adapters/interlay' ;
6- import { PolkadotAdapter } from '@interlay/bridge/build/adapters/polkadot' ;
6+ // import { PolkadotAdapter } from '@interlay/bridge/build/adapters/polkadot';
77import { StatemineAdapter , StatemintAdapter } from '@interlay/bridge/build/adapters/statemint' ;
88import { BaseCrossChainAdapter } from '@interlay/bridge/build/base-chain-adapter' ;
99import {
@@ -166,7 +166,7 @@ switch (process.env.REACT_APP_RELAY_CHAIN_NAME) {
166166 bifrost_polkadot : new BifrostPolkadotAdapter ( ) ,
167167 astar : new AstarAdapter ( ) ,
168168 hydra : new HydraAdapter ( ) ,
169- polkadot : new PolkadotAdapter ( ) ,
169+ // polkadot: new PolkadotAdapter(),
170170 statemint : new StatemintAdapter ( )
171171 } ;
172172 SS58_PREFIX = 0 ;
You can’t perform that action at this time.
0 commit comments