diff --git a/src/config/index.ts b/src/config/index.ts index b57869a9..b07b908b 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -89,7 +89,7 @@ export const getAllTransactionsUriFrom = (safeAddress: string) => `/safes/${safe export const getSafeCreationTxUri = (safeAddress: string) => `/safes/${safeAddress}/creation/` -export const getGoogleAnalyticsTrackingID = (): string => GOOGLE_ANALYTICS_ID[getNetworkId()] +export const getGoogleAnalyticsTrackingID = (): string => GOOGLE_ANALYTICS_ID const fetchContractABI = memoize( async (url: string, contractAddress: string, apiKey?: string) => {