@@ -146,7 +146,6 @@ async function faucetLunch(concurrency: number = 8) {
const now = new Date()
const accounts = await DBClient.instance.account.findMany({
where: {
- address: 'init1h0qsw44vys2lavgf0zj0cj32w9vstpns43hf77',
lastRun: {
lt: new Date(now.getTime() - 24 * 60 * 60 * 1000),
},