Skip to content

Commit 306da6a

Browse files
author
Normalnoise
authored
Merge pull request #209 from swanchain/fea-use-str-to-deploy
Update OrchestratorPK
2 parents 89c98ad + 94380fe commit 306da6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ make install
372372
373373
[HUB]
374374
BalanceThreshold= 10 # The cp’s collateral balance threshold
375-
OrchestratorPk = "0xE2F887D4Ed3E4E5179C2f30c6Fdb2344cCbB21b6" # Orchestrator's public key, CP only accept the task from this Orchestrator
375+
OrchestratorPk = "0xd875bD44158208fD0FDD46729Aab6709f62C7821" # Orchestrator's public key, CP only accept the task from this Orchestrator
376376
VerifySign = true # Verify that the task signature is from Orchestrator
377377
378378
[MCS]

config.toml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ KeyFile = "/YOUR_DOMAIN_NAME_KEY_PATH/server.key" # Your
2525

2626
[HUB]
2727
BalanceThreshold= 10 # The cp’s collateral balance threshold
28-
OrchestratorPk = "0xE2F887D4Ed3E4E5179C2f30c6Fdb2344cCbB21b6" # Orchestrator's public key, CP only accept the task from this Orchestrator
28+
OrchestratorPk = "0xd875bD44158208fD0FDD46729Aab6709f62C7821" # Orchestrator's public key, CP only accept the task from this Orchestrator
2929
VerifySign = true # Verify that the task signature is from Orchestrator
3030

3131
[MCS]

0 commit comments

Comments
 (0)