You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like and the expected behavior
Right now a token transfer is displayed as Transfer X {scriptHash} to {address}?, this should be Transfer X {ticker} to {address}?
This can be done by using tokenList.json from https://github.com/nos/neo-tokens to find the corresponding ticker by a script hash (and vice-versa), so that the "send" dialog triggered by nos.send() can display the token ticker rather than the full script hash in the prompt.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like and the expected behavior
Right now a token transfer is displayed as
Transfer X {scriptHash} to {address}?
, this should beTransfer X {ticker} to {address}?
This can be done by using tokenList.json from https://github.com/nos/neo-tokens to find the corresponding ticker by a script hash (and vice-versa), so that the "send" dialog triggered by
nos.send()
can display the token ticker rather than the full script hash in the prompt.The text was updated successfully, but these errors were encountered: