> ## 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.

# chainChanged

> 监听BUZZUP网络切换

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