Skip to content

Commit

Permalink
chore: re-enable-ksm-routes (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
UrbanWill authored Oct 1, 2024
1 parent 0c59063 commit c5891b6
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions apps/portal/src/domains/bridge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,6 @@ export const bridgeState = selector({
adapters: Object.values(bridgeConfig)
.filter((x): x is NonNullable<typeof x> => x !== undefined)
.map(x => x.adapter),
disabledRouters: [
// Disable routes from asset hub
// due to reports of possible lost of funds from users
{ from: 'assetHubPolkadot' },
// Temporarily disable Kusama routes
// due to: https://github.com/paritytech/polkadot-sdk/issues/3050
{ from: 'altair' },
{ from: 'kusama' },
{ from: 'basilisk' },
{ from: 'bifrost' },
{ from: 'calamari' },
{ from: 'crab' },
{ from: 'khala' },
{ from: 'kintsugi' },
{ from: 'shiden' },
{ from: 'shadow' },
{ from: 'turing' },
{ from: 'heiko' },
{ from: 'integritee' },
{ from: 'kico' },
{ from: 'tinkernet' },
{ from: 'listen' },
{ from: 'pichiu' },
{ from: 'quartz' },
{ from: 'moonriver' },
{ from: 'karura' },
{ from: 'robonomics' },
{ from: 'tinkernet' },
{ from: 'assetHubKusama' },
],
})
await bridge.isReady
return bridge
Expand Down

0 comments on commit c5891b6

Please sign in to comment.