decentraland / decentraland-connect

Connect your Ethereum wallet from different providers
6 stars 12 forks source link

fix: Update send async #57

Closed fzavalia closed 1 year ago

fzavalia commented 1 year ago

sendAsync returns the standard JSON-RPC response. However WC2 now returns the same thing as request, which is just the response without the extra things. I order to handle this, only on sendAsync the result is being wrapped in case it is not wrapped.