Configuration for the Tool Policy Registry contract. Includes the RPC URL and contract address for interacting with the registry.

interface ToolRegistryConfig {
    contractAddress: string;
    rpcUrl: string;
}

Properties

contractAddress: string

The address of the Tool Policy Registry contract.

rpcUrl: string

The RPC URL for the blockchain network.