forked from cerc-io/stack-orchestrator
Update instructions
This commit is contained in:
parent
6d9886ce2e
commit
5a7e6c2595
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user