Skip to content

Commit 3aa4a12

Browse files
authored
add CCD to assetlist.json on coreum as native asset (#6023)
* add CDD to assetlist.json on coreum as native asset * ccd assetlist.json object on coreum
1 parent 1e8338e commit 3aa4a12

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

coreum/assetlist.json

+36
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,42 @@
271271
"twitter": "https://twitter.com/pulsara_io"
272272
},
273273
"type_asset": "sdk.coin"
274+
},
275+
{
276+
"description": "Rewards token designed to incentivize participation in Coreum Community DAO",
277+
"extended_description": "The Coreum Community DAO (CCD) token incentivizes and rewards members for their contributions and support in community growth and educational initiatives.",
278+
"denom_units": [
279+
{
280+
"denom": "uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv",
281+
"exponent": 0
282+
},
283+
{
284+
"denom": "ccd",
285+
"exponent": 6
286+
}
287+
],
288+
"base": "uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv",
289+
"name": "Coreum Community DAO Token",
290+
"display": "ccd",
291+
"symbol": "CCD",
292+
"logo_URIs": {
293+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png",
294+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg"
295+
},
296+
"images": [
297+
{
298+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png",
299+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg",
300+
"theme": {
301+
"primary_color_hex": "#a50dda"
302+
}
303+
}
304+
],
305+
"socials": {
306+
"website": "https://coreumcommunitydao.com/",
307+
"twitter": "https://x.com/Cor3_Community"
308+
},
309+
"type_asset": "sdk.coin"
274310
}
275311
]
276312
}

coreum/images/ccd.png

22.7 KB
Loading

coreum/images/ccd.svg

+22
Loading

0 commit comments

Comments
 (0)