|
@@ -7,10 +7,8 @@ async function main() {
|
|
|
where: {},
|
|
|
})
|
|
|
await forEachAsync(needRaw, 50, async account => {
|
|
|
- console.log(account.address)
|
|
|
const client = new InitiaClient(account.mnemonic, true)
|
|
|
const res = await client.freezeDogs()
|
|
|
- console.log(res)
|
|
|
})
|
|
|
}
|
|
|
|