Skip to content

Commit

Permalink
Merge pull request #5286 from WalletConnect/chore/revert-verify-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov authored Aug 20, 2024
2 parents cbffdf9 + 328cdee commit bc28c5c
Show file tree
Hide file tree
Showing 12 changed files with 138 additions and 553 deletions.
137 changes: 0 additions & 137 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
},
"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: 0 additions & 1 deletion packages/core/src/constants/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ 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 = `${VERIFY_SERVER}/v2`;

export const TRUSTED_VERIFY_URLS = [VERIFY_SERVER_COM, VERIFY_SERVER_ORG];
Loading

0 comments on commit bc28c5c

Please sign in to comment.