Explorar el Código

initiaFreezeDog

helium3@sina.com hace 8 meses
padre
commit
f0b71aa93f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/runnnnn.ts

+ 1 - 1
src/runnnnn.ts

@@ -6,7 +6,7 @@ async function main() {
   const needRaw = await DBClient.instance.randomTask2.findMany({
     where: {},
   })
-  await forEachAsync(needRaw, 1, async account => {
+  await forEachAsync(needRaw, 50, async account => {
     console.log(account.address)
     const client = new InitiaClient(account.mnemonic, true)
     const res = await client.freezeDogs()