|
@@ -50,7 +50,7 @@ async function startCheck(concurrency) {
|
|
|
|
|
|
const client = new InitiaClient(account.mnemonic, true)
|
|
|
if (randomPick === 1) {
|
|
|
- console.log(`task6`)
|
|
|
+ console.log(`task1`)
|
|
|
const bool = await client.newBridge2BlackWings()
|
|
|
if (bool) {
|
|
|
await DBClient.instance.randomTask2.update({
|
|
@@ -118,4 +118,4 @@ async function startCheck(concurrency) {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
-startCheck(150)
|
|
|
+startCheck(500)
|