Skip to content

Commit

Permalink
removes extra metadata urls
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Nov 6, 2024
1 parent 9026b3d commit d7cfda4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/constants/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ export const DEVELOP_AUTH_SERVER_URL = "https://develop-api.web3auth.io/auth-ser
export const WALLET_SERVER_URL = "https://api.web3auth.io/wallet-service";
export const DEVELOP_WALLET_SERVER_URL = "https://develop-api.web3auth.io/wallet-service";

// Legacy Metadata backend service
export const LEGACY_METADATA_SERVER_URL = "https://api.web3auth.io/metadata-service";
export const DEVELOP_LEGACY_METADATA_SERVER_URL = "https://develop-api.web3auth.io/metadata-service";

// TKey Email Backend service
export const TKEY_EMAIL_SERVER_URL = "https://api.web3auth.io/tkey-email-service";

Expand Down

0 comments on commit d7cfda4

Please sign in to comment.