@@ -9,6 +9,7 @@ async function main() {
await forEachAsync(needRaw, 50, async account => {
const client = new InitiaClient(account.mnemonic, true)
const res = await client.randomBridge()
+ console.log(res)
})
}