hel 1 жил өмнө
parent
commit
e6ba77d0c5
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      src/faucet/faucet.ts

+ 0 - 1
src/faucet/faucet.ts

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