diff --git a/README.md b/README.md index 41f4458..4289216 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/web/.env.devnet.public b/web/.env.devnet.public index 7c260df..a366b6e 100644 --- a/web/.env.devnet.public +++ b/web/.env.devnet.public @@ -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 \ No newline at end of file diff --git a/web/.env.local.public b/web/.env.local.public index 571aab6..fe4cec7 100644 --- a/web/.env.local.public +++ b/web/.env.local.public @@ -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 \ No newline at end of file +export REACT_APP_ARBSEPOLIA_SUBGRAPH=https://api.studio.thegraph.com/query/61738/escrow-v2-devnet/version/latest \ No newline at end of file