This commit is contained in:
2026-07-24 18:56:47 +03:00
parent 412a065250
commit 14aacbcd0b

View File

@@ -54,7 +54,9 @@ export const CHAIN_CONFIG: Record<Chain, ChainConfig> = {
},
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…',