Skip to content

Commit

Permalink
Merge pull request #78 from OasisDEX/kk/enable-satsuma-on-prod
Browse files Browse the repository at this point in the history
Enable Satsuma on production
  • Loading branch information
halaprix authored Dec 8, 2023
2 parents 0b3ca87 + 3699262 commit aa32c8d
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 @@ -41,6 +41,6 @@ export const getParameters = ({
subgraphs: {
baseUrl: notProduction
? "https://satsuma.subgraph.staging.oasisapp.dev/subgraphs/name"
: "https://graph.staging.summer.fi/subgraphs/name",
: "https://satsuma.subgraph.staging.oasisapp.dev/subgraphs/name",
},
});

0 comments on commit aa32c8d

Please sign in to comment.