mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Move binance tokenlist generation from fix to update (#4714)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
e520351f7b
commit
f0a9b10fae
|
@ -92,13 +92,10 @@ export class TokenLists implements ActionInterface {
|
||||||
return steps;
|
return steps;
|
||||||
}
|
}
|
||||||
|
|
||||||
async consistencyFix(): Promise<void> {
|
async update(): Promise<void> {
|
||||||
|
|
||||||
// binance chain list
|
// binance chain list
|
||||||
const list = await generateBinanceTokensList()
|
const list = await generateBinanceTokensList();
|
||||||
writeFileSync(getChainTokenlistPath(Binance), formatJson(generateTokensList(list)));
|
writeFileSync(getChainTokenlistPath(Binance), formatJson(generateTokensList(list)));
|
||||||
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user