Skip to content

Commit

Permalink
Merge pull request #143 from metagov/add-more-testnets
Browse files Browse the repository at this point in the history
Test Pass ArbGoerli
  • Loading branch information
Rashmi-278 authored Sep 4, 2023
2 parents 30ed11a + 4115948 commit 9f54688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions daostar-website/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -102,8 +102,9 @@ function App() {
gnosisRegistrations,
optimismGoerliRegistrations,
arbitrumGoerliRegistrations,
chapelRegistrations
chapelRegistrations,
);


console.log({ registrationInstances });

Expand Down
4 changes: 2 additions & 2 deletions daostar-website/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "",
Expand Down

0 comments on commit 9f54688

Please sign in to comment.