From 6a90bf3b9dd584283bd0507f0fe138c931a07675 Mon Sep 17 00:00:00 2001 From: Will Hennessy Date: Mon, 1 Nov 2021 13:43:55 -0400 Subject: [PATCH] chore: update unsupported token list (#2689) * chore: update unsupported token list * Fix code style issues with ESLint Co-authored-by: Lint Action --- src/constants/tokenLists/unsupported.tokenlist.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/constants/tokenLists/unsupported.tokenlist.json b/src/constants/tokenLists/unsupported.tokenlist.json index c3b8a808f5..6eb0c50141 100644 --- a/src/constants/tokenLists/unsupported.tokenlist.json +++ b/src/constants/tokenLists/unsupported.tokenlist.json @@ -1080,6 +1080,13 @@ "name": "Shatner", "symbol": "SHAT", "decimals": 18 + }, + { + "chainId": 1, + "address": "0x7277a44D1325D81Ac58893002a1B40a41bea43fe", + "name": "FAANG Index", + "symbol": "FAANG", + "decimals": 18 } ] }