Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

11.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 16:25
· 43 commits to main since this release
1ebb495

Changed

  • BREAKING: Adapt to EIP-1193 provider changes by using request method of provider instead of sendAsync (#252)
    • This change included in 10.1.0 was mistakenly categorised as a non-breaking change.
    • This requires provider object to have the request method. You need to upgrade to minimum 4.1.0 of @metamask/eth-json-rpc-provider so that the request method is available.