Skip to content

Commit

Permalink
Add sample metadata json for proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed Mar 29, 2024
1 parent d6cd8d6 commit 747e08f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Cosmos Hub Atom",
"symbol": "ATOM",
"description": "The native staking token of the Cosmos Hub.",
"denom_units": [
{"denom": "uatom", "exponent": 0, "aliases": ["microatom"]},
{"denom": "matom", "exponent": 3, "aliases": ["milliatom"]},
{"denom": "atom", "exponent": 6, "aliases": []}
],
"base": "uatom",
"display": "atom"
}

0 comments on commit 747e08f

Please sign in to comment.