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:
Adam R 2021-01-30 23:58:39 +01:00 committed by GitHub
parent 3c2f7a9eed
commit 77fd58ae99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -80,6 +80,6 @@ export class EthereumAction implements ActionInterface {
getSanityChecks(): CheckStepInterface[] { return []; }
async update(): Promise<void> {
await generateTokenlist();
//await generateTokenlist();
}
}

View File

@ -79,6 +79,6 @@ export class SmartchainAction implements ActionInterface {
getSanityChecks(): CheckStepInterface[] { return []; }
async update(): Promise<void> {
await generateTokenlist();
//await generateTokenlist();
}
}