@@ -8,6 +8,7 @@ import coinswitchFullLogo from './exchange_logo_coinswitch.png'
88import faastFullLogo from './exchange_logo_faast.png'
99import foxExchangeFullLogo from './exchange_logo_fox_exchange.png'
1010import godexFullLogo from './exchange_logo_godex.png'
11+ import sideshiftFullLogo from './exchange_logo_sideshiftai.png'
1112import switchainFullLogo from './exchange_logo_switchain.png'
1213import totleFullLogo from './exchange_logo_totle.png'
1314import changellyLogo from './settingsExchangeChangelly.png'
@@ -17,6 +18,7 @@ import defaultLogo from './settingsExchangeDefault.png'
1718import faastLogo from './settingsExchangeFaast.png'
1819import foxExchangeLogo from './settingsExchangeFoxExchange.png'
1920import godexLogo from './settingsExchangeGodex.png'
21+ import sideshiftLogo from './settingsExchangeSideShiftAI.png'
2022import switchainLogo from './settingsExchangeSwitchain.png'
2123import totleLogo from './settingsExchangeTotle.png'
2224
@@ -38,6 +40,7 @@ export const swapThemePluginIcons = (pluginId: string, theme: Theme) => {
3840 foxExchange : theme . settingsFoxExchangeLogo ,
3941 godex : theme . settingsGodexLogo ,
4042 switchain : theme . settingsSwitchainLogo ,
43+ sideshift : theme . settingsSideshiftLogo ,
4144 totle : theme . settingsTotleLogo ,
4245 default : theme . settingsDefaultLogo
4346 }
@@ -53,6 +56,7 @@ export const swapPluginIcons = {
5356 faast : faastLogo ,
5457 foxExchange : foxExchangeLogo ,
5558 godex : godexLogo ,
59+ sideshift : sideshiftLogo ,
5660 switchain : switchainLogo ,
5761 totle : totleLogo
5862}
@@ -65,6 +69,7 @@ export const swapPluginLogos = {
6569 faast : faastFullLogo ,
6670 foxExchange : foxExchangeFullLogo ,
6771 godex : godexFullLogo ,
72+ sideshift : sideshiftFullLogo ,
6873 switchain : switchainFullLogo ,
6974 totle : totleFullLogo ,
7075 transfer : transferFullLogo
0 commit comments