aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias SuiNetwork

    SuiNetwork: "DEVNET" | "TESTNET" | "LOCAL" | "MAINNET"

    Sui network supported by the SDK.

    Aftermath.create uses the selected value to choose canonical API and fullnode URLs unless baseUrl or fullnodeUrl overrides them. LOCAL selects the local development endpoints.

    const network: SuiNetwork = "TESTNET";