|
@@ -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()),
|
|
|
)
|