eth-token-tracker
eth-token-tracker copied to clipboard
Adapt to EIP-1193 provider changes
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