frontend
frontend copied to clipboard
add native token image
Description and Related Issue(s)
resolves https://github.com/blockscout/frontend/issues/1381
Checklist for PR author
- [x] I have tested these changes locally.
- [x] I added tests to cover any new functionality, following this guide
- [ ] Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
- [ ] If I have added, changed, renamed, or removed an environment variable, I have updated the list of environment variables in the documentation and made the necessary changes to the validator script according to the guide