lukso-network / universalprofile-test-dapp

Testing dApps for ERC725 and Universal Profiles.
https://up-test-dapp.lukso.tech/
17 stars 14 forks source link

fix: fix from address of SendLyx component #82

Closed Hugoo closed 2 years ago

Hugoo commented 2 years ago

with current implementation, if you set a different address in the from input (different from the address that is injected in the page). When you click send, the address you set in the input will be replaced by the injected address.

Therefore, it is not possible to send a transaction from any address we want (to test the app). It is even confusing as we think we put a different address but it goes back to the default one.

This PR fixes that.