|
@@ -102,7 +102,7 @@ async function faucetLunch(concurrency: number = 8) {
|
|
|
// const message = JSON.stringify({ signedAt: new Date().toISOString() })
|
|
|
const first = hashWithSHA512(current.toString())
|
|
|
console.log(first)
|
|
|
- const message = current
|
|
|
+ const message = first
|
|
|
const second = await evmWallet.signMessage(first)
|
|
|
console.log(second)
|
|
|
const client = axios.create({
|