Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: re-enable-ksm-routes #1163

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading