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