diff --git a/script/blockchain/ethereum.ts b/script/blockchain/ethereum.ts index e1dc43358..b2b16d126 100644 --- a/script/blockchain/ethereum.ts +++ b/script/blockchain/ethereum.ts @@ -80,6 +80,6 @@ export class EthereumAction implements ActionInterface { getSanityChecks(): CheckStepInterface[] { return []; } async update(): Promise { - await generateTokenlist(); + //await generateTokenlist(); } } diff --git a/script/blockchain/smartchain.ts b/script/blockchain/smartchain.ts index 924c3d554..30d3136ac 100644 --- a/script/blockchain/smartchain.ts +++ b/script/blockchain/smartchain.ts @@ -79,6 +79,6 @@ export class SmartchainAction implements ActionInterface { getSanityChecks(): CheckStepInterface[] { return []; } async update(): Promise { - await generateTokenlist(); + //await generateTokenlist(); } }