diff --git a/public/icons/tokens/gnosissdai.svg b/public/icons/tokens/gnosissdai.svg new file mode 100644 index 0000000000..3debf3df1a --- /dev/null +++ b/public/icons/tokens/gnosissdai.svg @@ -0,0 +1 @@ + diff --git a/public/icons/tokens/sdai.svg b/public/icons/tokens/sdai.svg index e3df8ca24f..52b501ecb9 100644 --- a/public/icons/tokens/sdai.svg +++ b/public/icons/tokens/sdai.svg @@ -1 +1 @@ - + diff --git a/src/ui-config/reservePatches.ts b/src/ui-config/reservePatches.ts index 1446cd3b38..848ce07fd9 100644 --- a/src/ui-config/reservePatches.ts +++ b/src/ui-config/reservePatches.ts @@ -108,6 +108,11 @@ export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSy symbol: 'USDC.e', iconSymbol: 'USDC', }, + '0xaf204776c7245bf4147c2612bf6e5972ee483701': { + name: 'Savings xDAI', + symbol: 'sDAI', + iconSymbol: 'gnosissdai', + }, '0xa693B19d2931d498c5B318dF961919BB4aee87a5': { iconSymbol: 'UST', name: 'UST (Wormhole)' }, '0x59a19d8c652fa0284f44113d0ff9aba70bd46fb4': { iconSymbol: 'BPT_BAL_WETH' }, '0x1eff8af5d577060ba4ac8a29a13525bb0ee2a3d5': { iconSymbol: 'BPT_WBTC_WETH' },