Skip to content

Commit

Permalink
Revert "feat: change staging subgraph base url"
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix authored Dec 4, 2023
1 parent 6aa9c06 commit d7c8bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/oasis-borrow/getParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const getParameters = ({
},
subgraphs: {
baseUrl: notProduction
? "https://internal.subgraph.staging.oasisapp.dev"
? "https://graph.staging.summer.fi/subgraphs/name"
: "https://graph.staging.summer.fi/subgraphs/name",
},
});

0 comments on commit d7c8bd7

Please sign in to comment.