Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
chore: update pse domain
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Sep 1, 2023
1 parent 4c6cfdb commit f53e9bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
🔎 Issues
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://semaphore.appliedzkp.org/discord">
<a href="https://semaphore.pse.dev/discord">
🗣️ Chat &amp; Support
</a>
</h4>
Expand Down
2 changes: 2 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ const getGroupsFromSubgraph = cache(async () => {
const networks = getSupportedNetworks();
const data: GroupWithNetwork[] = [];

console.log(networks);
for (const network of networks) {
try {
const groupData = await getGroupSubgraphData(network);
console.log(groupData);
if (groupData) {
data.push(...groupData);
console.log(`Got ${groupData.length} groups from ${network}`);
Expand Down
2 changes: 1 addition & 1 deletion components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Header() {
</h1>
</motion.div>
<motion.a
href="https://semaphore.appliedzkp.org/"
href="https://semaphore.pse.dev/"
target="_blank"
rel="noopener noreferrer"
whileHover={{ y: -2, x: 4 }}
Expand Down

0 comments on commit f53e9bc

Please sign in to comment.