소스 검색

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)