Skip to content

Commit

Permalink
docs: add missing field in denom metadata
Browse files Browse the repository at this point in the history
`name` is a mandatory field and should be present in this example.

Origin:  ignite/cli#3351
Related code: https://github.com/cosmos/cosmos-sdk/blob/main/x/bank/types/metadata.go#L20
  • Loading branch information
tbruyelle authored Jan 2, 2023
1 parent 461cf87 commit 5734e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/architecture/adr-024-coin-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ As an example, the ATOM's metadata can be defined as follows:

```json
{
"name": "atom",
"description": "The native staking token of the Cosmos Hub.",
"denom_units": [
{
Expand Down

0 comments on commit 5734e63

Please sign in to comment.