laconic-registry-cli/demo/records/service/deployments/GibbonGethDeployment.json
2024-05-09 11:02:24 +05:30

17 lines
337 B
JSON

{
"type": "ServiceDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "geth",
"service": "<service-record-id>",
"url": "https://geth-rpc-endpoint.example.com",
"needs_auth": false,
"meta": {
"machine_name": "gibbon",
"chain": "1",
"sync_mode": "snap",
"gc_mode": "archive"
}
}