Skip to content

Commit

Permalink
Update getParameters.ts (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka authored Feb 2, 2024
1 parent 88f5163 commit 0aca0b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/oasis-borrow/getParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@ export const getParameters = ({
baseUrl: notProduction
? "https://satsuma.subgraph.staging.oasisapp.dev/subgraphs/name"
: "https://satsuma.subgraph.staging.oasisapp.dev/subgraphs/name",
baseShortUrl: notProduction
? "https://satsuma.subgraph.staging.oasisapp.dev"
: "https://satsuma.subgraph.staging.oasisapp.dev",
},
});

0 comments on commit 0aca0b3

Please sign in to comment.