Skip to content
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

Display more information on each token #222

Open
wolf31o2 opened this issue Aug 7, 2022 · 2 comments
Open

Display more information on each token #222

wolf31o2 opened this issue Aug 7, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@wolf31o2
Copy link
Contributor

wolf31o2 commented Aug 7, 2022

Get information about the token and display it with the token. At the very least, we should add a link to fetch more information about the token.

There's a single get_tokens in VM we can use.

@wolf31o2
Copy link
Contributor Author

I've added a /gettokens call, but it might make more sense to expand this a bit.

Are there other fields that we might want?
Current fields:

export interface TokenInfo {
    id: string;
    enabled: string;
    name: string;
    ticker: string;
    logo: string;
    decimals: number;
    visible: string;
    info: string;
}

Maybe homepage?

@wolf31o2
Copy link
Contributor Author

#229

@wolf31o2 wolf31o2 added the enhancement New feature or request label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant