From f1dded7f671217566d590131ed7e4855893bb83d Mon Sep 17 00:00:00 2001 From: NikolayRn Date: Thu, 6 Nov 2025 18:36:53 +0200 Subject: [PATCH 1/2] Revert "prod centrifugo for legacy wallets" This reverts commit b8f598e3e4cce670985e62325900b9906a50a018. --- helm/values/qa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/values/qa.yaml b/helm/values/qa.yaml index e6d79431..8c9e7e4f 100644 --- a/helm/values/qa.yaml +++ b/helm/values/qa.yaml @@ -646,8 +646,8 @@ smart-wallets-service: API_TCP_PORT: "8876" ACCOUNTS_HOST: "fusebox-backend-accounts-service" ACCOUNTS_TCP_PORT: "8875" - CENTRIFUGO_URI: "wss://ws.fuse.io/connection/websocket" - CENTRIFUGO_API_URL: "https://ws.fuse.io/api" + CENTRIFUGO_URI: "wss://ws.qa.fuse.io/connection/websocket" + CENTRIFUGO_API_URL: "https://ws.qa.fuse.io/api" LEGACY_FUSE_WALLET_API_URL: "https://wallet.fuse.io" CHARGE_BASE_URL: "https://api.qa.fuse.io" COIN_GECKO_URL: "https://pro-api.coingecko.com/api/v3" From 1a3b8163a4cbf7c7aac9226486e9f71c19cd8a3a Mon Sep 17 00:00:00 2001 From: NikolayRn Date: Thu, 6 Nov 2025 18:36:57 +0200 Subject: [PATCH 2/2] Revert "prod legacy wallet services" This reverts commit bab1c759710e8517ae54adbb504fa1d2dc304228. --- helm/values/qa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/values/qa.yaml b/helm/values/qa.yaml index 8c9e7e4f..a953c158 100644 --- a/helm/values/qa.yaml +++ b/helm/values/qa.yaml @@ -276,7 +276,7 @@ api-service: BUNDLER_API_SANDBOX_URL: "https://testnet-rpc.etherspot.io/v1/123" SPARK_RPC_URL: "https://rpc.fusespark.io" LEGACY_FUSE_ADMIN_API_URL: "https://studio.fuse.io" - LEGACY_FUSE_WALLET_API_URL: "https://wallet.fuse.io" + LEGACY_FUSE_WALLET_API_URL: "https://staging-wallet.fuse.io" VOLTAGE_ROUTER_API_URL: "https://router.voltage.finance" nodeSelector: {} @@ -648,7 +648,7 @@ smart-wallets-service: ACCOUNTS_TCP_PORT: "8875" CENTRIFUGO_URI: "wss://ws.qa.fuse.io/connection/websocket" CENTRIFUGO_API_URL: "https://ws.qa.fuse.io/api" - LEGACY_FUSE_WALLET_API_URL: "https://wallet.fuse.io" + LEGACY_FUSE_WALLET_API_URL: "https://staging-wallet.fuse.io" CHARGE_BASE_URL: "https://api.qa.fuse.io" COIN_GECKO_URL: "https://pro-api.coingecko.com/api/v3"