hoodchain - v0.1.0
    Preparing search index...

    Function watchGraduations

    • Watch for Odyssey graduations — the moment a curve fills and liquidity migrates to a locked Uniswap v3 pool.

      Parameters

      • client: HoodClient
      • onGraduation: (
            g: {
                blockNumber: bigint;
                pool: `0x${string}`;
                token: `0x${string}`;
                transactionHash: `0x${string}`;
            },
        ) => void
      • options: Omit<WatchOptions, "launchpad"> = {}

      Returns () => void

      An unwatch function.