Skip to content

Commit

Permalink
Fix: unblock Base and Arbitrum bridges in WC
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 9, 2023
1 parent 1873504 commit 3042f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/walletconnect/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export const EIP155 = 'eip155' as const
// Bridges enforcing same address on destination chains
export const BlockedBridges = [
'app.chainport.io',
'bridge.arbitrum.io',
'bridge.base.org',
'cbridge.celer.network',
'www.orbiter.finance',
'zksync-era.l2scan.co',
Expand Down Expand Up @@ -66,6 +64,8 @@ export const BlockedBridges = [
export const WarnedBridges = [
'across.to', // doesn't send their URL in the session proposal
'app.allbridge.io',
'bridge.arbitrum.io',
'bridge.base.org',
'core.allbridge.io',
'bungee.exchange',
'www.carrier.so',
Expand Down

0 comments on commit 3042f96

Please sign in to comment.