diff --git a/assets/images/crypto_assets/ban_icon.svg b/assets/images/crypto_assets/ban_icon.svg
new file mode 100644
index 000000000..7935dab7c
--- /dev/null
+++ b/assets/images/crypto_assets/ban_icon.svg
@@ -0,0 +1,41 @@
+
+
\ No newline at end of file
diff --git a/assets/images/nano_menu.png b/assets/images/nano_menu.png
new file mode 100644
index 000000000..0983557a3
Binary files /dev/null and b/assets/images/nano_menu.png differ
diff --git a/cw_core/lib/crypto_currency.dart b/cw_core/lib/crypto_currency.dart
index 344ea91fa..3118b2cd7 100644
--- a/cw_core/lib/crypto_currency.dart
+++ b/cw_core/lib/crypto_currency.dart
@@ -200,7 +200,7 @@ class CryptoCurrency extends EnumerableItem with Serializable implemen
static const zrx = CryptoCurrency(title: 'ZRX', tag: 'ETH', fullName: '0x Protocol', raw: 83, name: 'zrx', iconPath: 'assets/images/crypto_assets/zrx_icon.svg');
static const dydx = CryptoCurrency(title: 'DYDX', tag: 'ETH', fullName: 'dYdX', raw: 84, name: 'dydx', iconPath: 'assets/images/crypto_assets/dydx_icon.svg');
static const steth = CryptoCurrency(title: 'STETH', tag: 'ETH', fullName: 'Lido Staked Ethereum', raw: 85, name: 'steth', iconPath: 'assets/images/crypto_assets/steth_icon.svg');
- static const banano = CryptoCurrency(title: 'BAN', raw: 86, name: 'banano', iconPath: 'assets/images/nano_icon.png');
+ static const banano = CryptoCurrency(title: 'BAN', raw: 86, name: 'banano', iconPath: 'assets/images/crypto_assets/ban_icon.svg');
static final Map _rawCurrencyMap =
[...all, ...havenCurrencies].fold