Skip to content

Commit

Permalink
Update URL for testnet subgraph (#847)
Browse files Browse the repository at this point in the history
We update the URL for the testnet subgraph to the new one, after the
project slug was changed in the Graph.
  • Loading branch information
kkosiorowska authored Nov 13, 2024
2 parents e0f8069 + 44537da commit 29b01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/acre.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Acre {
const acreSubgraphApiUrl =
network === BitcoinNetwork.Mainnet
? `https://gateway-arbitrum.network.thegraph.com/api/${subgraphApiKey}/subgraphs/id/DJfS9X5asHtFEdAPikBcSLw8jtKmFcbReQVEa2iY9C9`
: "https://api.studio.thegraph.com/query/73600/acre/version/latest"
: "https://api.studio.thegraph.com/query/73600/acre-sepolia/version/latest"

const subgraph = new AcreSubgraphApi(acreSubgraphApiUrl)

Expand Down

0 comments on commit 29b01bd

Please sign in to comment.