• Fetches a CLMM bucket and derives every account the graduation flow needs from on-chain state: mints from the genesis account, pool accounts from the bucket's own ammConfig/poolSeedIndex, and the bucket signer ATAs.

    Parameters

    • umi: Umi
    • bucket: ClmmBucketLocator
    • options: {
          env?: "devnet" | "mainnet";
      } = {}
      • Optional env?: "devnet" | "mainnet"

    Returns Promise<ClmmGraduationContext>

Generated using TypeDoc