Skip to content

Commit b286a55

Browse files
authored
chore: remove maxGasPriceGWei from UI for VRF (#12)
* chore: remove maxGasPriceGWei from UI for VRF This job spec parameter is removed in smartcontractkit/chainlink#7721 * chore: add changeset
1 parent 60f5adf commit b286a55

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.changeset/dirty-eels-drive.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+
Remove the `maxGasPriceGWei` field from VRF job details page.

src/screens/Job/JobView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ const JOB_PAYLOAD__SPEC = gql`
9494
requestTimeout
9595
backoffInitialDelay
9696
backoffMaxDelay
97-
maxGasPriceGWei
9897
}
9998
... on BlockhashStoreSpec {
10099
coordinatorV1Address

src/screens/Job/generateJobDefinition.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ juelsPerFeeCoinSource = "1000000000"
461461
chunkSize: 25,
462462
backoffInitialDelay: '1m',
463463
backoffMaxDelay: '1h',
464-
maxGasPriceGWei: 200,
465464
},
466465
observationSource:
467466
' fetch [type=http method=POST url="http://localhost:8001" requestData="{\\"hi\\": \\"hello\\"}"];\n parse [type=jsonparse path="data,result"];\n multiply [type=multiply times=100];\n fetch -> parse -> multiply;\n',
@@ -487,7 +486,6 @@ batchFulfillmentGasMultiplier = 1
487486
chunkSize = 25
488487
backoffInitialDelay = "1m"
489488
backoffMaxDelay = "1h"
490-
maxGasPriceGWei = 200
491489
observationSource = """
492490
fetch [type=http method=POST url="http://localhost:8001" requestData="{\\\\"hi\\\\": \\\\"hello\\\\"}"];
493491
parse [type=jsonparse path="data,result"];

src/screens/Job/generateJobDefinition.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ export const generateJobDefinition = (
215215
'chunkSize',
216216
'backoffInitialDelay',
217217
'backoffMaxDelay',
218-
'maxGasPriceGWei',
219218
),
220219
...extractObservationSourceField(job),
221220
}

0 commit comments

Comments
 (0)