mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Disable for now auto-update of Eth&Bsc trading pairs. (#5441)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
3c2f7a9eed
commit
77fd58ae99
|
@ -80,6 +80,6 @@ export class EthereumAction implements ActionInterface {
|
|||
getSanityChecks(): CheckStepInterface[] { return []; }
|
||||
|
||||
async update(): Promise<void> {
|
||||
await generateTokenlist();
|
||||
//await generateTokenlist();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,6 +79,6 @@ export class SmartchainAction implements ActionInterface {
|
|||
getSanityChecks(): CheckStepInterface[] { return []; }
|
||||
|
||||
async update(): Promise<void> {
|
||||
await generateTokenlist();
|
||||
//await generateTokenlist();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user