laconic-registry-cli/demo/records/service/deployments/KindredGethDeployment.json

17 lines
338 B
JSON
Raw Normal View History

{
"type": "ServiceDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
2024-05-09 05:32:24 +00:00
"name": "geth",
"service": "<service-record-id>",
"url": "https://geth-rpc-endpoint.example.com",
"needs_auth": false,
2024-05-09 05:32:24 +00:00
"meta": {
"machine_name": "kindred",
"chain": "1",
"sync_mode": "full",
"gc_mode": "archive"
}
}