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,