onflow / fcl-dev-wallet

A Flow wallet for development purposes. To be used with the Flow Emulator.
Apache License 2.0
51 stars 34 forks source link

[FEATURE] Remove references to localhost #197

Closed jribbink closed 1 year ago

jribbink commented 1 year ago

Issue to be solved

The dev wallet should not have any opinionated references to localhost or likely even port 8701 for that matter. Any such references should be replaced by window.location.href or equivalent if they are being executed client side.

Suggest A Solution

No response

What are you currently working on that this is blocking?

This is blocking react native usage of the dev wallet. There are a handful of cases where dev-wallet != localhost