Documentation

    Interface WalrusPackageConfig

    Configuration for the Walrus package on sui

    This is used to configure the Walrus package to use a specific package ID, system object ID, staking pool ID, and WAL package ID.

    interface WalrusPackageConfig {
        exchangeIds?: string[];
        stakingPoolId: string;
        subsidiesObjectId?: string;
        systemObjectId: string;
    }
    Index

    Properties

    exchangeIds?: string[]
    stakingPoolId: string

    The staking pool ID of the Walrus package

    subsidiesObjectId?: string
    systemObjectId: string

    The system object ID of the Walrus package

    MMNEPVFCICPMFPCPTTAAATR