Skip to content

Commit

Permalink
fix: invalid satsuma endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Apr 9, 2024
1 parent bd9c030 commit fc0e1ef
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.3.0/api";
"https://subgraph.satsuma-prod.com/qHR2wGfc5RLi6/aragon/osx-goerli/version/v1.4.1/api";

export const web3endpoints = {
working: [
Expand Down

0 comments on commit fc0e1ef

Please sign in to comment.