Update UPGRADING.md (#13428)

This commit is contained in:
Robert Zaremba 2022-09-30 18:24:07 +01:00 committed by GitHub
parent eb32125f8e
commit 87e0017776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,8 @@ Additionally, new packages have been introduced in order to further split the co
* `errors` should replace `types/errors` when registering errors or wrapping SDK errors.
* `math` contains the `Int` or `Uint` types that are used in the SDK.
* `x/nft` an NFT base module.
* `x/group` a group module allowing to create DAOs, multisig and policies. Greatly composes with `x/authz`.
#### `x/authz`