From 0ccb1045cdd3cc6bde232849653015177c231c70 Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Thu, 19 Sep 2024 11:26:44 +0200 Subject: [PATCH] chore: add usds stable coing https://www.coingecko.com/en/coins/sky-dollar --- src/features/swap/helpers/data/stablecoins.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/features/swap/helpers/data/stablecoins.ts b/src/features/swap/helpers/data/stablecoins.ts index c17f21e0f2..6ce272f1d8 100644 --- a/src/features/swap/helpers/data/stablecoins.ts +++ b/src/features/swap/helpers/data/stablecoins.ts @@ -536,4 +536,9 @@ export const stableCoinAddresses: { symbol: 'EURE', chains: ['gnosis'], }, + '0xdc035d45d973e3ec169d2276ddab16f1e407384f': { + name: 'Sky dollar', + symbol: 'USDS', + chains: ['ethereum'], + }, }