Skip to content

Commit 52ef937

Browse files
committed
chore: update-atlas-uri-in-public-env
1 parent 9178d5d commit 52ef937

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/.env.devnet.public

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738
44
export REACT_APP_CORE_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-core-devnet/version/latest
55
export REACT_APP_STATUS_URL=https://curate-v2-devnet.betteruptime.com/badge
66
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=24725439
7-
export REACT_APP_ATLAS_URI=https://localhost:3000
7+
export REACT_APP_ATLAS_URI=https://atlas.staging.kleros.link

web/.env.local.public

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Do not enter sensitive information here.
22
export REACT_APP_DEPLOYMENT=devnet
33
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.thegraph.com/subgraphs/name/kemuru/curate-v2-subgraph
4-
export REACT_APP_ATLAS_URI=https://localhost:3000
4+
export REACT_APP_ATLAS_URI=https://atlas.staging.kleros.link

web/.env.testnet.public

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
export REACT_APP_DEPLOYMENT=testnet
33
export REACT_APP_ARBSEPOLIA_SUBGRAPH=
44
export REACT_APP_STATUS_URL=https://curate-v2.betteruptime.com/badge
5-
export REACT_APP_ATLAS_URI=https://localhost:3000
5+
export REACT_APP_ATLAS_URI=https://atlas.staging.kleros.link

0 commit comments

Comments
 (0)