Skip to content

Commit

Permalink
fix: change subgraph to live
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Apr 9, 2024
1 parent fc0e1ef commit 69569d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client/test/integration/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ContextParams } from "@aragon/sdk-client-common";

const IPFS_API_KEY = process?.env?.IPFS_API_KEY || "";
const SATSUMA_ENDPOINT =
"https://subgraph.satsuma-prod.com/qHR2wGfc5RLi6/aragon/osx-goerli/version/v1.4.1/api";
"https://subgraph.satsuma-prod.com/qHR2wGfc5RLi6/aragon/osx-goerli/api";

export const web3endpoints = {
working: [
Expand Down

0 comments on commit 69569d0

Please sign in to comment.