From 4aa845b57b4095b69ed4d80eef9df15ed922dcce Mon Sep 17 00:00:00 2001 From: Halaprix Date: Fri, 8 Dec 2023 15:23:04 +0100 Subject: [PATCH] Revert "Enable Satsuma 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 c5c0c28..f91db24 100644 --- a/configs/oasis-borrow/getParameters.ts +++ b/configs/oasis-borrow/getParameters.ts @@ -41,6 +41,6 @@ export const getParameters = ({ subgraphs: { baseUrl: notProduction ? "https://satsuma.subgraph.staging.oasisapp.dev/subgraphs/name" - : "https://satsuma.subgraph.staging.oasisapp.dev/subgraphs/name", + : "https://graph.staging.summer.fi/subgraphs/name", }, });