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: "",