Skip to content

Commit

Permalink
feat: use correct URL for the marketplace server
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Aug 10, 2023
1 parent f25a19d commit 412772d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/config/env/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"NETWORK": "mainnet",
"CHAIN_ID": "1",
"NFT_SERVER_URL": "https://nft-api.decentraland.org/v1",
"MARKETPLACE_SERVER_URL": "https://market-api.decentraland.org/v1",
"MARKETPLACE_SERVER_URL": "https://marketplace-api.decentraland.org/v1",
"BUILDER_SERVER_URL": "https://builder-api.decentraland.org/v1",
"ATLAS_SERVER_URL": "https://api.decentraland.org",
"PEER_URL": "https://peer.decentraland.org",
Expand Down

0 comments on commit 412772d

Please sign in to comment.