Skip to content

Commit

Permalink
chore: uses const
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Aug 15, 2024
1 parent 29f8df8 commit 1c229bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/constants/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export const VERIFY_CONTEXT = "verify-api";
const VERIFY_SERVER_COM = "https://verify.walletconnect.com";
const VERIFY_SERVER_ORG = "https://verify.walletconnect.org";
export const VERIFY_SERVER = VERIFY_SERVER_ORG;
export const VERIFY_SERVER_V2 = "https://verify.walletconnect.org/v2";
export const VERIFY_SERVER_V2 = `${VERIFY_SERVER}/v2`;

export const TRUSTED_VERIFY_URLS = [VERIFY_SERVER_COM, VERIFY_SERVER_ORG];

0 comments on commit 1c229bd

Please sign in to comment.