From 131d04696dfcf93409e53069c9fcd593cf9c6f7f Mon Sep 17 00:00:00 2001 From: apoorvlathey Date: Mon, 11 Sep 2023 15:21:54 +0530 Subject: [PATCH] update fetchSafeDapps endpoint --- src/components/Body/IFrameConnectTab/SupportedDapps/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Body/IFrameConnectTab/SupportedDapps/index.tsx b/src/components/Body/IFrameConnectTab/SupportedDapps/index.tsx index f23f555..811206a 100644 --- a/src/components/Body/IFrameConnectTab/SupportedDapps/index.tsx +++ b/src/components/Body/IFrameConnectTab/SupportedDapps/index.tsx @@ -44,7 +44,7 @@ function SupportedDapps({ useEffect(() => { const fetchSafeDapps = async (networkId: number) => { const response = await axios.get( - `https://safe-client.gnosis.io/v1/chains/${networkId}/safe-apps` + `https://safe-client.safe.global/v1/chains/${networkId}/safe-apps` ); setSafeDapps((dapps) => ({ ...dapps,