newswap / misc.newswap.org

assets and static files
2 stars 5 forks source link

should use lowercase on contract addresses #4

Closed arisac closed 3 years ago

arisac commented 3 years ago

problem: Currently the url is mixed with uppercase & lowercase address, i.e. /0x76791bFA7098f8aac59CE9612Ce083584Fd332aF/logo.png since most web servers are case sensitive, we should use all lowercase for the url in the repo. i.e. /0x76791bfa7098f8aac59ce9612ce083584fd332af/logo.png

arisac commented 3 years ago

not a problem

FYI isAddress @ https://github.com/newswap/newswap-info/blob/master/src/components/TokenLogo/index.js

arisac commented 3 years ago

https://developer.trustwallet.com/add_new_asset#checksum-format