From 059c5805fec6140a626143cfe0049216d52cb36c Mon Sep 17 00:00:00 2001 From: "stefan.balea" Date: Tue, 26 Nov 2024 01:19:11 +0200 Subject: [PATCH] added SPICE to BeeZee assetlist --- beezee/assetlist.json | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/beezee/assetlist.json b/beezee/assetlist.json index 971c7b0864..5684f89dfa 100644 --- a/beezee/assetlist.json +++ b/beezee/assetlist.json @@ -267,6 +267,55 @@ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg" } + }, + { + "description": "The Spice memecoin", + "denom_units": [ + { + "denom": "ibc/08EAEAB525E59C611D5BD8FAC4BE65DF65A69E62874377F6889BBD01A33F385F", + "exponent": 0 + }, + { + "denom": "Spice", + "exponent": 6 + } + ], + "type_asset": "ics20", + "base": "ibc/08EAEAB525E59C611D5BD8FAC4BE65DF65A69E62874377F6889BBD01A33F385F", + "name": "Spice", + "display": "Spice", + "symbol": "SPICE", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png" + }, + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png", + "theme": { + "primary_color_hex": "#e5ba44" + } + } + ], + "keywords": [ + "meme" + ], + "socials": { + "twitter": "https://x.com/spiceoncosmos" + }, + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "osmosis", + "base_denom": "factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice", + "channel_id": "channel-340" + }, + "chain": { + "channel_id": "channel-0", + "path": "transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice" + } + } + ] } ] } \ No newline at end of file