update fetchSafeDapps endpoint

This commit is contained in:
apoorvlathey
2023-09-11 15:21:54 +05:30
parent cf05a97174
commit 131d04696d

View File

@@ -44,7 +44,7 @@ function SupportedDapps({
useEffect(() => {
const fetchSafeDapps = async (networkId: number) => {
const response = await axios.get<SafeDappInfo[]>(
`https://safe-client.gnosis.io/v1/chains/${networkId}/safe-apps`
`https://safe-client.safe.global/v1/chains/${networkId}/safe-apps`
);
setSafeDapps((dapps) => ({
...dapps,