Skip to content

Commit

Permalink
chore: update secure site url to org domain (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir authored Jul 15, 2024
1 parent 608040d commit 9d0fafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/src/W3mFrameConstants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const SECURE_SITE_SDK =
process.env['NEXT_PUBLIC_SECURE_SITE_SDK_URL'] || 'https://secure.walletconnect.com/sdk'
process.env['NEXT_PUBLIC_SECURE_SITE_SDK_URL'] || 'https://secure.walletconnect.org/sdk'

export const DEFAULT_LOG_LEVEL = process.env['NEXT_PUBLIC_DEFAULT_LOG_LEVEL'] || 'error'

Expand Down

0 comments on commit 9d0fafc

Please sign in to comment.