Skip to content

Commit

Permalink
feat: update subgraph ID for AngelBlock
Browse files Browse the repository at this point in the history
Signed-off-by: Gita Alekhya Paul <54375111+gitaalekhyapaul@users.noreply.github.com>
  • Loading branch information
gitaalekhyapaul committed Nov 11, 2024
1 parent 8f03985 commit 59762c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/ab.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class AngelBlockStakingContractAdapter extends BaseStakingContractAdapter
throw new Error(`API key for AngelBlock subgraph is missing.`);
}
// subgraph id
const subgraphId = '6W9sMStDyuvTuHGhYNQFSvtca1GPnUmQXz5FtCvkmCyq';
const subgraphId = 'Gzd5KzH5rceQSy3oo4y3bYcGMc9jwwnrhFuZ27JDhh7z';
// fetching owner staked nfts
const response = await request<Data>(
`https://gateway.thegraph.com/api/${encodeURIComponent(
Expand Down

0 comments on commit 59762c0

Please sign in to comment.