From b416603ff483679eedb795141cb9c376ee9b5086 Mon Sep 17 00:00:00 2001 From: Ian Lapham Date: Thu, 5 Aug 2021 20:52:17 -0400 Subject: [PATCH] update unsupported list (#2143) Co-authored-by: Ian Lapham --- src/constants/tokenLists/unsupported.tokenlist.json | 7 +++++++ yarn.lock | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/constants/tokenLists/unsupported.tokenlist.json b/src/constants/tokenLists/unsupported.tokenlist.json index 66d4a5259..e654fc181 100644 --- a/src/constants/tokenLists/unsupported.tokenlist.json +++ b/src/constants/tokenLists/unsupported.tokenlist.json @@ -1045,6 +1045,13 @@ "name": "Mirrored Tesla", "symbol": "MTSLA", "decimals": 18 + }, + { + "chainId": 1, + "address": "0xe82bbB62fA81d0701643d1675FB50ec52fD3Df92", + "name": "DYDX Token", + "symbol": "DYDX", + "decimals": 18 } ] } diff --git a/yarn.lock b/yarn.lock index 18583d0b8..9a02f04d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4328,7 +4328,7 @@ resolved "https://registry.npmjs.org/@uniswap/merkle-distributor/-/merkle-distributor-1.0.1.tgz" integrity sha512-5gDiTI5hrXIh5UWTrxKYjw30QQDnpl8ckDSpefldNenDlYO1RKkdUYMYpvrqGi2r7YzLYTlO6+TDlNs6O7hDRw== -"@uniswap/sdk-core@^3.0.1": +"@uniswap/sdk-core@^3.0.0-alpha.3", "@uniswap/sdk-core@^3.0.1": version "3.0.1" resolved "https://registry.yarnpkg.com/@uniswap/sdk-core/-/sdk-core-3.0.1.tgz#d08dd68257983af64b9a5f4d6b9cf26124b4138f" integrity sha512-WbeDkhZ9myVR0VnHOdTrb8nHKKkqTFa5uE9RvUbG3eyDt2NWWDwhhqGHwAWJEHG405l30Fa1u3PogHDFsIOQlA==