From 410816eb1eec7cc811cda77e4145bd8ce3f5e501 Mon Sep 17 00:00:00 2001 From: Matt Luongo Date: Sun, 12 Jun 2022 18:19:40 -0400 Subject: [PATCH] Update the Yearn token list URL The old URL is no longer maintained. --- background/services/preferences/defaults.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/services/preferences/defaults.ts b/background/services/preferences/defaults.ts index efd6fc576..8258e2d6f 100644 --- a/background/services/preferences/defaults.ts +++ b/background/services/preferences/defaults.ts @@ -12,7 +12,7 @@ const defaultPreferences: Preferences = { ) ).href, // the Tally community-curated list "https://gateway.ipfs.io/ipns/tokens.uniswap.org", // the Uniswap default list - "https://yearn.science/static/tokenlist.json", // the Yearn list + "https://meta.yearn.finance/api/tokens/list", // the Yearn list "https://messari.io/tokenlist/messari-verified", // Messari-verified projects "https://wrapped.tokensoft.eth.link", // Wrapped tokens "https://tokenlist.aave.eth.link", // Aave-listed tokens and interest-bearing assets