From cb4f0d6fe87de410e5cc47d26d21823df02ae667 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 9 May 2024 12:24:32 +0530 Subject: [PATCH] Add expected outputs --- demo/README.md | 10 ++++++++++ .../service/deployments/gibbon-geth-deployment.json | 2 +- .../service/deployments/kindred-geth-deployment.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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",