We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The currency logos in the finance app are not loading from the source e.g. https://chasing-coins.com/coin/logo/DAI
Screenshots
The text was updated successfully, but these errors were encountered:
@john-light This is mostly likely to do with an adblocker installed locally.
Not that we should really be using icons from chasing-coins.com anymore in Finance; we should be fetching via https://github.com/aragon/aragon-ui/blob/newstyle/src/utils/web3.js#L144 instead. I've updated this issue to reflect that.
The only problem preventing this from being a drop-in replacement is our testnet tokens, since we "fake" them based on their symbols.
Sorry, something went wrong.
Fixed in aragon/aragon-apps#1048. We now load the icons from a verified github repo (TrustWallet's).
sohkai
No branches or pull requests
Describe the bug
The currency logos in the finance app are not loading from the source e.g. https://chasing-coins.com/coin/logo/DAI
Screenshots
The text was updated successfully, but these errors were encountered: