Explorar o código

initiaFreezeDog

helium3@sina.com hai 8 meses
pai
achega
57450e720b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
   })
 }