diff --git a/index.html b/index.html index 849e350..3aff9dc 100644 --- a/index.html +++ b/index.html @@ -384,14 +384,7 @@ window.WalletManager = WalletManager; this._persist(); return { success: true }; } - revokeVerification(address, chain) { - const idx = this._wallets.findIndex(w => w.address === address && w.chain === chain); - if (idx === -1) return { success: false, error: 'Wallet not found' }; - this._wallets.splice(idx, 1); - this._persist(); - return { success: true }; - } - }; + }; } })(); @@ -598,10 +591,7 @@ function renderSidebar() { const verifyBtn = isEVM && !isVerified ? '' : ''; - const revokeBtn = isVerified && isEVM - ? '' - : ''; - html += '
' + + html += '
' + '
' + '
' + '
' + @@ -610,7 +600,7 @@ function renderSidebar() { '
' + '
' + '
' + - verifyBtn + revokeBtn + syncBadge + + verifyBtn + syncBadge + '