Skip to content

Commit 3f4604b

Browse files
Remove default scratchnet scan client config (#3371)
Signed-off-by: Julien Tinguely <[email protected]>
1 parent 4e67bc6 commit 3f4604b

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

cluster/deployment/config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,3 @@ validators:
172172
nodeIdentifier: 'validator-runbook'
173173
partyHint: 'digitalasset-testValidator-1'
174174
onboardingSecret: 'validatorsecret'
175-
validatorApp:
176-
scanClient:
177-
scanType: "bft-custom"
178-
seedUrls: [ "https://scan.sv-2-eng.scratchb.network.canton.global","https://scan.sv-3-eng.scratchb.network.canton.global" ]
179-
threshold: 2
180-
trustedSvs: ["Digital-Asset-Eng-2","Digital-Asset-Eng-3"]

cluster/deployment/mock/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ validators:
253253
value: ADDITIONAL_ENV_VAR_VALIDATOR_PARTICIPANT_VALUE
254254
additionalJvmOptions: -Dparticipantoption
255255
validatorApp:
256+
scanClient:
257+
scanType: "bft-custom"
258+
seedUrls: [ "https://scan.sv-2-eng.test.network.canton.global","https://scan.sv-3-eng.test.network.canton.global" ]
259+
threshold: 2
260+
trustedSvs: [ "Digital-Asset-Eng-2","Digital-Asset-Eng-3" ]
256261
additionalEnvVars:
257262
- name: ADDITIONAL_ENV_VAR_VALIDATOR_NAME
258263
value: ADDITIONAL_ENV_VAR_VALIDATOR_NAME

cluster/expected/validator-runbook/expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,8 @@
722722
"scanClient": {
723723
"scanType": "bft-custom",
724724
"seedUrls": [
725-
"https://scan.sv-2-eng.scratchb.network.canton.global",
726-
"https://scan.sv-3-eng.scratchb.network.canton.global"
725+
"https://scan.sv-2-eng.test.network.canton.global",
726+
"https://scan.sv-3-eng.test.network.canton.global"
727727
],
728728
"threshold": 2,
729729
"trustedSvs": [

0 commit comments

Comments
 (0)