Skip to content

Commit

Permalink
disable ethereum phala bridge (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon authored Sep 9, 2023
1 parent 25868af commit b4a29ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/subbridge/config/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ export const BRIDGES: Readonly<Bridge[]> = [
toChains: [
{
id: 'phala',
assets: [{assetId: 'pha', estimatedTime: '~ 5 mins', kind: 'evmSygma'}],
assets: [
{
assetId: 'pha',
estimatedTime: '~ 5 mins',
kind: 'evmSygma',
disabled: true,
},
],
},
{
id: 'khala',
Expand Down

0 comments on commit b4a29ce

Please sign in to comment.