Skip to content

Commit

Permalink
Merge pull request #101 from gnosisguild/fix-lido-connection
Browse files Browse the repository at this point in the history
enable safe apps bridge for lido
  • Loading branch information
jfschwarz authored Apr 12, 2024
2 parents 20ccd59 + cf29d4c commit a301c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/bridge/SafeAppBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
import {
getBalances,
getSafeInfo,
getTransactionDetails,
TransactionDetails,
} from '@safe-global/safe-gateway-typescript-sdk'
import { ChainId, CHAIN_CURRENCY, CHAIN_NAME, CHAIN_PREFIX } from '../chains'
Expand All @@ -45,6 +44,7 @@ export const SAFE_APP_WHITELIST = [
'https://swap.cow.fi',
'https://www.drips.network',
'https://app.balancer.fi',
'https://stake.lido.fi',
]

export default class SafeAppBridge {
Expand Down

0 comments on commit a301c1e

Please sign in to comment.