helium3@sina.com před 8 měsíci
rodič
revize
f3f5f2d119
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()
   })
 }