mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
[CI] Add check that TRX token_id is not empty
This commit is contained in:
parent
1241d22ac3
commit
33b694894d
|
@ -133,12 +133,14 @@ async function processCoin(coin) {
|
|||
}
|
||||
const tokenAddr = platform.token_address.trim()
|
||||
log(`tron: ${tokenAddr}`)
|
||||
addToContractsList({
|
||||
coin: 195,
|
||||
type: typeToken,
|
||||
token_id: tokenAddr,
|
||||
id
|
||||
})
|
||||
if (tokenAddr.length > 0) {
|
||||
addToContractsList({
|
||||
coin: 195,
|
||||
type: typeToken,
|
||||
token_id: tokenAddr,
|
||||
id
|
||||
})
|
||||
}
|
||||
break
|
||||
// case PlatformType.VeChain:
|
||||
// if (symbol === "VET") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user