From c061b27a2cc605c37e296741906b5d57a9551427 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 7 Jan 2025 17:12:39 +0100 Subject: [PATCH] Update docs/docs/consumer-development/changeover-procedure.md Co-authored-by: MSalopek --- docs/docs/consumer-development/changeover-procedure.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/consumer-development/changeover-procedure.md b/docs/docs/consumer-development/changeover-procedure.md index c2ae8eb51e..660ec2b35d 100644 --- a/docs/docs/consumer-development/changeover-procedure.md +++ b/docs/docs/consumer-development/changeover-procedure.md @@ -43,7 +43,6 @@ interchain-security-pd query provider consumer-genesis [consumer-id] [flags] The consumer genesis state must be exported to a file and placed in the correct folder on the standalone chain before the upgrade. The file must be placed at the exact specified location, otherwise the upgrade will not be executed correctly. Usually the file is placed in `$NODE_HOME/config`, but the file name and the exact directory is dictated by the upgrade code on the `standalone` chain. -Please check exact instructions provided by the `standalone` chain team. After the `genesis.json` file has been made available, the process is equivalent to a normal on-chain upgrade. The standalone validator set will sign the next couple of blocks before transferring control to the initial ICS validator set.