mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Pr/1995 (#1996)
* Upload LOGO * move Co-authored-by: esmeraldz <64386988+esmeraldz@users.noreply.github.com>
This commit is contained in:
parent
cff8dfb424
commit
ca2e0ced46
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
|
@ -38,7 +38,7 @@ ethSidechains.forEach(chain => {
|
|||
})
|
||||
})
|
||||
|
||||
// Moves asset/0xXX...XX.png => assets/blockchains/assets/0xXX...XX/logo.png
|
||||
// Moves assets/0xXX...XX.png => assets/blockchains/assets/0xXX...XX/logo.png
|
||||
getRootDirFilesList().forEach(async file => {
|
||||
const fileName = getFileName(file)
|
||||
if(isImage(file) && !rootDirAllowedFiles.includes(file) && isEthereumAddress(fileName)) {
|
||||
|
@ -49,7 +49,3 @@ getRootDirFilesList().forEach(async file => {
|
|||
fs.renameSync(`./${file}`, `${ethreumAssetsPath}/${checksum}/${logo}`)
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user