Skip to content

Commit 0ccfc20

Browse files
Merge pull request #33 from smartcontractkit/bug/MERC-293/display-spec-feed-id
2 parents d17e013 + 374e9b4 commit 0ccfc20

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.changeset/eighty-moose-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@smartcontractkit/operator-ui': minor
3+
---
4+
5+
Displays feed ID on OCR2 JobSpec

src/screens/Job/JobView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const JOB_PAYLOAD__SPEC = gql`
7777
transmitterID
7878
pluginType
7979
pluginConfig
80+
feedID
8081
}
8182
... on VRFSpec {
8283
evmChainID

src/screens/Job/generateJobDefinition.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ observationTimeout = "10s"
386386
juelsPerFeeCoinSource: '1000000000',
387387
},
388388
transmitterID: '0x01010CaB43e77116c95745D219af1069fE050d7A',
389+
feedID: 'feed-id',
389390
},
390391
runs: {
391392
results: [],
@@ -414,6 +415,7 @@ p2pv2Bootstrappers = [
414415
]
415416
relay = "evm"
416417
pluginType = "median"
418+
feedID = "feed-id"
417419
transmitterID = "0x01010CaB43e77116c95745D219af1069fE050d7A"
418420
observationSource = """
419421
fetch [type=http method=POST url="http://localhost:8001" requestData="{\\\\"hi\\\\": \\\\"hello\\\\"}"];

src/screens/Job/generateJobDefinition.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ export const generateJobDefinition = (
188188
'relayConfig',
189189
'pluginType',
190190
'pluginConfig',
191+
'feedID',
191192
),
192193
// We need to call 'extractSpecFields' again here so we get the spec
193194
// fields displaying in alphabetical order.

0 commit comments

Comments
 (0)