diff --git a/index.d.ts b/index.d.ts deleted file mode 100644 index a73008a4..00000000 --- a/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -/// diff --git a/package.json b/package.json index 7d1ef340..1acf1f7d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "@metamask/detect-provider": "^1.2.0", "@reduxjs/toolkit": "^1.8.3", "@rtk-query/graphql-request-base-query": "^2.1.0", - "@types/gtag.js": "^0.0.12", "@types/uuid": "^8.3.4", "@zag-js/react": "^0.1.9", "@zag-js/tags-input": "^0.2.0", diff --git a/src/components/wallet/WalletConnect.tsx b/src/components/wallet/WalletConnect.tsx index 022a98f2..9e9093c6 100644 --- a/src/components/wallet/WalletConnect.tsx +++ b/src/components/wallet/WalletConnect.tsx @@ -37,10 +37,6 @@ const WalletConnect = ({ userAddress: data.account, category: 'connectors', }) - const w = window as any - w.gtag('config', process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS, { - user_id: data.account, - }) onClose() }, }) diff --git a/yarn.lock b/yarn.lock index f1b3485f..409810bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2801,11 +2801,6 @@ dependencies: "@types/ms" "*" -"@types/gtag.js@^0.0.12": - version "0.0.12" - resolved "https://registry.yarnpkg.com/@types/gtag.js/-/gtag.js-0.0.12.tgz#095122edca896689bdfcdd73b057e23064d23572" - integrity sha512-YQV9bUsemkzG81Ea295/nF/5GijnD2Af7QhEofh7xu+kvCN6RdodgNwwGWXB5GMI3NoyvQo0odNctoH/qLMIpg== - "@types/hoist-non-react-statics@^3.3.1": version "3.3.1" resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"