docs: update version references (backport #23898) (#23899)

Co-authored-by: plubber <51789398+ericHgorski@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
mergify[bot]
2025-03-05 12:51:29 -05:00
committed by GitHub
co-authored by plubber Alex | Interchain Labs
parent d38bf643ed
commit 89fee9c24c
8 changed files with 1255 additions and 38 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ satisfy this dependency graph which allows staking and slashing to depend on eac
In order to test and debug the module configuration, we need to build an app config, generally defined in a YAML file.
This configuration should be passed first to `appconfig.LoadYAML` to get an `depinject.Config` instance.Then the
`depinject.Config` can be passed to `depinject.Inject` and we can try to resolve dependencies in the app config.
Alternatively, the `depinject.Config` can be created via [pure Go code](https://github.com/cosmos/cosmos-sdk/blob/v0.47.0-rc1/simapp/app_config.go).
Alternatively, the `depinject.Config` can be created via [pure Go code](https://github.com/cosmos/cosmos-sdk/tree/release/v0.50.x/simapp/app_config.go).
Ex: