diff --git a/src/constants/tokenLists/unsupported.tokenlist.json b/src/constants/tokenLists/unsupported.tokenlist.json index 66d4a52598..e654fc1810 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 18583d0b8e..9a02f04d33 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==