Explorar o código

initiaFreezeDog

helium3@sina.com hai 8 meses
pai
achega
f3f5f2d119
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/runnnnn.ts

+ 1 - 1
src/runnnnn.ts

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