Represents the configuration for a specific Lit network.

interface NetworkConfig {
    defaultPolicyIpfsCid: string;
    ipfsCid: string;
    litNetwork: string;
}

Properties

defaultPolicyIpfsCid: string

The IPFS CID (Content Identifier) associated with the network's default policy. Populate if needed.

ipfsCid: string

The IPFS CID (Content Identifier) associated with the network configuration.

litNetwork: string

The Lit network identifier (e.g., 'datil-dev', 'datil-test', 'datil').