Skip to content

Commit

Permalink
update cosigner url to .org
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh committed Sep 3, 2024
1 parent 493b59f commit fba3aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/laboratory/src/utils/ConstantsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (!projectId) {
throw new Error('NEXT_PUBLIC_PROJECT_ID is not set')
}
export const WALLET_URL = process.env['WALLET_URL'] || 'https://react-wallet.walletconnect.com/'
export const WC_COSIGNER_BASE_URL = 'https://rpc.walletconnect.com/v1/sessions'
export const WC_COSIGNER_BASE_URL = 'https://rpc.walletconnect.org/v1/sessions'
export const USEROP_BUILDER_SERVICE_BASE_URL = 'https://react-wallet.walletconnect.com/api'

export function getPublicUrl() {
Expand Down

0 comments on commit fba3aab

Please sign in to comment.