4e5743512c
Checkpoint: Fix: Added "Connect MetaMask to auto-fill" button in TRC20Panel. When user has MetaMask installed but not connected, a blue button appears above the EVM address input. Clicking it triggers eth_requestAccounts popup and auto-fills the address. Also improved auto-sync when wallet.address changes. Deployed to pre-sale.newassetchain.io.
133aaedb68
Checkpoint: Fix: useWallet hook now auto-detects already-connected EVM wallets on page load using eth_accounts (silent, no popup). When user has MetaMask connected, the EVM address is automatically populated in the TRC20 panel. Also added isConnected: true to accountsChanged handler.