@@ -70,6 +70,9 @@ async function faucetLunch(concurrency: number = 8) {
},
status: 0,
+ orderBy: {
+ id: 'desc',
+ },
})
await forEachAsync(accounts, concurrency, async (account, index) => {
console.log(`${index}/${accounts.length}: processing ${account.address}`)