Browse Source

update log

Shawn Lu 8 months ago
parent
commit
b0ed560541
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/faucet/faucetFreeze.ts

+ 2 - 2
src/faucet/faucetFreeze.ts

@@ -28,7 +28,7 @@ async function faucetSingle(address: string, useProxy = true) {
             response: recaptchaToken,
           },
         )
-        console.log(resp.data)
+        // console.log(resp.data)
         if (
           resp.status === 200 ||
           (resp.status === 400 && resp.data.includes('recently received funds'))
@@ -52,7 +52,7 @@ async function faucetSingle(address: string, useProxy = true) {
     })
   }
   await Promise.all(
-    Array(10)
+    Array(5)
       .fill(1)
       .map(() => send()),
   )