hel 1 year ago
parent
commit
911c3486b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/faucet/faucet.ts

+ 1 - 1
src/faucet/faucet.ts

@@ -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({