From 168b6c877657fdba0a32a65c5aa66a23e629679a Mon Sep 17 00:00:00 2001 From: Albert Andrejev Date: Mon, 27 May 2024 21:06:53 +0300 Subject: [PATCH] Add socials and extended_description fields to PHMN asset (#4715) * PHMN info update * Update assetlist.json --- juno/assetlist.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/juno/assetlist.json b/juno/assetlist.json index c79493e3f7..494e28d728 100644 --- a/juno/assetlist.json +++ b/juno/assetlist.json @@ -681,6 +681,7 @@ }, { "description": "The native token cw20 for PHMN on Juno Chain", + "extended_description": "$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator's commission rate, or exiting the network are determined by the PHMN community.", "type_asset": "cw20", "address": "juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l", "denom_units": [ @@ -707,7 +708,11 @@ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg" } - ] + ], + "socials": { + "website": "https://posthuman.digital/", + "twitter": "https://twitter.com/POSTHUMAN_DVS" + } }, { "description": "The native token cw20 for Hopers on Juno Chain", @@ -2220,4 +2225,4 @@ } } ] -} \ No newline at end of file +}