Skip to content

Commit

Permalink
Merge pull request #56 from kleros/fix/subgraph-deploy-version
Browse files Browse the repository at this point in the history
fix: use multisig subgraph
  • Loading branch information
kemuru authored May 31, 2024
2 parents 178b2c1 + b983d57 commit c2da74f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Setup:
yarn
```

The frontend is located in the `web` folder
The frontend is located in the `web` folder.

```bash
cd web
Expand Down
2 changes: 1 addition & 1 deletion web/.env.devnet.public
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do not enter sensitive information here.
export REACT_APP_DEPLOYMENT=devnet
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/44313/escrow-v2-devnet/version/latest
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/escrow-v2-devnet/version/latest
export REACT_APP_STATUS_URL=https://escrow-v2-devnet.betteruptime.com/badge
export REACT_APP_GENESIS_BLOCK_ARBSEPOLIA=42653663
2 changes: 1 addition & 1 deletion web/.env.local.public
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Do not enter sensitive information here.
export REACT_APP_DEPLOYMENT=devnet
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/44313/escrow-v2-devnet/version/latest
export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/escrow-v2-devnet/version/latest

0 comments on commit c2da74f

Please sign in to comment.