> ## Documentation Index
> Fetch the complete documentation index at: https://docs.buzz-up.io/llms.txt
> Use this file to discover all available pages before exploring further.

# accountsChanged

> 监听BUZZUP账号切换

```js theme={null}
window.ethereum.on('accountsChanged', (e) => {
  console.log('address',e)
});
```
