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

[HUMAN App] Use name from chain when displaying oracle name #3131

Open
dnechay opened this issue Feb 27, 2025 · 0 comments
Open

[HUMAN App] Use name from chain when displaying oracle name #3131

dnechay opened this issue Feb 27, 2025 · 0 comments

Comments

@dnechay
Copy link
Contributor

dnechay commented Feb 27, 2025

Description
ATM on UI we display oracle name based on its url (url -> name mapping is hardcoded). It was implemented like this because oracles didn't have name property on chain. Right now oracles have this property so we can start to rely on it.

Motivation
To display actual name of the Oracle instead of some hardcoded values that depend on URL.

Implementation details
Extend server response with name property from chain and use it on UI. Cleanup old code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant