docs: more app v2 renaming (#21336)
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ be a matter of minutes and not even require them to be awake at that time.
|
||||
## Integrating With An App
|
||||
|
||||
:::tip
|
||||
The following is not required for users using `depinject` / app v2, this is abstracted for them.
|
||||
The following is not required for users using `depinject`, this is abstracted for them.
|
||||
:::
|
||||
|
||||
In addition to basic module wiring, setup the upgrade Keeper for the app and then define a `PreBlocker` that calls the upgrade
|
||||
|
||||
+1
-1
@@ -260,7 +260,7 @@ Here's an example of a concrete integration within an `simapp`:
|
||||
https://github.com/cosmos/cosmos-sdk/blob/v0.50.0-alpha.0/simapp/app.go#L411-L434
|
||||
```
|
||||
|
||||
This is the same example from `runtime` (the package that powers app v2):
|
||||
This is the same example from `runtime` (the package that powers app di):
|
||||
|
||||
```go reference
|
||||
https://github.com/cosmos/cosmos-sdk/blob/v0.50.0-alpha.0/runtime/module.go#L61
|
||||
|
||||
Reference in New Issue
Block a user