diff --git a/x/README.md b/x/README.md index bfefdf1954..cbcdf4704a 100644 --- a/x/README.md +++ b/x/README.md @@ -11,6 +11,7 @@ Here are some production-grade modules that can be used in Cosmos SDK applicatio * [Bank](./bank/README.md) - Token transfer functionalities. * [Crisis](./crisis/README.md) - Halting the blockchain under certain circumstances (e.g. if an invariant is broken). * [Distribution](./distribution/README.md) - Fee distribution, and staking token provision distribution. +* [Epochs](./epochs/README.md) - Allow other modules to set that they would like to be signaled once every period * [Evidence](./evidence/README.md) - Evidence handling for double signing, misbehaviour, etc. * [Feegrant](./feegrant/README.md) - Grant fee allowances for executing transactions. * [Governance](./gov/README.md) - On-chain proposals and voting.