Skip to content

Commit

Permalink
Add announcement key in config (#2870)
Browse files Browse the repository at this point in the history
Adds a key in there that if it has funds, can be used the announce.
Otherwise the operator has to specify their own key or somebody else has
to announce
  • Loading branch information
nambrot authored Oct 30, 2023
1 parent 9491c7f commit 08cb6ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rust/config/mainnet3_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,10 @@
"validatorAnnounce": "0x2fa5F5C96419C222cDbCeC797D696e6cE428A7A9",
"index": {
"from": 437384
},
"signer": {
"signerType": "hexKey",
"key": "0x5486418967eabc770b0fcb995f7ef6d9a72f7fc195531ef76c5109f44f51af26"
}
},
"neutron": {
Expand All @@ -861,6 +865,11 @@
"index": {
"from": 4000000,
"chunk": 100000
},
"signer": {
"signerType": "cosmosKey",
"key": "0x5486418967eabc770b0fcb995f7ef6d9a72f7fc195531ef76c5109f44f51af26",
"prefix": "neutron"
}
},
"moonbeam": {
Expand Down

0 comments on commit 08cb6ff

Please sign in to comment.