From 2172b50d0cade8fed91de651f0989a03940d4104 Mon Sep 17 00:00:00 2001 From: kemuru <102478601+kemuru@users.noreply.github.com> Date: Thu, 30 May 2024 18:55:29 +0200 Subject: [PATCH 1/2] fix: use multisig subgraph --- web/.env.devnet.public | 2 +- web/.env.local.public | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From b983d57691c2509bf68253b68357b0b0484505d1 Mon Sep 17 00:00:00 2001 From: kemuru <102478601+kemuru@users.noreply.github.com> Date: Fri, 31 May 2024 11:51:09 +0200 Subject: [PATCH 2/2] retrigger netlify preview --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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