eth-token-tracker icon indicating copy to clipboard operation
eth-token-tracker copied to clipboard

Adapt to EIP-1193 provider changes

Open mcmire opened this issue 1 year ago • 0 comments

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 sendAsync will be deprecated; we should use request instead.
    • Currently, we only have a reference to sendAsync in the tests.

mcmire avatar Mar 22 '24 17:03 mcmire