Skip to main content
window.ethereum.on('accountsChanged', (e) => {
  console.log('address',e)
});