From 04bdc0352239673fbe9d316ceaf823fc8df70bfa Mon Sep 17 00:00:00 2001 From: Mark Hinschberger Date: Thu, 3 Oct 2024 13:14:00 +0200 Subject: [PATCH] feat: add usds for switch (#2199) --- src/ui-config/TokenList.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ui-config/TokenList.ts b/src/ui-config/TokenList.ts index de46946a6a..52018fda14 100644 --- a/src/ui-config/TokenList.ts +++ b/src/ui-config/TokenList.ts @@ -12708,6 +12708,14 @@ export const TOKEN_LIST: TokenList = { logoURI: 'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092', }, + { + name: 'USDS Stablecoin', + address: '0xdc035d45d973e3ec169d2276ddab16f1e407384f', + symbol: 'USDS', + decimals: 18, + chainId: 1, + logoURI: 'https://assets.coingecko.com/coins/images/39926/standard/usds.webp?1726666683', + }, ], };