Browse Source

faucet gas

Shawn Lu 1 year ago
parent
commit
475dee12c3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/faucet/faucet.ts

+ 2 - 2
src/faucet/faucet.ts

@@ -192,5 +192,5 @@ function startCron(concurrency: number) {
   })
   })
 }
 }
 
 
-// startCron(2)
-await checkFaucetBalance()
+startCron(2)
+// await checkFaucetBalance()