We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9026b3d commit d7cfda4Copy full SHA for d7cfda4
packages/constants/src/constants.ts
@@ -98,10 +98,6 @@ export const DEVELOP_AUTH_SERVER_URL = "https://develop-api.web3auth.io/auth-ser
98
export const WALLET_SERVER_URL = "https://api.web3auth.io/wallet-service";
99
export const DEVELOP_WALLET_SERVER_URL = "https://develop-api.web3auth.io/wallet-service";
100
101
-// Legacy Metadata backend service
102
-export const LEGACY_METADATA_SERVER_URL = "https://api.web3auth.io/metadata-service";
103
-export const DEVELOP_LEGACY_METADATA_SERVER_URL = "https://develop-api.web3auth.io/metadata-service";
104
-
105
// TKey Email Backend service
106
export const TKEY_EMAIL_SERVER_URL = "https://api.web3auth.io/tkey-email-service";
107
0 commit comments