Cara mendeteksi perubahan akun di Metamask
window.ethereum.on('accountsChanged', function (accounts) {
// Time to reload your interface with accounts[0]!
})
window.ethereum.on('networkChanged', function (networkId) {
// Time to reload your interface with the new networkId
})
izerak