Update instructions
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 50s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m0s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m36s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 10m0s
Smoke Test / Run basic test suite (pull_request) Successful in 5m43s

This commit is contained in:
Prathamesh Musale 2024-03-19 18:37:43 +05:30
parent 6d9886ce2e
commit 5a7e6c2595

View File

@ -32,9 +32,9 @@ network:
ports: ports:
ajna-watcher-db: ajna-watcher-db:
- 15432:5432 - 15432:5432
ajna-job-runner: ajna-watcher-job-runner:
- 9000:9000 - 9000:9000
ajna-server: ajna-watcher-server:
- 3008:3008 - 3008:3008
- 9001:9001 - 9001:9001
``` ```
@ -76,18 +76,22 @@ laconic-so deployment --dir ajna-deployment start
```graphql ```graphql
# Example query # Example query
{ query {
_meta { _meta {
block { block {
hash
number number
timestamp timestamp
} }
deployment
hasIndexingErrors hasIndexingErrors
} }
factories { accounts {
id id
poolCount txCount
tokensDelegated
rewardsClaimed
} }
} }
``` ```