Skip to content

Commit

Permalink
Upgrade Awaken's Indexer to v2 (#11724)
Browse files Browse the repository at this point in the history
  • Loading branch information
harold-awaken authored Sep 24, 2024
1 parent 75c2625 commit 8c66ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/awaken/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { request, gql } = require("graphql-request");
const { toUSDTBalances } = require("../helper/balances");

const GRAPH_QUERY = gql`
query get_tvl($dto: GetTotalValueLockedDto) {
query get_tvl($dto: GetTotalValueLockedDto!) {
totalValueLocked(dto: $dto) {
value
}
Expand Down Expand Up @@ -32,7 +32,7 @@ function getChainTvl(graphUrls) {
}

const v2graph = getChainTvl({
aelf: "https://dapp.awaken.finance/AElfIndexer_Swap/SwapIndexerSchema/graphql",
aelf: "https://app.aefinder.io/awaken/995f8e7e957d43d6b1706a4e351e2e47/graphql",
});

module.exports = {
Expand Down

0 comments on commit 8c66ac3

Please sign in to comment.