diff --git a/helm/values/qa.yaml b/helm/values/qa.yaml index e6d79431..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: {} @@ -646,9 +646,9 @@ 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" - LEGACY_FUSE_WALLET_API_URL: "https://wallet.fuse.io" + CENTRIFUGO_URI: "wss://ws.qa.fuse.io/connection/websocket" + CENTRIFUGO_API_URL: "https://ws.qa.fuse.io/api" + 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"