17 lines
337 B
JSON
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"
|
|
}
|
|
}
|