Type alias NetworkPayloadType

NetworkPayloadType: {
    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;
    };
    chain: string;
    confirmations: number;
    environment_type: string;
    indexer_start_block_number: number;
    max_block_range: number;
    tags: null | string[];
    tx_polling_interval: number;
    version_range: string;
}

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
  • chain: string
  • confirmations: number
  • environment_type: string
  • indexer_start_block_number: number
  • max_block_range: number
  • tags: null | string[]
  • tx_polling_interval: number
  • version_range: string