From 3af8b4cd2f2bf0270825d1f5a47e2a879994f080 Mon Sep 17 00:00:00 2001 From: bl0up Date: Thu, 30 May 2024 16:02:52 +0200 Subject: [PATCH] fix: subgraph --- subgraph/datasources/diamond.gql.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subgraph/datasources/diamond.gql.json b/subgraph/datasources/diamond.gql.json index 6fbe89d..fe35cb3 100755 --- a/subgraph/datasources/diamond.gql.json +++ b/subgraph/datasources/diamond.gql.json @@ -112,12 +112,12 @@ }, { "name": "BondParametersEditedPart1Event", - "type": "BondParametersPart1Edited!", + "type": "BondParametersEditedPart1!", "derived": "contract" }, { "name": "BondParametersEditedPart2Event", - "type": "BondParametersPart2Edited!", + "type": "BondParametersEditedPart2!", "derived": "contract" }, {