Skip to content

Commit

Permalink
Update akash endpoint (moved on new domain) (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x authored Aug 10, 2022
1 parent cf7a2d7 commit ab394bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/akash.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import prisma from "../lib/prisma";

const endpoint = "https://akashlytics.com/web3-index/revenue";
const endpoint = "https://api.cloudmos.io/web3-index/revenue";
const conversionFactor = 1;
const axios = require("axios");

Expand Down
2 changes: 1 addition & 1 deletion registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"color": "#E30613",
"description": "The infrastructure that powers Web3, Akash Network is the world’s first decentralized peer-to-peer marketplace for cloud compute.",
"everestID": "0x6dfa2de2b001d53a0d83e2ec092e048de13f22c3",
"image": "https://akashlytics.com/images/akash-logo.svg",
"image": "https://cloudmos.io/images/akash-logo.svg",
"name": "Akash",
"stack": "Middleware",
"subcategory": "Compute",
Expand Down

0 comments on commit ab394bd

Please sign in to comment.