@chain-registry/assets 1.70.150 → 1.70.152
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/axelar.js +84 -0
- package/esm/mainnet/bandchain.js +84 -0
- package/esm/mainnet/cosmoshub.js +84 -0
- package/esm/mainnet/doravota.js +84 -0
- package/esm/mainnet/dydx.js +84 -0
- package/esm/mainnet/evmos.js +84 -0
- package/esm/mainnet/gravitybridge.js +84 -0
- package/esm/mainnet/kava.js +84 -0
- package/esm/mainnet/kujira.js +84 -0
- package/esm/mainnet/noble.js +84 -0
- package/esm/mainnet/osmosis.js +84 -0
- package/esm/mainnet/secretnetwork.js +84 -0
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +84 -0
- package/mainnet/bandchain.js +84 -0
- package/mainnet/cosmoshub.js +84 -0
- package/mainnet/doravota.js +84 -0
- package/mainnet/dydx.js +84 -0
- package/mainnet/evmos.js +84 -0
- package/mainnet/gravitybridge.js +84 -0
- package/mainnet/kava.js +84 -0
- package/mainnet/kujira.js +84 -0
- package/mainnet/noble.js +84 -0
- package/mainnet/osmosis.js +84 -0
- package/mainnet/secretnetwork.js +84 -0
- package/package.json +5 -5
package/esm/mainnet/axelar.js
CHANGED
|
@@ -929,6 +929,48 @@ const assets = {
|
|
|
929
929
|
}
|
|
930
930
|
}]
|
|
931
931
|
},
|
|
932
|
+
{
|
|
933
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
934
|
+
denom_units: [{
|
|
935
|
+
denom: 'ibc/4361AF026C363D935BB4BEFBE30089B3476C991449222014EF828FE4437C3471',
|
|
936
|
+
exponent: 0,
|
|
937
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
938
|
+
}, {
|
|
939
|
+
denom: 'ccd',
|
|
940
|
+
exponent: 6
|
|
941
|
+
}],
|
|
942
|
+
base: 'ibc/4361AF026C363D935BB4BEFBE30089B3476C991449222014EF828FE4437C3471',
|
|
943
|
+
name: 'Coreum Community DAO Token',
|
|
944
|
+
display: 'ccd',
|
|
945
|
+
symbol: 'CCD',
|
|
946
|
+
logo_URIs: {
|
|
947
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
948
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
949
|
+
},
|
|
950
|
+
images: [{
|
|
951
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
952
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
953
|
+
theme: {
|
|
954
|
+
primary_color_hex: '#a50dda'
|
|
955
|
+
}
|
|
956
|
+
}],
|
|
957
|
+
socials: {
|
|
958
|
+
website: 'https://coreumcommunitydao.com/',
|
|
959
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
960
|
+
},
|
|
961
|
+
type_asset: 'sdk.coin',
|
|
962
|
+
traces: [{
|
|
963
|
+
type: 'ibc',
|
|
964
|
+
counterparty: {
|
|
965
|
+
channel_id: 'channel-6',
|
|
966
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
967
|
+
chain_name: 'coreum'
|
|
968
|
+
},
|
|
969
|
+
chain: {
|
|
970
|
+
channel_id: 'channel-120'
|
|
971
|
+
}
|
|
972
|
+
}]
|
|
973
|
+
},
|
|
932
974
|
{
|
|
933
975
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
934
976
|
denom_units: [{
|
|
@@ -8467,6 +8509,48 @@ const assets = {
|
|
|
8467
8509
|
}
|
|
8468
8510
|
}]
|
|
8469
8511
|
},
|
|
8512
|
+
{
|
|
8513
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
8514
|
+
denom_units: [{
|
|
8515
|
+
denom: 'ibc/4361AF026C363D935BB4BEFBE30089B3476C991449222014EF828FE4437C3471',
|
|
8516
|
+
exponent: 0,
|
|
8517
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
8518
|
+
}, {
|
|
8519
|
+
denom: 'ccd',
|
|
8520
|
+
exponent: 6
|
|
8521
|
+
}],
|
|
8522
|
+
base: 'ibc/4361AF026C363D935BB4BEFBE30089B3476C991449222014EF828FE4437C3471',
|
|
8523
|
+
name: 'Coreum Community DAO Token',
|
|
8524
|
+
display: 'ccd',
|
|
8525
|
+
symbol: 'CCD',
|
|
8526
|
+
logo_URIs: {
|
|
8527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
8528
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
8529
|
+
},
|
|
8530
|
+
images: [{
|
|
8531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
8532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
8533
|
+
theme: {
|
|
8534
|
+
primary_color_hex: '#a50dda'
|
|
8535
|
+
}
|
|
8536
|
+
}],
|
|
8537
|
+
socials: {
|
|
8538
|
+
website: 'https://coreumcommunitydao.com/',
|
|
8539
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
8540
|
+
},
|
|
8541
|
+
type_asset: 'sdk.coin',
|
|
8542
|
+
traces: [{
|
|
8543
|
+
type: 'ibc',
|
|
8544
|
+
counterparty: {
|
|
8545
|
+
channel_id: 'channel-6',
|
|
8546
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
8547
|
+
chain_name: 'coreum'
|
|
8548
|
+
},
|
|
8549
|
+
chain: {
|
|
8550
|
+
channel_id: 'channel-120'
|
|
8551
|
+
}
|
|
8552
|
+
}]
|
|
8553
|
+
},
|
|
8470
8554
|
{
|
|
8471
8555
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
8472
8556
|
denom_units: [{
|
package/esm/mainnet/bandchain.js
CHANGED
|
@@ -148,6 +148,48 @@ const assets = {
|
|
|
148
148
|
}
|
|
149
149
|
}]
|
|
150
150
|
},
|
|
151
|
+
{
|
|
152
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
153
|
+
denom_units: [{
|
|
154
|
+
denom: 'ibc/19655B590E84B9C75AB19057160215E98C6A7B95C4D4045C96A01062D9B9213A',
|
|
155
|
+
exponent: 0,
|
|
156
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
157
|
+
}, {
|
|
158
|
+
denom: 'ccd',
|
|
159
|
+
exponent: 6
|
|
160
|
+
}],
|
|
161
|
+
base: 'ibc/19655B590E84B9C75AB19057160215E98C6A7B95C4D4045C96A01062D9B9213A',
|
|
162
|
+
name: 'Coreum Community DAO Token',
|
|
163
|
+
display: 'ccd',
|
|
164
|
+
symbol: 'CCD',
|
|
165
|
+
logo_URIs: {
|
|
166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
168
|
+
},
|
|
169
|
+
images: [{
|
|
170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
172
|
+
theme: {
|
|
173
|
+
primary_color_hex: '#a50dda'
|
|
174
|
+
}
|
|
175
|
+
}],
|
|
176
|
+
socials: {
|
|
177
|
+
website: 'https://coreumcommunitydao.com/',
|
|
178
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
179
|
+
},
|
|
180
|
+
type_asset: 'sdk.coin',
|
|
181
|
+
traces: [{
|
|
182
|
+
type: 'ibc',
|
|
183
|
+
counterparty: {
|
|
184
|
+
channel_id: 'channel-20',
|
|
185
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
186
|
+
chain_name: 'coreum'
|
|
187
|
+
},
|
|
188
|
+
chain: {
|
|
189
|
+
channel_id: 'channel-159'
|
|
190
|
+
}
|
|
191
|
+
}]
|
|
192
|
+
},
|
|
151
193
|
{
|
|
152
194
|
description: 'The native token of Osmosis',
|
|
153
195
|
denom_units: [{
|
|
@@ -426,6 +468,48 @@ const assets = {
|
|
|
426
468
|
}
|
|
427
469
|
}]
|
|
428
470
|
},
|
|
471
|
+
{
|
|
472
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
473
|
+
denom_units: [{
|
|
474
|
+
denom: 'ibc/19655B590E84B9C75AB19057160215E98C6A7B95C4D4045C96A01062D9B9213A',
|
|
475
|
+
exponent: 0,
|
|
476
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
477
|
+
}, {
|
|
478
|
+
denom: 'ccd',
|
|
479
|
+
exponent: 6
|
|
480
|
+
}],
|
|
481
|
+
base: 'ibc/19655B590E84B9C75AB19057160215E98C6A7B95C4D4045C96A01062D9B9213A',
|
|
482
|
+
name: 'Coreum Community DAO Token',
|
|
483
|
+
display: 'ccd',
|
|
484
|
+
symbol: 'CCD',
|
|
485
|
+
logo_URIs: {
|
|
486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
488
|
+
},
|
|
489
|
+
images: [{
|
|
490
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
491
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
492
|
+
theme: {
|
|
493
|
+
primary_color_hex: '#a50dda'
|
|
494
|
+
}
|
|
495
|
+
}],
|
|
496
|
+
socials: {
|
|
497
|
+
website: 'https://coreumcommunitydao.com/',
|
|
498
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
499
|
+
},
|
|
500
|
+
type_asset: 'sdk.coin',
|
|
501
|
+
traces: [{
|
|
502
|
+
type: 'ibc',
|
|
503
|
+
counterparty: {
|
|
504
|
+
channel_id: 'channel-20',
|
|
505
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
506
|
+
chain_name: 'coreum'
|
|
507
|
+
},
|
|
508
|
+
chain: {
|
|
509
|
+
channel_id: 'channel-159'
|
|
510
|
+
}
|
|
511
|
+
}]
|
|
512
|
+
},
|
|
429
513
|
{
|
|
430
514
|
description: 'The native token of Osmosis',
|
|
431
515
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -1084,6 +1084,48 @@ const assets = {
|
|
|
1084
1084
|
}
|
|
1085
1085
|
}]
|
|
1086
1086
|
},
|
|
1087
|
+
{
|
|
1088
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
1089
|
+
denom_units: [{
|
|
1090
|
+
denom: 'ibc/A00617311B890966444673FC25D254EE1C3769ACD90EF8660C677E62B2C928F6',
|
|
1091
|
+
exponent: 0,
|
|
1092
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
1093
|
+
}, {
|
|
1094
|
+
denom: 'ccd',
|
|
1095
|
+
exponent: 6
|
|
1096
|
+
}],
|
|
1097
|
+
base: 'ibc/A00617311B890966444673FC25D254EE1C3769ACD90EF8660C677E62B2C928F6',
|
|
1098
|
+
name: 'Coreum Community DAO Token',
|
|
1099
|
+
display: 'ccd',
|
|
1100
|
+
symbol: 'CCD',
|
|
1101
|
+
logo_URIs: {
|
|
1102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
1104
|
+
},
|
|
1105
|
+
images: [{
|
|
1106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
1108
|
+
theme: {
|
|
1109
|
+
primary_color_hex: '#a50dda'
|
|
1110
|
+
}
|
|
1111
|
+
}],
|
|
1112
|
+
socials: {
|
|
1113
|
+
website: 'https://coreumcommunitydao.com/',
|
|
1114
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
1115
|
+
},
|
|
1116
|
+
type_asset: 'sdk.coin',
|
|
1117
|
+
traces: [{
|
|
1118
|
+
type: 'ibc',
|
|
1119
|
+
counterparty: {
|
|
1120
|
+
channel_id: 'channel-9',
|
|
1121
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
1122
|
+
chain_name: 'coreum'
|
|
1123
|
+
},
|
|
1124
|
+
chain: {
|
|
1125
|
+
channel_id: 'channel-660'
|
|
1126
|
+
}
|
|
1127
|
+
}]
|
|
1128
|
+
},
|
|
1087
1129
|
{
|
|
1088
1130
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
1089
1131
|
denom_units: [{
|
|
@@ -2167,6 +2209,48 @@ const assets = {
|
|
|
2167
2209
|
}
|
|
2168
2210
|
}]
|
|
2169
2211
|
},
|
|
2212
|
+
{
|
|
2213
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
2214
|
+
denom_units: [{
|
|
2215
|
+
denom: 'ibc/A00617311B890966444673FC25D254EE1C3769ACD90EF8660C677E62B2C928F6',
|
|
2216
|
+
exponent: 0,
|
|
2217
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
2218
|
+
}, {
|
|
2219
|
+
denom: 'ccd',
|
|
2220
|
+
exponent: 6
|
|
2221
|
+
}],
|
|
2222
|
+
base: 'ibc/A00617311B890966444673FC25D254EE1C3769ACD90EF8660C677E62B2C928F6',
|
|
2223
|
+
name: 'Coreum Community DAO Token',
|
|
2224
|
+
display: 'ccd',
|
|
2225
|
+
symbol: 'CCD',
|
|
2226
|
+
logo_URIs: {
|
|
2227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
2228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
2229
|
+
},
|
|
2230
|
+
images: [{
|
|
2231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
2232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
2233
|
+
theme: {
|
|
2234
|
+
primary_color_hex: '#a50dda'
|
|
2235
|
+
}
|
|
2236
|
+
}],
|
|
2237
|
+
socials: {
|
|
2238
|
+
website: 'https://coreumcommunitydao.com/',
|
|
2239
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
2240
|
+
},
|
|
2241
|
+
type_asset: 'sdk.coin',
|
|
2242
|
+
traces: [{
|
|
2243
|
+
type: 'ibc',
|
|
2244
|
+
counterparty: {
|
|
2245
|
+
channel_id: 'channel-9',
|
|
2246
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
2247
|
+
chain_name: 'coreum'
|
|
2248
|
+
},
|
|
2249
|
+
chain: {
|
|
2250
|
+
channel_id: 'channel-660'
|
|
2251
|
+
}
|
|
2252
|
+
}]
|
|
2253
|
+
},
|
|
2170
2254
|
{
|
|
2171
2255
|
description: 'The native token of Crescent',
|
|
2172
2256
|
denom_units: [{
|
package/esm/mainnet/doravota.js
CHANGED
|
@@ -275,6 +275,48 @@ const assets = {
|
|
|
275
275
|
}
|
|
276
276
|
}]
|
|
277
277
|
},
|
|
278
|
+
{
|
|
279
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
280
|
+
denom_units: [{
|
|
281
|
+
denom: 'ibc/3D7397AF229719B13EF6C06B7A447207AD46CCC5366B7D9E9BCB1C9DBC11A856',
|
|
282
|
+
exponent: 0,
|
|
283
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
284
|
+
}, {
|
|
285
|
+
denom: 'ccd',
|
|
286
|
+
exponent: 6
|
|
287
|
+
}],
|
|
288
|
+
base: 'ibc/3D7397AF229719B13EF6C06B7A447207AD46CCC5366B7D9E9BCB1C9DBC11A856',
|
|
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
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
298
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
299
|
+
theme: {
|
|
300
|
+
primary_color_hex: '#a50dda'
|
|
301
|
+
}
|
|
302
|
+
}],
|
|
303
|
+
socials: {
|
|
304
|
+
website: 'https://coreumcommunitydao.com/',
|
|
305
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
306
|
+
},
|
|
307
|
+
type_asset: 'sdk.coin',
|
|
308
|
+
traces: [{
|
|
309
|
+
type: 'ibc',
|
|
310
|
+
counterparty: {
|
|
311
|
+
channel_id: 'channel-10',
|
|
312
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
313
|
+
chain_name: 'coreum'
|
|
314
|
+
},
|
|
315
|
+
chain: {
|
|
316
|
+
channel_id: 'channel-2'
|
|
317
|
+
}
|
|
318
|
+
}]
|
|
319
|
+
},
|
|
278
320
|
{
|
|
279
321
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
280
322
|
denom_units: [{
|
|
@@ -592,6 +634,48 @@ const assets = {
|
|
|
592
634
|
}
|
|
593
635
|
}]
|
|
594
636
|
},
|
|
637
|
+
{
|
|
638
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
639
|
+
denom_units: [{
|
|
640
|
+
denom: 'ibc/3D7397AF229719B13EF6C06B7A447207AD46CCC5366B7D9E9BCB1C9DBC11A856',
|
|
641
|
+
exponent: 0,
|
|
642
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
643
|
+
}, {
|
|
644
|
+
denom: 'ccd',
|
|
645
|
+
exponent: 6
|
|
646
|
+
}],
|
|
647
|
+
base: 'ibc/3D7397AF229719B13EF6C06B7A447207AD46CCC5366B7D9E9BCB1C9DBC11A856',
|
|
648
|
+
name: 'Coreum Community DAO Token',
|
|
649
|
+
display: 'ccd',
|
|
650
|
+
symbol: 'CCD',
|
|
651
|
+
logo_URIs: {
|
|
652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
654
|
+
},
|
|
655
|
+
images: [{
|
|
656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
657
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
658
|
+
theme: {
|
|
659
|
+
primary_color_hex: '#a50dda'
|
|
660
|
+
}
|
|
661
|
+
}],
|
|
662
|
+
socials: {
|
|
663
|
+
website: 'https://coreumcommunitydao.com/',
|
|
664
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
665
|
+
},
|
|
666
|
+
type_asset: 'sdk.coin',
|
|
667
|
+
traces: [{
|
|
668
|
+
type: 'ibc',
|
|
669
|
+
counterparty: {
|
|
670
|
+
channel_id: 'channel-10',
|
|
671
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
672
|
+
chain_name: 'coreum'
|
|
673
|
+
},
|
|
674
|
+
chain: {
|
|
675
|
+
channel_id: 'channel-2'
|
|
676
|
+
}
|
|
677
|
+
}]
|
|
678
|
+
},
|
|
595
679
|
{
|
|
596
680
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
597
681
|
denom_units: [{
|
package/esm/mainnet/dydx.js
CHANGED
|
@@ -148,6 +148,48 @@ const assets = {
|
|
|
148
148
|
}
|
|
149
149
|
}]
|
|
150
150
|
},
|
|
151
|
+
{
|
|
152
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
153
|
+
denom_units: [{
|
|
154
|
+
denom: 'ibc/3C61F622DF964A31FEC118572441CDE1B868A44ECBC08052D8BF2294CC2A2DA7',
|
|
155
|
+
exponent: 0,
|
|
156
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
157
|
+
}, {
|
|
158
|
+
denom: 'ccd',
|
|
159
|
+
exponent: 6
|
|
160
|
+
}],
|
|
161
|
+
base: 'ibc/3C61F622DF964A31FEC118572441CDE1B868A44ECBC08052D8BF2294CC2A2DA7',
|
|
162
|
+
name: 'Coreum Community DAO Token',
|
|
163
|
+
display: 'ccd',
|
|
164
|
+
symbol: 'CCD',
|
|
165
|
+
logo_URIs: {
|
|
166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
168
|
+
},
|
|
169
|
+
images: [{
|
|
170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
172
|
+
theme: {
|
|
173
|
+
primary_color_hex: '#a50dda'
|
|
174
|
+
}
|
|
175
|
+
}],
|
|
176
|
+
socials: {
|
|
177
|
+
website: 'https://coreumcommunitydao.com/',
|
|
178
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
179
|
+
},
|
|
180
|
+
type_asset: 'sdk.coin',
|
|
181
|
+
traces: [{
|
|
182
|
+
type: 'ibc',
|
|
183
|
+
counterparty: {
|
|
184
|
+
channel_id: 'channel-24',
|
|
185
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
186
|
+
chain_name: 'coreum'
|
|
187
|
+
},
|
|
188
|
+
chain: {
|
|
189
|
+
channel_id: 'channel-14'
|
|
190
|
+
}
|
|
191
|
+
}]
|
|
192
|
+
},
|
|
151
193
|
{
|
|
152
194
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
153
195
|
denom_units: [{
|
|
@@ -333,6 +375,48 @@ const assets = {
|
|
|
333
375
|
}
|
|
334
376
|
}]
|
|
335
377
|
},
|
|
378
|
+
{
|
|
379
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
380
|
+
denom_units: [{
|
|
381
|
+
denom: 'ibc/3C61F622DF964A31FEC118572441CDE1B868A44ECBC08052D8BF2294CC2A2DA7',
|
|
382
|
+
exponent: 0,
|
|
383
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
384
|
+
}, {
|
|
385
|
+
denom: 'ccd',
|
|
386
|
+
exponent: 6
|
|
387
|
+
}],
|
|
388
|
+
base: 'ibc/3C61F622DF964A31FEC118572441CDE1B868A44ECBC08052D8BF2294CC2A2DA7',
|
|
389
|
+
name: 'Coreum Community DAO Token',
|
|
390
|
+
display: 'ccd',
|
|
391
|
+
symbol: 'CCD',
|
|
392
|
+
logo_URIs: {
|
|
393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
395
|
+
},
|
|
396
|
+
images: [{
|
|
397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
399
|
+
theme: {
|
|
400
|
+
primary_color_hex: '#a50dda'
|
|
401
|
+
}
|
|
402
|
+
}],
|
|
403
|
+
socials: {
|
|
404
|
+
website: 'https://coreumcommunitydao.com/',
|
|
405
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
406
|
+
},
|
|
407
|
+
type_asset: 'sdk.coin',
|
|
408
|
+
traces: [{
|
|
409
|
+
type: 'ibc',
|
|
410
|
+
counterparty: {
|
|
411
|
+
channel_id: 'channel-24',
|
|
412
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
413
|
+
chain_name: 'coreum'
|
|
414
|
+
},
|
|
415
|
+
chain: {
|
|
416
|
+
channel_id: 'channel-14'
|
|
417
|
+
}
|
|
418
|
+
}]
|
|
419
|
+
},
|
|
336
420
|
{
|
|
337
421
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
338
422
|
denom_units: [{
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -556,6 +556,48 @@ const assets = {
|
|
|
556
556
|
}
|
|
557
557
|
}]
|
|
558
558
|
},
|
|
559
|
+
{
|
|
560
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
561
|
+
denom_units: [{
|
|
562
|
+
denom: 'ibc/FFA1E892C43F7D1E6FCDF0422E013F3EE2C5F65F9015253E790CE82888BD62DA',
|
|
563
|
+
exponent: 0,
|
|
564
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
565
|
+
}, {
|
|
566
|
+
denom: 'ccd',
|
|
567
|
+
exponent: 6
|
|
568
|
+
}],
|
|
569
|
+
base: 'ibc/FFA1E892C43F7D1E6FCDF0422E013F3EE2C5F65F9015253E790CE82888BD62DA',
|
|
570
|
+
name: 'Coreum Community DAO Token',
|
|
571
|
+
display: 'ccd',
|
|
572
|
+
symbol: 'CCD',
|
|
573
|
+
logo_URIs: {
|
|
574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
576
|
+
},
|
|
577
|
+
images: [{
|
|
578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
580
|
+
theme: {
|
|
581
|
+
primary_color_hex: '#a50dda'
|
|
582
|
+
}
|
|
583
|
+
}],
|
|
584
|
+
socials: {
|
|
585
|
+
website: 'https://coreumcommunitydao.com/',
|
|
586
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
587
|
+
},
|
|
588
|
+
type_asset: 'sdk.coin',
|
|
589
|
+
traces: [{
|
|
590
|
+
type: 'ibc',
|
|
591
|
+
counterparty: {
|
|
592
|
+
channel_id: 'channel-8',
|
|
593
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
594
|
+
chain_name: 'coreum'
|
|
595
|
+
},
|
|
596
|
+
chain: {
|
|
597
|
+
channel_id: 'channel-87'
|
|
598
|
+
}
|
|
599
|
+
}]
|
|
600
|
+
},
|
|
559
601
|
{
|
|
560
602
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
561
603
|
denom_units: [{
|
|
@@ -1364,6 +1406,48 @@ const assets = {
|
|
|
1364
1406
|
}
|
|
1365
1407
|
}]
|
|
1366
1408
|
},
|
|
1409
|
+
{
|
|
1410
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
1411
|
+
denom_units: [{
|
|
1412
|
+
denom: 'ibc/FFA1E892C43F7D1E6FCDF0422E013F3EE2C5F65F9015253E790CE82888BD62DA',
|
|
1413
|
+
exponent: 0,
|
|
1414
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
1415
|
+
}, {
|
|
1416
|
+
denom: 'ccd',
|
|
1417
|
+
exponent: 6
|
|
1418
|
+
}],
|
|
1419
|
+
base: 'ibc/FFA1E892C43F7D1E6FCDF0422E013F3EE2C5F65F9015253E790CE82888BD62DA',
|
|
1420
|
+
name: 'Coreum Community DAO Token',
|
|
1421
|
+
display: 'ccd',
|
|
1422
|
+
symbol: 'CCD',
|
|
1423
|
+
logo_URIs: {
|
|
1424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1425
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
1426
|
+
},
|
|
1427
|
+
images: [{
|
|
1428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
1430
|
+
theme: {
|
|
1431
|
+
primary_color_hex: '#a50dda'
|
|
1432
|
+
}
|
|
1433
|
+
}],
|
|
1434
|
+
socials: {
|
|
1435
|
+
website: 'https://coreumcommunitydao.com/',
|
|
1436
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
1437
|
+
},
|
|
1438
|
+
type_asset: 'sdk.coin',
|
|
1439
|
+
traces: [{
|
|
1440
|
+
type: 'ibc',
|
|
1441
|
+
counterparty: {
|
|
1442
|
+
channel_id: 'channel-8',
|
|
1443
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
1444
|
+
chain_name: 'coreum'
|
|
1445
|
+
},
|
|
1446
|
+
chain: {
|
|
1447
|
+
channel_id: 'channel-87'
|
|
1448
|
+
}
|
|
1449
|
+
}]
|
|
1450
|
+
},
|
|
1367
1451
|
{
|
|
1368
1452
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
1369
1453
|
denom_units: [{
|