Magic Eden Wallet Developer Docs
  • 👋Welcome
    • Wallet Introduction
  • 📙Bitcoin
    • Diving into Bitcoin
    • Detecting the Provider
    • Connecting to the Wallet
    • Signing a Message
    • Signing a Transaction
    • Sending BTC
    • Provider API Methods
    • Provider Events
    • FAQs
  • 📗Solana
    • Diving Into Solana
    • Solana Wallet Adapter
    • Connect Directly to the ME Solana Provider
    • Signing a Message
    • Sending a Transaction
    • Provider API Methods
    • Provider Events
    • FAQs
  • 📘EVM
    • Diving into the EVM
    • Connect Directly to the ME EVM Provider
    • Signing a Message
    • Sending a Transaction
    • Library Integrations
      • Wallet Connect
      • Rainbow Kit
      • Wagmi
    • Provider API Methods
    • Provider Events
    • FAQs
  • ❓Resources
    • Demo Apps
    • Logos and Brand Assets
Powered by GitBook
On this page
  • Provider Events
  • accountsChanged
  • chainChanged
  1. EVM

Provider Events

Provider Events

accountsChanged

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

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.

PreviousProvider API MethodsNextFAQs

Last updated 10 months ago

📘