provisioning-code/.ncl-cache/1f46b86f4c0ba0ff0820360ae0effbfc212da8dcd7b5c43b3fc7136b0bdfa27e.json

62 lines
1.2 KiB
JSON

{
"dependencies": [],
"features": {
"supports_archive": true,
"supports_pruning": true,
"supports_rpc": true,
"supports_telemetry": true,
"supports_ws": true,
"supports_wss": true
},
"maintainer": {
"name": "Provisioning System",
"url": "https://github.com/paritytech/polkadot"
},
"networks": [
"polkadot",
"kusama",
"westend"
],
"node_types": [
"full",
"light",
"validator"
],
"ports": {
"http": 9933,
"p2p": 30333,
"rpc": 9944,
"ws": 9944
},
"requirements": {
"min_cpu_cores": 4,
"min_disk_gb": 500,
"min_memory_mb": 8192,
"network_required": true
},
"sync_modes": [
"full",
"fast",
"warp"
],
"tags": [
"polkadot",
"node",
"blockchain",
"relay-chain",
"web3"
],
"taskserv": {
"category": "infrastructure",
"description": "Polkadot full/light node for relay chain participation",
"display_name": "Polkadot Node",
"documentation_url": "https://wiki.polkadot.network/docs/maintain-sync",
"name": "polkadot-node",
"subcategory": "blockchain"
},
"version": {
"config_format": "nickel",
"schema": "1.0.0",
"taskserv": "1.15.0"
}
}