From b5df668f0d404d3e8b939bdfd42f51ef5b2e3cad Mon Sep 17 00:00:00 2001 From: GGkingken <81624274+GGkingken@users.noreply.github.com> Date: Mon, 4 May 2026 16:07:03 +0200 Subject: [PATCH] Add Nether asset to assetlist.json Added details for the Nether asset including description, denom units, type, base, name, display, symbol, and image. --- cosmoshub/assetlist.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/cosmoshub/assetlist.json b/cosmoshub/assetlist.json index 59ed496be1..795a7bc46c 100644 --- a/cosmoshub/assetlist.json +++ b/cosmoshub/assetlist.json @@ -1,3 +1,26 @@ +{ + "description": "Nether is the store of value of the underworld — a currency formed from what cannot return. It is not created freely, only extracted through irreversible cost. Where all things decay, Nether remains.", + "denom_units": [ + { + "denom": "factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether", + "exponent": 0 + }, + { + "denom": "nthr", + "exponent": 6 + } + ], + "type_asset": "sdk.coin", + "base": "factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether", + "name": "Nether", + "display": "nthr", + "symbol": "NTHR", + "images": [ + { + "png": "https://backend.dungeongames.io/uploads/55ff0afd7f4957448c375ccf.png" + } + ] +} { "$schema": "../assetlist.schema.json", "chain_name": "cosmoshub", @@ -1267,4 +1290,4 @@ "coingecko_id": "dragon-coin-2" } ] -} \ No newline at end of file +}