Skip to content

Commit d7cfda4

Browse files
committed
removes extra metadata urls
1 parent 9026b3d commit d7cfda4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/constants/src/constants.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ export const DEVELOP_AUTH_SERVER_URL = "https://develop-api.web3auth.io/auth-ser
9898
export const WALLET_SERVER_URL = "https://api.web3auth.io/wallet-service";
9999
export const DEVELOP_WALLET_SERVER_URL = "https://develop-api.web3auth.io/wallet-service";
100100

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-
105101
// TKey Email Backend service
106102
export const TKEY_EMAIL_SERVER_URL = "https://api.web3auth.io/tkey-email-service";
107103

0 commit comments

Comments
 (0)