浏览代码

initiaFreezeDog

helium3@sina.com 8 月之前
父节点
当前提交
48c79b5ffe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/runnnnn.ts

+ 1 - 0
src/runnnnn.ts

@@ -7,6 +7,7 @@ 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)