Skip to content

Commit

Permalink
fix: coinbase qr code modal (#8613)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Jan 20, 2025
1 parent 945e4db commit c9c19ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions react-app-rewired/headers/csps/wallets/coinbase.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import type { Csp } from '../../types'

export const csp: Csp = {
'connect-src': [
// https://github.com/coinbase/coinbase-wallet-sdk/blob/16fe7720c30129debf7ada84f50bdf069539efec/packages/wallet-sdk/src/core/constants.ts#L3
'wss://www.walletlink.org/rpc',
],
}

0 comments on commit c9c19ec

Please sign in to comment.