From b487bcacb7f35a92d9068808c7b2271cd24ca66a Mon Sep 17 00:00:00 2001 From: george-dorin Date: Tue, 6 Aug 2024 16:59:10 +0300 Subject: [PATCH] Remove relay and relay config from OCR2 job spec graphql --- src/screens/Job/JobView.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/screens/Job/JobView.tsx b/src/screens/Job/JobView.tsx index 2c4e4e76..1ddcd01e 100644 --- a/src/screens/Job/JobView.tsx +++ b/src/screens/Job/JobView.tsx @@ -65,8 +65,6 @@ const JOB_PAYLOAD__SPEC = gql` ocrKeyBundleID monitoringEndpoint p2pv2Bootstrappers - relay - relayConfig transmitterID pluginType pluginConfig @@ -138,11 +136,6 @@ const JOB_PAYLOAD__SPEC = gql` workflowOwner workflow } - ... on StandardCapabilitiesSpec { - command - config - createdAt - } } ` @@ -182,6 +175,7 @@ export const JOB_PAYLOAD_FIELDS = gql` maxTaskDuration gasLimit forwardingAllowed + relayConfig spec { __typename ...JobPayload_Spec