This repository was archived by the owner on Oct 16, 2025. It is now read-only.
11.0.0
Changed
- BREAKING: Adapt to EIP-1193 provider changes by using
request
method of provider instead ofsendAsync
(#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 minimum4.1.0
of@metamask/eth-json-rpc-provider
so that therequest
method is available.
- This change included in