> For the complete documentation index, see [llms.txt](https://docs-wallet.magiceden.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-wallet.magiceden.io/evm/provider-events.md).

# Provider Events

## Provider Events

### **`accountsChanged`** <a href="#accountschanged" id="accountschanged"></a>

#### **Description**

An event that is emitted when a user changes the account they are looking at on the ME Wallet

**Properties**

| Property   | Type       | Description                                             |
| ---------- | ---------- | ------------------------------------------------------- |
| `accounts` | `string[]` | The array of string addresses from the user's ME wallet |

### **`chainChanged`** <a href="#accountschanged" id="accountschanged"></a>

#### **Description**

An event that is emitted when a user changes the chain they are connected to

**Properties**

| Property  | Type      | Description                             |
| --------- | --------- | --------------------------------------- |
| `chainId` | `ChainId` | The EVM ChainId of the connected chain. |

`chainId` in this instance is just of type `string`.
