From 1b8023472cf8a9a7389fcda6c9689478b437f164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Tue, 27 Aug 2024 23:12:11 +0200 Subject: [PATCH] Disable Fastspot in mainnet Fastspot is currently under maintenance for all swap pairs. --- src/config/config.mainnet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.mainnet.ts b/src/config/config.mainnet.ts index ac0195e3c..d300f19ec 100644 --- a/src/config/config.mainnet.ts +++ b/src/config/config.mainnet.ts @@ -32,7 +32,7 @@ export default { }, fastspot: { - enabled: true, + enabled: false, apiEndpoint: 'https://api.go.fastspot.io/fast/v1', // This is a publishable key apiKey: 'c20d43d0-8f60-4fca-a298-85e80f64d042',