We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9b4b0 commit ba04befCopy full SHA for ba04bef
1 file changed
nextjs/csp/policies/blockchainInteraction.ts
@@ -43,6 +43,8 @@ export function blockchainInteraction(): CspDev.DirectiveDescriptor {
43
'https://logs.dynamicauth.com',
44
'wss://relay.walletconnect.com',
45
'wss://relay.walletconnect.org',
46
+ // Gas Sponsorship with ZeroDev
47
+ 'https://rpc.zerodev.app',
48
],
49
'font-src': [
50
'https://cdn.jsdelivr.net/npm/@fontsource/dm-sans/files/dm-sans-latin-400-normal.woff2',
0 commit comments