Skip to content

Commit

Permalink
chore(subbridge): enable chainbridge (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored Sep 11, 2023
1 parent b4a29ce commit b3787eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/subbridge/config/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ export const BRIDGES: Readonly<Bridge[]> = [
{
assetId: 'pha',
estimatedTime: '~ 5 mins',
kind: 'evmSygma',
disabled: true,
kind: 'evmChainBridge',
},
],
},
Expand Down

0 comments on commit b3787eb

Please sign in to comment.