From 41159487c71d16f46dcd273bf6c207b5d1f55a77 Mon Sep 17 00:00:00 2001 From: Rashmi-278 Date: Mon, 4 Sep 2023 15:36:41 +0530 Subject: [PATCH] Test Pass ArbGoerli --- daostar-website/src/App.js | 7 ++++--- daostar-website/src/index.js | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/daostar-website/src/App.js b/daostar-website/src/App.js index 2b71ee72..4465f7c0 100644 --- a/daostar-website/src/App.js +++ b/daostar-website/src/App.js @@ -77,9 +77,9 @@ function App() { error: gnosisError, data: gnosisData, } = gnosisRes; - console.log({ mainnetData, goerliData, gnosisData, optimismGoerliData }); + console.log({ mainnetData, goerliData, gnosisData, optimismGoerliData, arbitrumGoerliData, chapelData }); - if (error || goerliError || optimismGoerliError ) { + if (error || goerliError || optimismGoerliError || arbitrumGoerliError || chapelError ) { console.error("Mainnet Error "+ error); console.error("Goerli Error "+ goerliError); console.error("Optimism Goerli Error "+ optimismGoerliError); @@ -102,8 +102,9 @@ function App() { gnosisRegistrations, optimismGoerliRegistrations, arbitrumGoerliRegistrations, - chapelRegistrations + chapelRegistrations, ); + console.log({ registrationInstances }); diff --git a/daostar-website/src/index.js b/daostar-website/src/index.js index 9f9ee1f3..0cc680b1 100644 --- a/daostar-website/src/index.js +++ b/daostar-website/src/index.js @@ -32,8 +32,8 @@ const client = new ApolloClient({ optimismGoerli: `https://api.thegraph.com/subgraphs/name/rashmi-278/daostar-optimism-goerli`, mainnet: `https://api.thegraph.com/subgraphs/name/ipatka/daostar`, gnosis: `https://api.thegraph.com/subgraphs/name/rashmi-278/daostar-gnosis`, - arbitrumGoerli: `https://thegraph.com/hosted-service/subgraph/crazyyuan/daostar-arbitrum-goerli`, - chapel:`https://thegraph.com/hosted-service/subgraph/crazyyuan/daostar-bnb-bruno` + arbitrumGoerli: `https://api.thegraph.com/subgraphs/name/crazyyuan/daostar-arbitrum-goerli`, + chapel:`https://api.thegraph.com/subgraphs/name/crazyyuan/daostar-bnb-bruno` }, // defaultEndpoint: 'https://api.thegraph.com/subgraphs/name/ipatka/daostar', httpSuffix: "",