diff --git a/demo/README.md b/demo/README.md index 87eac91..8b975d2 100644 --- a/demo/README.md +++ b/demo/README.md @@ -64,6 +64,9 @@ # Get the deployment URL(s) laconic registry record list --all --type WatcherDeploymentRecord watcher $WATCHER_RECORD_ID | jq -r '.[].attributes.url' + + # Expected output: + https://ajna-watcher-endpoint.example.com ``` * Query for `sushiswap-v3-subgraph` deployment(s): @@ -81,6 +84,9 @@ # Get the deployment URL(s) laconic registry record list --all --type SubgraphDeploymentRecord subgraph $SUBGRAPH_RECORD_ID | jq -r '.[].attributes.url' + + # Expected output: + # https://sushiswap-v3-subgraph-endpoint.example.com ``` * Query for `geth` service deployment(s): @@ -98,4 +104,8 @@ # Get the deployment URL(s) laconic registry record list --all --type ServiceDeploymentRecord service $SERVICE_RECORD_ID | jq -r '.[].attributes.url' + + # Expected output: + # https://geth-rpc-endpoint-1.example.com + # https://geth-rpc-endpoint-2.example.com ``` diff --git a/demo/records/service/deployments/gibbon-geth-deployment.json b/demo/records/service/deployments/gibbon-geth-deployment.json index 45e755d..167578d 100644 --- a/demo/records/service/deployments/gibbon-geth-deployment.json +++ b/demo/records/service/deployments/gibbon-geth-deployment.json @@ -5,7 +5,7 @@ "request": "", "name": "geth", "service": "", - "url": "https://geth-rpc-endpoint.example.com", + "url": "https://geth-rpc-endpoint-2.example.com", "needs_auth": false, "meta": { "machine_name": "gibbon", diff --git a/demo/records/service/deployments/kindred-geth-deployment.json b/demo/records/service/deployments/kindred-geth-deployment.json index 3c24e15..7be6902 100644 --- a/demo/records/service/deployments/kindred-geth-deployment.json +++ b/demo/records/service/deployments/kindred-geth-deployment.json @@ -5,7 +5,7 @@ "request": "", "name": "geth", "service": "", - "url": "https://geth-rpc-endpoint.example.com", + "url": "https://geth-rpc-endpoint-1.example.com", "needs_auth": false, "meta": { "machine_name": "kindred",