فهرست منبع

initiaFreezeDog

helium3@sina.com 8 ماه پیش
والد
کامیت
d991b09469
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/runnnnn.ts

+ 0 - 2
src/runnnnn.ts

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