Documentation
    Preparing search index...
    WhirlpoolDeployment: {
        custom: (
            programId: Address,
            configAddress: Address,
        ) => WhirlpoolDeployment;
        devnet: WhirlpoolDeployment;
        mainnet: WhirlpoolDeployment;
        mainnetImmutable: WhirlpoolDeployment;
    }

    Type Declaration

    • Readonlycustom: (programId: Address, configAddress: Address) => WhirlpoolDeployment

      Targets an arbitrary programId / configAddress pair — useful for forks, local validators, or any deployment not covered by the named constants.

    • Readonlydevnet: WhirlpoolDeployment

      The mutable whirlpool program on Solana Devnet, paired with its devnet config account.

    • Readonlymainnet: WhirlpoolDeployment

      The mutable whirlpool program on Solana Mainnet, paired with its mainnet config account.

    • ReadonlymainnetImmutable: WhirlpoolDeployment

      The immutable whirlpool program on Solana Mainnet, paired with its mainnet config account.