From e1114849fe2bda0dc950a76f404ce3e61c6164ef Mon Sep 17 00:00:00 2001 From: middev42069 <154486502+middev42069@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:23:28 -0500 Subject: [PATCH] fix network for mid coin --- assetlist.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/assetlist.json b/assetlist.json index f87b564..4e8b788 100644 --- a/assetlist.json +++ b/assetlist.json @@ -20,6 +20,26 @@ "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" + } + }, { "name": "SEIYAN", "description": "Sei's main memecoin", @@ -690,26 +710,6 @@ "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" - } } ] }