Skip to content

Commit

Permalink
Merge pull request #5288 from WalletConnect/revert-5286-chore/revert-…
Browse files Browse the repository at this point in the history
…verify-v2

Revert "chore: reverts verify v2"
  • Loading branch information
ganchoradkov authored Aug 27, 2024
2 parents d647fbe + 7835e79 commit e5e9f93
Show file tree
Hide file tree
Showing 13 changed files with 584 additions and 164 deletions.
139 changes: 139 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/node": "18.7.3",
"@types/sinon": "10.0.13",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/constants/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +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_V3 = `${VERIFY_SERVER}/v3`;

export const TRUSTED_VERIFY_URLS = [VERIFY_SERVER_COM, VERIFY_SERVER_ORG];
Loading

0 comments on commit e5e9f93

Please sign in to comment.