diff --git a/src/popup/index.js b/src/popup/index.js index d1ac45f..5720d51 100644 --- a/src/popup/index.js +++ b/src/popup/index.js @@ -134,7 +134,7 @@ function renderWalletList() { wallet.addresses.forEach((addr, ai) => { html += `
`; - html += `${truncateAddress(addr.address)}`; + html += `${addr.address}`; html += `${addr.balance} ETH`; html += `
`; });