Skip to content

Commit

Permalink
feat: Update dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Apr 24, 2024
1 parent 3727795 commit 32394a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/dev.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"GATSBY_CHAIN_ID": "1,137",
"GATSBY_DECENTRALAND_URL": "https://play.decentraland.org",
"GATSBY_CHAIN_ID": "1,137,11155111,80002",
"GATSBY_DECENTRALAND_URL": "https://play.decentraland.zone",
"GATSBY_EVENTS_API_URL": "https://events.decentraland.zone/api",
"GATSBY_EVENTS_BASE_URL": "https://decentraland.zone/events",
"GATSBY_LAND_URL": "https://api.decentraland.org",
"GATSBY_PROFILE_URL": "https://peer.decentraland.org",
"GATSBY_LAND_URL": "https://api.decentraland.zone",
"GATSBY_PROFILE_URL": "https://peer.decentraland.zone",
"GATSBY_INTERCOM_APP_ID": "z0h94kay",
"GATSBY_SENTRY_SRC": "https://js.sentry-cdn.com/68f9be187e4a099a17ec8bb7a72eab55.min.js",
"GATSBY_SEGMENT_KEY": "a4h4BC4dL1v7FhIQKKuPHEdZIiNRDVhc",
"GATSBY_WEB_PUSH,_KEY": "BDcSrhptgGRYliwF8EtHUjKS7zwUAb7xiKZn2wsGfqDpWhXld5844vAKzzX6X8OvmcjGEfuoHvnYVKoijpL1D_w",
"GATSBY_PLACES_URL": "https://decentraland.zone/places",
"GATSBY_PLACES_API_URL": "https://places.decentraland.zone/api",
"GATSBY_PROFILE_SITE_URL": "https://decentraland.org/profile",
"GATSBY_PROFILE_SITE_URL": "https://decentraland.zone/profile",
"GATSBY_SSO_URL": "https://id.decentraland.zone"
}

0 comments on commit 32394a8

Please sign in to comment.