Skip to content

Commit 78b2951

Browse files
committed
chore: fix to support deployment to Alchemy
1 parent f3f235c commit 78b2951

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

subgraph/core/subgraph.template.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ dataSources:
139139
abis:
140140
- name: DisputeKitShutter
141141
file: ../../contracts/deployments/_PLACEHOLDER_/DisputeKitShutter.json
142+
- name: DisputeKitClassic # Required on Alchemy
143+
file: ../../contracts/deployments/_PLACEHOLDER_/DisputeKitClassic.json
142144
- name: KlerosCore
143145
# FIX: temporarily point to abi with event addition
144146
file: ./abi-migrations/KlerosCore.json

subgraph/core/subgraph.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ dataSources:
140140
abis:
141141
- name: DisputeKitShutter
142142
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitShutter.json
143+
- name: DisputeKitClassic # Testing for Alchemy
144+
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
143145
- name: KlerosCore
144146
# FIX: temporarily point to abi with event addition
145147
file: ./abi-migrations/KlerosCore.json

subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/kleros-v2-subgraph",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"drtVersion": "0.12.0",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)