Graph Node specific configuration information

interface GraphNode {
    deprecatedAt?: Date;
    protocol?: Protocol;
}

Properties

deprecatedAt?: Date

[optional] Timestamp when the network was deprecated in Graph Node software

protocol?: Protocol

[optional] Protocol name in graph-node, e.g. ethereum, near, arweave