Skip to content

Commit

Permalink
chore: disable Polkadot Asset Hub due to potential issue of losing fund
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Mar 1, 2024
1 parent 3d45785 commit 8e8d594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/src/domains/bridge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const bridgeState = selector({
.filter((x): x is NonNullable<typeof x> => x !== undefined)
.map(x => x.adapter),
disabledRouters: [
// temportatily disable Kusama routes
// Temporarily disable Kusama routes
// due to: https://github.com/paritytech/polkadot-sdk/issues/3050
{ from: 'altair' },
{ from: 'kusama' },
Expand All @@ -39,6 +39,8 @@ export const bridgeState = selector({
{ from: 'robonomics' },
{ from: 'tinkernet' },
{ from: 'statemine' },
// Disable Asset Hub due to similarly reported issue
{ from: 'statemint' },
],
})
await bridge.isReady
Expand Down

0 comments on commit 8e8d594

Please sign in to comment.