Skip to content

Commit

Permalink
chore: Update dApps url
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Aug 27, 2024
1 parent 16eac00 commit d852147
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions src/config/env/dev.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.zone",
"ACCOUNT_URL": "https://account.decentraland.zone",
"PROFILE_URL": "https://profile.decentraland.zone",
"MARKETPLACE_URL": "https://market.decentraland.zone",
"BUILDER_URL": "https://builder.decentraland.zone",
"DAO_URL": "https://dao.decentraland.zone",
"GOVERNANCE_URL": "https://governance.decentraland.zone",
"EVENTS_URL": "https://events.decentraland.zone",
"PLACES_URL": "https://places.decentraland.zone"
"ACCOUNT_URL": "https://decentraland.zone/account",
"PROFILE_URL": "https://decentraland.zone/profile",
"MARKETPLACE_URL": "https://decentraland.zone/market",
"BUILDER_URL": "https://decentraland.zone/builder",
"DAO_URL": "https://decentraland.zone/dao",
"GOVERNANCE_URL": "https://decentraland.zone/governance",
"EVENTS_URL": "https://decentraland.zone/events",
"PLACES_URL": "https://decentraland.zone/places"
}
16 changes: 8 additions & 8 deletions src/config/env/prod.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.org",
"ACCOUNT_URL": "https://account.decentraland.org",
"PROFILE_URL": "https://profile.decentraland.org",
"MARKETPLACE_URL": "https://market.decentraland.org",
"BUILDER_URL": "https://builder.decentraland.org",
"DAO_URL": "https://dao.decentraland.org",
"GOVERNANCE_URL": "https://governance.decentraland.org",
"EVENTS_URL": "https://events.decentraland.org",
"PLACES_URL": "https://places.decentraland.org"
"ACCOUNT_URL": "https://decentraland.org/account",
"PROFILE_URL": "https://decentraland.org/profile",
"MARKETPLACE_URL": "https://decentraland.org/market",
"BUILDER_URL": "https://decentraland.org/builder",
"DAO_URL": "https://decentraland.org/dao",
"GOVERNANCE_URL": "https://decentraland.org/governance",
"EVENTS_URL": "https://decentraland.org/events",
"PLACES_URL": "https://decentraland.org/places"
}
16 changes: 8 additions & 8 deletions src/config/env/stg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"WEARABLE_PREVIEW_URL": "https://wearable-preview.decentraland.today",
"ACCOUNT_URL": "https://account.decentraland.today",
"PROFILE_URL": "https://profile.decentraland.today",
"MARKETPLACE_URL": "https://market.decentraland.today",
"BUILDER_URL": "https://builder.decentraland.today",
"DAO_URL": "https://dao.decentraland.today",
"GOVERNANCE_URL": "https://governance.decentraland.today",
"EVENTS_URL": "https://events.decentraland.today",
"PLACES_URL": "https://places.decentraland.today"
"ACCOUNT_URL": "https://decentraland.today/account",
"PROFILE_URL": "https://decentraland.today/profile",
"MARKETPLACE_URL": "https://decentraland.today/market",
"BUILDER_URL": "https://decentraland.today/builder",
"DAO_URL": "https://decentraland.today/dao",
"GOVERNANCE_URL": "https://decentraland.today/governance",
"EVENTS_URL": "https://decentraland.today/events",
"PLACES_URL": "https://decentraland.today/places"
}

0 comments on commit d852147

Please sign in to comment.