From 2ff09172eab6085a9373de2ecc2a16b891e30a0c Mon Sep 17 00:00:00 2001 From: Halaprix Date: Tue, 27 Feb 2024 12:30:24 +0100 Subject: [PATCH] chore: update subgraph short url on production --- configs/oasis-borrow/getParameters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/oasis-borrow/getParameters.ts b/configs/oasis-borrow/getParameters.ts index 2b1e679..97cf3f3 100644 --- a/configs/oasis-borrow/getParameters.ts +++ b/configs/oasis-borrow/getParameters.ts @@ -80,6 +80,6 @@ export const getParameters = ({ : "https://satsuma.subgraph.staging.oasisapp.dev/subgraphs/name", baseShortUrl: notProduction ? "https://subgraph.staging.oasisapp.dev" - : "https://satsuma.subgraph.staging.oasisapp.dev", + : "https://subgraph.staging.oasisapp.dev", }, });