From 14aacbcd0b35e1f91dd64b10947fe5bfddac78cf Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Fri, 24 Jul 2026 18:56:47 +0300 Subject: [PATCH] fix --- src/widgets/send-modal/model/sendTypes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/widgets/send-modal/model/sendTypes.ts b/src/widgets/send-modal/model/sendTypes.ts index 4950c83..a0cefe0 100644 --- a/src/widgets/send-modal/model/sendTypes.ts +++ b/src/widgets/send-modal/model/sendTypes.ts @@ -54,7 +54,9 @@ export const CHAIN_CONFIG: Record = { }, BSC: { label: 'BSC Chain', - nativeSymbol: 'BSC', + // Native coin of BSC is BNB — must match the wallet table's ticker + // (NATIVE_TICKER.BSC) so the "Макс" hint can find the balance row. + nativeSymbol: 'BNB', hasToken: true, hasFeeTier: false, addressPlaceholder: '0x…',