From afaa52e5e73558d6a936cd175d46a4aabcfc8a01 Mon Sep 17 00:00:00 2001 From: Connor McEwen Date: Wed, 19 Oct 2022 13:30:42 -0400 Subject: [PATCH] feat: use widget validate function (#4909) * feat: use widget validate function * load GA scripts --- package.json | 1 - public/index.html | 1 + src/lib/hooks/useTokenList/fetchTokenList.ts | 3 +- .../useTokenList/validateTokenList.test.ts | 42 --------------- .../hooks/useTokenList/validateTokenList.ts | 54 ------------------- yarn.lock | 2 +- 6 files changed, 3 insertions(+), 100 deletions(-) delete mode 100644 src/lib/hooks/useTokenList/validateTokenList.test.ts delete mode 100644 src/lib/hooks/useTokenList/validateTokenList.ts diff --git a/package.json b/package.json index 17fc4f086b..6edb9c4bf9 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,6 @@ "@web3-react/types": "^8.0.20-beta.0", "@web3-react/url": "^8.0.25-beta.0", "@web3-react/walletconnect": "^8.0.35-beta.0", - "ajv": "^6.12.3", "array.prototype.flat": "^1.2.4", "array.prototype.flatmap": "^1.2.4", "cids": "^1.0.0", diff --git a/public/index.html b/public/index.html index 634c7adf1f..d43f7ff7d0 100644 --- a/public/index.html +++ b/public/index.html @@ -17,6 +17,7 @@ +