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

fix: lowercase all tokens logo URLs #292

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

shoom3301
Copy link
Contributor

@shoom3301 shoom3301 commented Oct 18, 2023

Checked that there are not mixedCased URls left:

require('fs').readdir('./src/public/images/1', (err, files) => {
    const notLowerCased = files.filter((address) => address !== address.toLowerCase())
    console.log('notLowerCased', notLowerCased)
})

Warning!

Merge these changes only after 1.48.5 hotfix!

@shoom3301 shoom3301 requested a review from a team October 18, 2023 13:49
@shoom3301 shoom3301 self-assigned this Oct 18, 2023
@shoom3301 shoom3301 merged commit e3e346a into main Oct 18, 2023
4 checks passed
@shoom3301 shoom3301 deleted the fix/lowercase-all-tokens branch October 18, 2023 14:27
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants