Skip to content

Commit

Permalink
fix: sdai icons on gnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Nov 6, 2023
1 parent 6444a8c commit f9a29db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/icons/tokens/gnosissdai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/icons/tokens/sdai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/ui-config/reservePatches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit f9a29db

Please sign in to comment.