fix
This commit is contained in:
@@ -54,7 +54,9 @@ export const CHAIN_CONFIG: Record<Chain, ChainConfig> = {
|
|||||||
},
|
},
|
||||||
BSC: {
|
BSC: {
|
||||||
label: 'BSC Chain',
|
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,
|
hasToken: true,
|
||||||
hasFeeTier: false,
|
hasFeeTier: false,
|
||||||
addressPlaceholder: '0x…',
|
addressPlaceholder: '0x…',
|
||||||
|
|||||||
Reference in New Issue
Block a user