-
-
Notifications
You must be signed in to change notification settings - Fork 40
Adapt to EIP-1193 provider changes #130
Copy link
Copy link
Closed
Labels
Description
After SafeEventEmitterProvider is updated to support EIP-1193 and a new version of @metamask/eth-json-rpc-provider is released, we should adapt to the changes:
- Calling
sendAsyncwill be deprecated; we should userequestinstead.- Currently, we only have a reference to
sendAsyncin the tests.
- Currently, we only have a reference to
Reactions are currently unavailable