-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "Send funds" on "Accounts" page using derives #6780
Comments
Change the const check to If it is |
@jacogr I'll look into extracting the balance interactions into another mechanism, is |
I think atm that is the only option, i.e. it is the only place where JS code can be injected for use inside the apps UI. |
@jacogr this needs to be added to |
I would suggest adding it locally (see eq equilibrium) - if more chains and broader support we can move it to api. |
@jacogr would it be possible to also support "Send" using derives? The "Accounts" page currently crashes with the error
api.consts.balances is undefined
when I try to open the modal.Originally posted by @gregdhill in #6744 (comment)
The text was updated successfully, but these errors were encountered: