-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.json
102 lines (102 loc) · 2.67 KB
/
status.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"registration": {
"url": "https://thegraph.chorus.one/",
"address": "0xfD12A5A7Bc7f2EB4904a8177418dBB0Bf094Ba16",
"registered": true,
"location": "50.98581075668335,2.128279209136963"
},
"endpoints": [
{
"name": "channels",
"url": "https://thegraph.chorus.one/channel-messages-inbox",
"status": "\u001b[32mup\u001b[39m",
"tests": [
{
"test": "URL validation",
"error": null,
"possibleActions": [],
"__typename": "IndexerEndpointTest"
},
{
"test": "echo '{}' | http post https://thegraph.chorus.one/channel-messages-inbox",
"error": null,
"possibleActions": [],
"__typename": "IndexerEndpointTest"
}
]
},
{
"name": "service",
"url": "https://thegraph.chorus.one/",
"status": "\u001b[32mup\u001b[39m",
"tests": [
{
"test": "URL validation",
"error": null,
"possibleActions": [],
"__typename": "IndexerEndpointTest"
},
{
"test": "http get https://thegraph.chorus.one/",
"error": null,
"possibleActions": [],
"__typename": "IndexerEndpointTest"
}
]
},
{
"name": "status",
"url": "https://thegraph.chorus.one/status",
"status": "\u001b[32mup\u001b[39m",
"tests": [
{
"test": "URL validation",
"error": null,
"possibleActions": [],
"__typename": "IndexerEndpointTest"
},
{
"test": "http post https://thegraph.chorus.one/status query=\"{ indexingStatuses { subgraph } }\"",
"error": null,
"possibleActions": [],
"__typename": "IndexerEndpointTest"
}
]
}
],
"indexingRules": [
{
"deployment": {
"kind": "deployment-id",
"value": "0x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af7500"
},
"allocationAmount": {
"type": "BigNumber",
"hex": "0x0586080e252c6bc1a80000"
},
"parallelAllocations": 1,
"maxAllocationPercentage": null,
"minSignal": null,
"maxSignal": null,
"minStake": null,
"minAverageQueryFees": null,
"custom": null,
"decisionBasis": "never"
},
{
"deployment": "global",
"allocationAmount": {
"type": "BigNumber",
"hex": "0x2386f26fc10000"
},
"parallelAllocations": 1,
"maxAllocationPercentage": null,
"minSignal": null,
"maxSignal": null,
"minStake": null,
"minAverageQueryFees": null,
"custom": null,
"decisionBasis": "rules"
}
]
}