Stream new token launches from NOXA and The Odyssey, gap-filled. Optionally backfill history with fromBlock.
fromBlock
const launches = streamLaunches(hood)for await (const l of launches) console.log(l.launchpad, l.token) Copy
const launches = streamLaunches(hood)for await (const l of launches) console.log(l.launchpad, l.token)
Stream new token launches from NOXA and The Odyssey, gap-filled. Optionally backfill history with
fromBlock.