Skip to content

Commit 762af64

Browse files
committed
fix: local multi validator
1 parent 21f2a33 commit 762af64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

local-multi-validator/scripts/setup-genesis-auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ if [ -f "$HOTKEYS_FILE" ]; then
447447
# Grant all 4 message types for this validator
448448
for MSG_TYPE in \
449449
"/uexecutor.v1.MsgVoteInbound" \
450-
"/uexecutor.v1.MsgVoteGasPrice" \
450+
"/uexecutor.v1.MsgVoteChainMeta" \
451451
"/uexecutor.v1.MsgVoteOutbound" \
452452
"/utss.v1.MsgVoteTssKeyProcess"
453453
do

local-multi-validator/scripts/setup-universal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ fi
217217

218218
echo "🔐 Waiting for AuthZ grants to be created by core validator..."
219219
echo "📝 Core validators create AuthZ grants after UV registration completes"
220-
echo "📋 Required grants: MsgVoteInbound, MsgVoteGasPrice, MsgVoteOutbound, MsgVoteTssKeyProcess"
220+
echo "📋 Required grants: MsgVoteInbound, MsgVoteChainMeta, MsgVoteOutbound, MsgVoteTssKeyProcess"
221221

222222
# Get the hotkey address
223223
HOTKEY_ADDR=$($BINARY keys show "$HOTKEY_NAME" --address --keyring-backend test --home "$HOME_DIR" 2>/dev/null || echo "")

0 commit comments

Comments
 (0)