-
-
Notifications
You must be signed in to change notification settings - Fork 275
Closed
Labels
team-wallet-frameworkDeprecated: Please use `team-core-platform` instead.Deprecated: Please use `team-core-platform` instead.
Description
After SafeEventEmitterProvider is updated to support EIP-1193, we should adapt to the changes:
- Calling
sendAsyncwill be deprecated; we should userequestinstead.- Here is where we are doing this in the
corerepo:FakeProviderNetworkControllertests
- Additionally, there are places where we expect the provider that NetworkController returns to have a
sendAsyncmethod, and similarly, we should change this torequestand update the method signature appropriately:SelectedNetworkControllertestscreateAutoManagedNetworkClienttests
- Here is where we are doing this in the
- Note that there are places in
corewhere we are callingsendAsynconeth-query. We don't need to worry about those in this ticket; they are being addressed in a different ticket.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
team-wallet-frameworkDeprecated: Please use `team-core-platform` instead.Deprecated: Please use `team-core-platform` instead.