helium3@sina.com пре 8 месеци
родитељ
комит
57450e720b
1 измењених фајлова са 1 додато и 0 уклоњено
  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)
   })
 }