Explorar el Código

initiaFreezeDog

helium3@sina.com hace 8 meses
padre
commit
57450e720b
Se han modificado 1 ficheros con 1 adiciones y 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)
   })
 }