Skip to content

Commit

Permalink
chore: bump subgraph version
Browse files Browse the repository at this point in the history
Co-authored-by: josemarinas <[email protected]>
  • Loading branch information
heueristik and josemarinas authored Nov 23, 2023
1 parent a79f0ae commit 905d063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/client-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TEMPLATE:

### Changed

- Updated subgraph version to 1.3.2
- Updated subgraph version to 1.4.0


## [1.11.0]
Expand Down
2 changes: 1 addition & 1 deletion modules/client-common/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const UNAVAILABLE_PROPOSAL_METADATA: ProposalMetadata = {
const getGraphqlNode = (network: SupportedNetwork): string => {
return `https://subgraph.satsuma-prod.com/qHR2wGfc5RLi6/aragon/osx-${
SupportedNetworksToGraphqlNetworks[network]
}/version/v1.3.2/api`;
}/version/v1.4.0/api`;
};

export const GRAPHQL_NODES: { [K in SupportedNetwork]: { url: string }[] } = {
Expand Down

0 comments on commit 905d063

Please sign in to comment.