From d1e3712b5186d919621e7d8fd09e4c434e0e3e6d Mon Sep 17 00:00:00 2001 From: Daniel Agustin Tradito Date: Mon, 14 Mar 2022 11:49:03 -0300 Subject: [PATCH] fix: update to new CGW url, and new services --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 0555697812..1ccfefd802 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -43,4 +43,4 @@ export const GATEWAY_URL = process.env.REACT_APP_GATEWAY_URL || (IS_PRODUCTION || isProdGateway() ? 'https://gateway.moonriver.multisig.moonbeam.network' - : 'https://gateway.staging.moonbase.multisig.moonbeam.network') + : 'https://gateway.moonbase.staging.multisig.moonbeam.network')