Skip to content

Commit

Permalink
Add mid coin to assetlist.json (#31)
Browse files Browse the repository at this point in the history
* add mid coin to assetlist.json

* fix mid coin denom units
  • Loading branch information
middev42069 authored Dec 21, 2023
1 parent 2aed3b9 commit de469d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,26 @@
"images": {
"png": "https://github.com/cosmos/chain-registry/blob/master/testnets/seitestnet2/images/sei.png"
}
},
{
"name": "Mid",
"description": "The middest memecoin on the planet.",
"symbol": "MID",
"base": "factory/sei1q0xgrxtje0agpg6y6jy0u6pvruc62yml5e525vn7u0czm70ptusslzmzqd/mid",
"display": "mid",
"denom_units": [
{
"denom": "factory/sei1q0xgrxtje0agpg6y6jy0u6pvruc62yml5e525vn7u0czm70ptusslzmzqd/mid",
"exponent": 0
},
{
"denom": "mid",
"exponent": 6
}
],
"images": {
"png": "https://i.imgur.com/cLbYDpJ.png"
}
}
]
}

0 comments on commit de469d4

Please sign in to comment.