Skip to content

Commit ca7d0b1

Browse files
committed
add migration manager docs link
1 parent 217066d commit ca7d0b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/guides/migrating-to-ev-abci.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ func main() {
115115

116116
If your chain utilizes the `migrationmngr` module to transition from a PoS validator set to a sequencer-based model, you must ensure that the standard `staking` module does not send conflicting validator updates during the migration.
117117

118+
*Note: In order to understand the migration manager in depth, please refer to the [migration manager documentation](https://github.com/evstack/ev-abci/tree/main/modules/migrationmngr).*
119+
118120
### For Chains Using the `migrationmngr` Module
119121

120122
**Goal:** To ensure the `migrationmngr` module is the *sole* source of validator set updates during a migration.

0 commit comments

Comments
 (0)