Skip to content

Commit

Permalink
updated config links
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Aug 7, 2024
1 parent 6b14173 commit 106a10f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/config/config.devnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 5 additions & 1 deletion src/config/config.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 106a10f

Please sign in to comment.