@@ -43,7 +43,7 @@ export class AccountsService {
return account
}
- @Cron('0/5 * * * * *')
+ @Cron('0/30 * * * * *')
async handleCron() {
for (let account of await this.findAll()) {
const provider = new Provider(web3Config[account.network].zksyncRpcUrl)