Skip to content

Commit

Permalink
fix: change devpool statistics url
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Sep 26, 2024
1 parent 6579a5b commit 6d87167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export async function fetchTotalRewards() {
const response = await fetch("https://raw.githubusercontent.com/ubiquity/devpool-directory/development/total-rewards.json");
const response = await fetch("https://raw.githubusercontent.com/ubiquity/devpool-directory/development/devpool-statistics.json");
if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);
}
Expand Down

0 comments on commit 6d87167

Please sign in to comment.