Skip to content

Commit 5989928

Browse files
committed
chore: subgraphs version bump
1 parent 142273c commit 5989928

File tree

7 files changed

+15
-3
lines changed

7 files changed

+15
-3
lines changed

subgraph/core-neo/subgraph.template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
specVersion: 0.0.5
2+
description: Kleros v2 Core Neo
3+
repository: https://github.com/kleros/kleros-v2/tree/dev/subgraph/core-neo
24
schema:
35
file: ./schema.graphql
46
features:

subgraph/core-university/subgraph.template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
specVersion: 0.0.5
2+
description: Kleros v2 Core University
3+
repository: https://github.com/kleros/kleros-v2/tree/dev/subgraph/core-university
24
schema:
35
file: ./schema.graphql
46
features:

subgraph/core/subgraph.template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
specVersion: 0.0.5
2+
description: Kleros v2 Core
3+
repository: https://github.com/kleros/kleros-v2/tree/dev/subgraph/core
24
schema:
35
file: ./schema.graphql
46
features:

subgraph/core/subgraph.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# THIS FILE IS AUTO-GENERATED BY update.sh FROM subgraph.template.yaml, ANY CHANGES WILL BE LOST.
22
specVersion: 0.0.5
3+
description: Kleros v2 Core
4+
repository: https://github.com/kleros/kleros-v2/tree/dev/subgraph/core
35
schema:
46
file: ./schema.graphql
57
features:
@@ -140,7 +142,7 @@ dataSources:
140142
abis:
141143
- name: DisputeKitShutter
142144
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitShutter.json
143-
- name: DisputeKitClassic # Testing for Alchemy
145+
- name: DisputeKitClassic # Required on Alchemy
144146
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
145147
- name: KlerosCore
146148
# FIX: temporarily point to abi with event addition

subgraph/dispute-template-registry/subgraph.template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
specVersion: 0.0.5
2+
description: Kleros v2 Dispute Template Registry
3+
repository: https://github.com/kleros/kleros-v2/tree/dev/subgraph/dispute-template-registry
24
schema:
35
file: schema.graphql
46
dataSources:

subgraph/dispute-template-registry/subgraph.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# THIS FILE IS AUTO-GENERATED BY update.sh FROM subgraph.template.yaml, ANY CHANGES WILL BE LOST.
22
specVersion: 0.0.5
3+
description: Kleros v2 Dispute Template Registry
4+
repository: https://github.com/kleros/kleros-v2/tree/dev/subgraph/dispute-template-registry
35
schema:
46
file: schema.graphql
57
dataSources:

subgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kleros/kleros-v2-subgraph",
3-
"version": "0.16.2",
4-
"drtVersion": "0.12.0",
3+
"version": "0.16.3",
4+
"drtVersion": "0.12.2",
55
"license": "MIT",
66
"scripts": {
77
"update:core:arbitrum-sepolia-devnet": "./scripts/update.sh arbitrumSepoliaDevnet arbitrum-sepolia core/subgraph.yaml",

0 commit comments

Comments
 (0)