diff --git a/src/config/config.devnet.ts b/src/config/config.devnet.ts index 3134fbb7..a119d982 100644 --- a/src/config/config.devnet.ts +++ b/src/config/config.devnet.ts @@ -25,11 +25,11 @@ export const multiversxApps = allApps([ }, { id: 'explorer', - url: 'http://devnet-explorer.multiversx.com' + url: 'https://devnet-explorer.multiversx.com' }, { id: 'xexchange', - url: 'http://devnet.xexchange.com' + url: 'https://devnet.xexchange.com' }, { id: 'xspotlight', diff --git a/src/config/config.testnet.ts b/src/config/config.testnet.ts index 94d09c1a..7e74adad 100644 --- a/src/config/config.testnet.ts +++ b/src/config/config.testnet.ts @@ -25,7 +25,11 @@ export const multiversxApps = allApps([ }, { id: 'explorer', - url: 'http://testnet-explorer.multiversx.com' + url: 'https://testnet-explorer.multiversx.com' + }, + { + id: 'xexchange', + url: 'https://testnet.xexchange.com' }, { id: 'xspotlight',