Variable DUFOURConst

DUFOUR: {
    addresses: {
        announcements: string;
        channels: string;
        module_implementation: string;
        network_registry: string;
        network_registry_proxy: string;
        node_safe_registry: string;
        node_stake_v2_factory: string;
        ticket_price_oracle: string;
        token: string;
    };
    environment_type: string;
    indexer_start_block_number: number;
} = ...

Type declaration

  • addresses: {
        announcements: string;
        channels: string;
        module_implementation: string;
        network_registry: string;
        network_registry_proxy: string;
        node_safe_registry: string;
        node_stake_v2_factory: string;
        ticket_price_oracle: string;
        token: string;
    }
    • announcements: string
    • channels: string
    • module_implementation: string
    • network_registry: string
    • network_registry_proxy: string
    • node_safe_registry: string
    • node_stake_v2_factory: string
    • ticket_price_oracle: string
    • token: string
  • environment_type: string
  • indexer_start_block_number: number