mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
PLA Token (PLA)
This commit is contained in:
parent
9395194f38
commit
a94abe9751
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -42,6 +42,10 @@ function checkBlockhainsFolder(){
|
|||
const assets = readDirSync(assetsPath)
|
||||
|
||||
assets.forEach(asset => {
|
||||
if (upperCaseExp.test(asset)) {
|
||||
exitWithMsg(`${asset} folder must be in lowercase`)
|
||||
}
|
||||
|
||||
if (!isAddress(asset)) {
|
||||
exitWithMsg(`Invalid asset naming "${assetsPath}"`)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user