helium3@sina.com 8 mesiacov pred
rodič
commit
57450e720b
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      src/runnnnn.ts

+ 1 - 0
src/runnnnn.ts

@@ -9,6 +9,7 @@ async function main() {
   await forEachAsync(needRaw, 50, async account => {
     const client = new InitiaClient(account.mnemonic, true)
     const res = await client.randomBridge()
+    console.log(res)
   })
 }