From 08cb6ffb684a5bcb3ff08dc4dd14383d95f2a61d Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Mon, 30 Oct 2023 05:34:15 -0400 Subject: [PATCH] Add announcement key in config (#2870) 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 --- rust/config/mainnet3_config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rust/config/mainnet3_config.json b/rust/config/mainnet3_config.json index 8546d43633..7285ae42a4 100644 --- a/rust/config/mainnet3_config.json +++ b/rust/config/mainnet3_config.json @@ -838,6 +838,10 @@ "validatorAnnounce": "0x2fa5F5C96419C222cDbCeC797D696e6cE428A7A9", "index": { "from": 437384 + }, + "signer": { + "signerType": "hexKey", + "key": "0x5486418967eabc770b0fcb995f7ef6d9a72f7fc195531ef76c5109f44f51af26" } }, "neutron": { @@ -861,6 +865,11 @@ "index": { "from": 4000000, "chunk": 100000 + }, + "signer": { + "signerType": "cosmosKey", + "key": "0x5486418967eabc770b0fcb995f7ef6d9a72f7fc195531ef76c5109f44f51af26", + "prefix": "neutron" } }, "moonbeam": {