Skip to content

Commit c2da74f

Browse files
authored
Merge pull request #56 from kleros/fix/subgraph-deploy-version
fix: use multisig subgraph
2 parents 178b2c1 + b983d57 commit c2da74f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Setup:
88
yarn
99
```
1010

11-
The frontend is located in the `web` folder
11+
The frontend is located in the `web` folder.
1212

1313
```bash
1414
cd web

web/.env.devnet.public

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do not enter sensitive information here.
22
export REACT_APP_DEPLOYMENT=devnet
3-
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/44313/escrow-v2-devnet/version/latest
3+
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/escrow-v2-devnet/version/latest
44
export REACT_APP_STATUS_URL=https://escrow-v2-devnet.betteruptime.com/badge
55
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=42653663

web/.env.local.public

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Do not enter sensitive information here.
22
export REACT_APP_DEPLOYMENT=devnet
3-
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/44313/escrow-v2-devnet/version/latest
3+
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/escrow-v2-devnet/version/latest

0 commit comments

Comments
 (0)