@chain-registry/assets 1.70.149 → 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
|
@@ -518,6 +518,48 @@ const assets = {
|
|
|
518
518
|
}
|
|
519
519
|
}]
|
|
520
520
|
},
|
|
521
|
+
{
|
|
522
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
523
|
+
denom_units: [{
|
|
524
|
+
denom: 'ibc/5A4A17EC3A7B17C0D886A41AFE80BCBB18119CCC94B0842D5430FFD2CCD411F4',
|
|
525
|
+
exponent: 0,
|
|
526
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
527
|
+
}, {
|
|
528
|
+
denom: 'ccd',
|
|
529
|
+
exponent: 6
|
|
530
|
+
}],
|
|
531
|
+
base: 'ibc/5A4A17EC3A7B17C0D886A41AFE80BCBB18119CCC94B0842D5430FFD2CCD411F4',
|
|
532
|
+
name: 'Coreum Community DAO Token',
|
|
533
|
+
display: 'ccd',
|
|
534
|
+
symbol: 'CCD',
|
|
535
|
+
logo_URIs: {
|
|
536
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
537
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
538
|
+
},
|
|
539
|
+
images: [{
|
|
540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
542
|
+
theme: {
|
|
543
|
+
primary_color_hex: '#a50dda'
|
|
544
|
+
}
|
|
545
|
+
}],
|
|
546
|
+
socials: {
|
|
547
|
+
website: 'https://coreumcommunitydao.com/',
|
|
548
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
549
|
+
},
|
|
550
|
+
type_asset: 'sdk.coin',
|
|
551
|
+
traces: [{
|
|
552
|
+
type: 'ibc',
|
|
553
|
+
counterparty: {
|
|
554
|
+
channel_id: 'channel-7',
|
|
555
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
556
|
+
chain_name: 'coreum'
|
|
557
|
+
},
|
|
558
|
+
chain: {
|
|
559
|
+
channel_id: 'channel-142'
|
|
560
|
+
}
|
|
561
|
+
}]
|
|
562
|
+
},
|
|
521
563
|
{
|
|
522
564
|
description: 'The native token of Crescent',
|
|
523
565
|
denom_units: [{
|
|
@@ -1274,6 +1316,48 @@ const assets = {
|
|
|
1274
1316
|
}
|
|
1275
1317
|
}]
|
|
1276
1318
|
},
|
|
1319
|
+
{
|
|
1320
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
1321
|
+
denom_units: [{
|
|
1322
|
+
denom: 'ibc/5A4A17EC3A7B17C0D886A41AFE80BCBB18119CCC94B0842D5430FFD2CCD411F4',
|
|
1323
|
+
exponent: 0,
|
|
1324
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
1325
|
+
}, {
|
|
1326
|
+
denom: 'ccd',
|
|
1327
|
+
exponent: 6
|
|
1328
|
+
}],
|
|
1329
|
+
base: 'ibc/5A4A17EC3A7B17C0D886A41AFE80BCBB18119CCC94B0842D5430FFD2CCD411F4',
|
|
1330
|
+
name: 'Coreum Community DAO Token',
|
|
1331
|
+
display: 'ccd',
|
|
1332
|
+
symbol: 'CCD',
|
|
1333
|
+
logo_URIs: {
|
|
1334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
1336
|
+
},
|
|
1337
|
+
images: [{
|
|
1338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1339
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
1340
|
+
theme: {
|
|
1341
|
+
primary_color_hex: '#a50dda'
|
|
1342
|
+
}
|
|
1343
|
+
}],
|
|
1344
|
+
socials: {
|
|
1345
|
+
website: 'https://coreumcommunitydao.com/',
|
|
1346
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
1347
|
+
},
|
|
1348
|
+
type_asset: 'sdk.coin',
|
|
1349
|
+
traces: [{
|
|
1350
|
+
type: 'ibc',
|
|
1351
|
+
counterparty: {
|
|
1352
|
+
channel_id: 'channel-7',
|
|
1353
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
1354
|
+
chain_name: 'coreum'
|
|
1355
|
+
},
|
|
1356
|
+
chain: {
|
|
1357
|
+
channel_id: 'channel-142'
|
|
1358
|
+
}
|
|
1359
|
+
}]
|
|
1360
|
+
},
|
|
1277
1361
|
{
|
|
1278
1362
|
description: 'The native token of Crescent',
|
|
1279
1363
|
denom_units: [{
|
package/esm/mainnet/kava.js
CHANGED
|
@@ -312,6 +312,48 @@ const assets = {
|
|
|
312
312
|
}
|
|
313
313
|
}]
|
|
314
314
|
},
|
|
315
|
+
{
|
|
316
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
317
|
+
denom_units: [{
|
|
318
|
+
denom: 'ibc/5A4A17EC3A7B17C0D886A41AFE80BCBB18119CCC94B0842D5430FFD2CCD411F4',
|
|
319
|
+
exponent: 0,
|
|
320
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
321
|
+
}, {
|
|
322
|
+
denom: 'ccd',
|
|
323
|
+
exponent: 6
|
|
324
|
+
}],
|
|
325
|
+
base: 'ibc/5A4A17EC3A7B17C0D886A41AFE80BCBB18119CCC94B0842D5430FFD2CCD411F4',
|
|
326
|
+
name: 'Coreum Community DAO Token',
|
|
327
|
+
display: 'ccd',
|
|
328
|
+
symbol: 'CCD',
|
|
329
|
+
logo_URIs: {
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
332
|
+
},
|
|
333
|
+
images: [{
|
|
334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
336
|
+
theme: {
|
|
337
|
+
primary_color_hex: '#a50dda'
|
|
338
|
+
}
|
|
339
|
+
}],
|
|
340
|
+
socials: {
|
|
341
|
+
website: 'https://coreumcommunitydao.com/',
|
|
342
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
343
|
+
},
|
|
344
|
+
type_asset: 'sdk.coin',
|
|
345
|
+
traces: [{
|
|
346
|
+
type: 'ibc',
|
|
347
|
+
counterparty: {
|
|
348
|
+
channel_id: 'channel-18',
|
|
349
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
350
|
+
chain_name: 'coreum'
|
|
351
|
+
},
|
|
352
|
+
chain: {
|
|
353
|
+
channel_id: 'channel-142'
|
|
354
|
+
}
|
|
355
|
+
}]
|
|
356
|
+
},
|
|
315
357
|
{
|
|
316
358
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
317
359
|
denom_units: [{
|
|
@@ -1288,6 +1330,48 @@ const assets = {
|
|
|
1288
1330
|
}
|
|
1289
1331
|
}]
|
|
1290
1332
|
},
|
|
1333
|
+
{
|
|
1334
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
1335
|
+
denom_units: [{
|
|
1336
|
+
denom: 'ibc/5A4A17EC3A7B17C0D886A41AFE80BCBB18119CCC94B0842D5430FFD2CCD411F4',
|
|
1337
|
+
exponent: 0,
|
|
1338
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
1339
|
+
}, {
|
|
1340
|
+
denom: 'ccd',
|
|
1341
|
+
exponent: 6
|
|
1342
|
+
}],
|
|
1343
|
+
base: 'ibc/5A4A17EC3A7B17C0D886A41AFE80BCBB18119CCC94B0842D5430FFD2CCD411F4',
|
|
1344
|
+
name: 'Coreum Community DAO Token',
|
|
1345
|
+
display: 'ccd',
|
|
1346
|
+
symbol: 'CCD',
|
|
1347
|
+
logo_URIs: {
|
|
1348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
1350
|
+
},
|
|
1351
|
+
images: [{
|
|
1352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1353
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
1354
|
+
theme: {
|
|
1355
|
+
primary_color_hex: '#a50dda'
|
|
1356
|
+
}
|
|
1357
|
+
}],
|
|
1358
|
+
socials: {
|
|
1359
|
+
website: 'https://coreumcommunitydao.com/',
|
|
1360
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
1361
|
+
},
|
|
1362
|
+
type_asset: 'sdk.coin',
|
|
1363
|
+
traces: [{
|
|
1364
|
+
type: 'ibc',
|
|
1365
|
+
counterparty: {
|
|
1366
|
+
channel_id: 'channel-18',
|
|
1367
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
1368
|
+
chain_name: 'coreum'
|
|
1369
|
+
},
|
|
1370
|
+
chain: {
|
|
1371
|
+
channel_id: 'channel-142'
|
|
1372
|
+
}
|
|
1373
|
+
}]
|
|
1374
|
+
},
|
|
1291
1375
|
{
|
|
1292
1376
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
1293
1377
|
denom_units: [{
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -836,6 +836,48 @@ const assets = {
|
|
|
836
836
|
}
|
|
837
837
|
}]
|
|
838
838
|
},
|
|
839
|
+
{
|
|
840
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
841
|
+
denom_units: [{
|
|
842
|
+
denom: 'ibc/3E06CFA71C4162CB5CB5DB3D0348B42DF8CD32A565EB176BCEC5F1B4CA4427F2',
|
|
843
|
+
exponent: 0,
|
|
844
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
845
|
+
}, {
|
|
846
|
+
denom: 'ccd',
|
|
847
|
+
exponent: 6
|
|
848
|
+
}],
|
|
849
|
+
base: 'ibc/3E06CFA71C4162CB5CB5DB3D0348B42DF8CD32A565EB176BCEC5F1B4CA4427F2',
|
|
850
|
+
name: 'Coreum Community DAO Token',
|
|
851
|
+
display: 'ccd',
|
|
852
|
+
symbol: 'CCD',
|
|
853
|
+
logo_URIs: {
|
|
854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
856
|
+
},
|
|
857
|
+
images: [{
|
|
858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
860
|
+
theme: {
|
|
861
|
+
primary_color_hex: '#a50dda'
|
|
862
|
+
}
|
|
863
|
+
}],
|
|
864
|
+
socials: {
|
|
865
|
+
website: 'https://coreumcommunitydao.com/',
|
|
866
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
867
|
+
},
|
|
868
|
+
type_asset: 'sdk.coin',
|
|
869
|
+
traces: [{
|
|
870
|
+
type: 'ibc',
|
|
871
|
+
counterparty: {
|
|
872
|
+
channel_id: 'channel-17',
|
|
873
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
874
|
+
chain_name: 'coreum'
|
|
875
|
+
},
|
|
876
|
+
chain: {
|
|
877
|
+
channel_id: 'channel-122'
|
|
878
|
+
}
|
|
879
|
+
}]
|
|
880
|
+
},
|
|
839
881
|
{
|
|
840
882
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
841
883
|
denom_units: [{
|
|
@@ -2750,6 +2792,48 @@ const assets = {
|
|
|
2750
2792
|
}
|
|
2751
2793
|
}]
|
|
2752
2794
|
},
|
|
2795
|
+
{
|
|
2796
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
2797
|
+
denom_units: [{
|
|
2798
|
+
denom: 'ibc/3E06CFA71C4162CB5CB5DB3D0348B42DF8CD32A565EB176BCEC5F1B4CA4427F2',
|
|
2799
|
+
exponent: 0,
|
|
2800
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
2801
|
+
}, {
|
|
2802
|
+
denom: 'ccd',
|
|
2803
|
+
exponent: 6
|
|
2804
|
+
}],
|
|
2805
|
+
base: 'ibc/3E06CFA71C4162CB5CB5DB3D0348B42DF8CD32A565EB176BCEC5F1B4CA4427F2',
|
|
2806
|
+
name: 'Coreum Community DAO Token',
|
|
2807
|
+
display: 'ccd',
|
|
2808
|
+
symbol: 'CCD',
|
|
2809
|
+
logo_URIs: {
|
|
2810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
2811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
2812
|
+
},
|
|
2813
|
+
images: [{
|
|
2814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
2815
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
2816
|
+
theme: {
|
|
2817
|
+
primary_color_hex: '#a50dda'
|
|
2818
|
+
}
|
|
2819
|
+
}],
|
|
2820
|
+
socials: {
|
|
2821
|
+
website: 'https://coreumcommunitydao.com/',
|
|
2822
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
2823
|
+
},
|
|
2824
|
+
type_asset: 'sdk.coin',
|
|
2825
|
+
traces: [{
|
|
2826
|
+
type: 'ibc',
|
|
2827
|
+
counterparty: {
|
|
2828
|
+
channel_id: 'channel-17',
|
|
2829
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
2830
|
+
chain_name: 'coreum'
|
|
2831
|
+
},
|
|
2832
|
+
chain: {
|
|
2833
|
+
channel_id: 'channel-122'
|
|
2834
|
+
}
|
|
2835
|
+
}]
|
|
2836
|
+
},
|
|
2753
2837
|
{
|
|
2754
2838
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
2755
2839
|
denom_units: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -396,6 +396,48 @@ const assets = {
|
|
|
396
396
|
}
|
|
397
397
|
}]
|
|
398
398
|
},
|
|
399
|
+
{
|
|
400
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
401
|
+
denom_units: [{
|
|
402
|
+
denom: 'ibc/5D05ABD0EFAA3DE9E1DEA87DC1E8EECEBEBF692198E4135C5DB4457CC7104475',
|
|
403
|
+
exponent: 0,
|
|
404
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
405
|
+
}, {
|
|
406
|
+
denom: 'ccd',
|
|
407
|
+
exponent: 6
|
|
408
|
+
}],
|
|
409
|
+
base: 'ibc/5D05ABD0EFAA3DE9E1DEA87DC1E8EECEBEBF692198E4135C5DB4457CC7104475',
|
|
410
|
+
name: 'Coreum Community DAO Token',
|
|
411
|
+
display: 'ccd',
|
|
412
|
+
symbol: 'CCD',
|
|
413
|
+
logo_URIs: {
|
|
414
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
415
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
416
|
+
},
|
|
417
|
+
images: [{
|
|
418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
420
|
+
theme: {
|
|
421
|
+
primary_color_hex: '#a50dda'
|
|
422
|
+
}
|
|
423
|
+
}],
|
|
424
|
+
socials: {
|
|
425
|
+
website: 'https://coreumcommunitydao.com/',
|
|
426
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
427
|
+
},
|
|
428
|
+
type_asset: 'sdk.coin',
|
|
429
|
+
traces: [{
|
|
430
|
+
type: 'ibc',
|
|
431
|
+
counterparty: {
|
|
432
|
+
channel_id: 'channel-19',
|
|
433
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
434
|
+
chain_name: 'coreum'
|
|
435
|
+
},
|
|
436
|
+
chain: {
|
|
437
|
+
channel_id: 'channel-49'
|
|
438
|
+
}
|
|
439
|
+
}]
|
|
440
|
+
},
|
|
399
441
|
{
|
|
400
442
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
401
443
|
denom_units: [{
|
|
@@ -2799,6 +2841,48 @@ const assets = {
|
|
|
2799
2841
|
}
|
|
2800
2842
|
}]
|
|
2801
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
2846
|
+
denom_units: [{
|
|
2847
|
+
denom: 'ibc/5D05ABD0EFAA3DE9E1DEA87DC1E8EECEBEBF692198E4135C5DB4457CC7104475',
|
|
2848
|
+
exponent: 0,
|
|
2849
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
2850
|
+
}, {
|
|
2851
|
+
denom: 'ccd',
|
|
2852
|
+
exponent: 6
|
|
2853
|
+
}],
|
|
2854
|
+
base: 'ibc/5D05ABD0EFAA3DE9E1DEA87DC1E8EECEBEBF692198E4135C5DB4457CC7104475',
|
|
2855
|
+
name: 'Coreum Community DAO Token',
|
|
2856
|
+
display: 'ccd',
|
|
2857
|
+
symbol: 'CCD',
|
|
2858
|
+
logo_URIs: {
|
|
2859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
2860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
2861
|
+
},
|
|
2862
|
+
images: [{
|
|
2863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
2864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
2865
|
+
theme: {
|
|
2866
|
+
primary_color_hex: '#a50dda'
|
|
2867
|
+
}
|
|
2868
|
+
}],
|
|
2869
|
+
socials: {
|
|
2870
|
+
website: 'https://coreumcommunitydao.com/',
|
|
2871
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
2872
|
+
},
|
|
2873
|
+
type_asset: 'sdk.coin',
|
|
2874
|
+
traces: [{
|
|
2875
|
+
type: 'ibc',
|
|
2876
|
+
counterparty: {
|
|
2877
|
+
channel_id: 'channel-19',
|
|
2878
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
2879
|
+
chain_name: 'coreum'
|
|
2880
|
+
},
|
|
2881
|
+
chain: {
|
|
2882
|
+
channel_id: 'channel-49'
|
|
2883
|
+
}
|
|
2884
|
+
}]
|
|
2885
|
+
},
|
|
2802
2886
|
{
|
|
2803
2887
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
2804
2888
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -1820,6 +1820,48 @@ const assets = {
|
|
|
1820
1820
|
}
|
|
1821
1821
|
}]
|
|
1822
1822
|
},
|
|
1823
|
+
{
|
|
1824
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
1825
|
+
denom_units: [{
|
|
1826
|
+
denom: 'ibc/BA368CD4ED32975C333F69DA8FE0AB482D2E0F3C04227053EEB9B597A6789F6E',
|
|
1827
|
+
exponent: 0,
|
|
1828
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
1829
|
+
}, {
|
|
1830
|
+
denom: 'ccd',
|
|
1831
|
+
exponent: 6
|
|
1832
|
+
}],
|
|
1833
|
+
base: 'ibc/BA368CD4ED32975C333F69DA8FE0AB482D2E0F3C04227053EEB9B597A6789F6E',
|
|
1834
|
+
name: 'Coreum Community DAO Token',
|
|
1835
|
+
display: 'ccd',
|
|
1836
|
+
symbol: 'CCD',
|
|
1837
|
+
logo_URIs: {
|
|
1838
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1839
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
1840
|
+
},
|
|
1841
|
+
images: [{
|
|
1842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
1843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
1844
|
+
theme: {
|
|
1845
|
+
primary_color_hex: '#a50dda'
|
|
1846
|
+
}
|
|
1847
|
+
}],
|
|
1848
|
+
socials: {
|
|
1849
|
+
website: 'https://coreumcommunitydao.com/',
|
|
1850
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
1851
|
+
},
|
|
1852
|
+
type_asset: 'sdk.coin',
|
|
1853
|
+
traces: [{
|
|
1854
|
+
type: 'ibc',
|
|
1855
|
+
counterparty: {
|
|
1856
|
+
channel_id: 'channel-2',
|
|
1857
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
1858
|
+
chain_name: 'coreum'
|
|
1859
|
+
},
|
|
1860
|
+
chain: {
|
|
1861
|
+
channel_id: 'channel-2188'
|
|
1862
|
+
}
|
|
1863
|
+
}]
|
|
1864
|
+
},
|
|
1823
1865
|
{
|
|
1824
1866
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
1825
1867
|
denom_units: [{
|
|
@@ -7982,6 +8024,48 @@ const assets = {
|
|
|
7982
8024
|
}
|
|
7983
8025
|
}]
|
|
7984
8026
|
},
|
|
8027
|
+
{
|
|
8028
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
8029
|
+
denom_units: [{
|
|
8030
|
+
denom: 'ibc/BA368CD4ED32975C333F69DA8FE0AB482D2E0F3C04227053EEB9B597A6789F6E',
|
|
8031
|
+
exponent: 0,
|
|
8032
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
8033
|
+
}, {
|
|
8034
|
+
denom: 'ccd',
|
|
8035
|
+
exponent: 6
|
|
8036
|
+
}],
|
|
8037
|
+
base: 'ibc/BA368CD4ED32975C333F69DA8FE0AB482D2E0F3C04227053EEB9B597A6789F6E',
|
|
8038
|
+
name: 'Coreum Community DAO Token',
|
|
8039
|
+
display: 'ccd',
|
|
8040
|
+
symbol: 'CCD',
|
|
8041
|
+
logo_URIs: {
|
|
8042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
8043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
8044
|
+
},
|
|
8045
|
+
images: [{
|
|
8046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
8047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
8048
|
+
theme: {
|
|
8049
|
+
primary_color_hex: '#a50dda'
|
|
8050
|
+
}
|
|
8051
|
+
}],
|
|
8052
|
+
socials: {
|
|
8053
|
+
website: 'https://coreumcommunitydao.com/',
|
|
8054
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
8055
|
+
},
|
|
8056
|
+
type_asset: 'sdk.coin',
|
|
8057
|
+
traces: [{
|
|
8058
|
+
type: 'ibc',
|
|
8059
|
+
counterparty: {
|
|
8060
|
+
channel_id: 'channel-2',
|
|
8061
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
8062
|
+
chain_name: 'coreum'
|
|
8063
|
+
},
|
|
8064
|
+
chain: {
|
|
8065
|
+
channel_id: 'channel-2188'
|
|
8066
|
+
}
|
|
8067
|
+
}]
|
|
8068
|
+
},
|
|
7985
8069
|
{
|
|
7986
8070
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
7987
8071
|
denom_units: [{
|
|
@@ -674,6 +674,48 @@ const assets = {
|
|
|
674
674
|
}
|
|
675
675
|
}]
|
|
676
676
|
},
|
|
677
|
+
{
|
|
678
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
679
|
+
denom_units: [{
|
|
680
|
+
denom: 'ibc/E1CCBC4C557789A5D87F500D4CEB5F9398F3B0064C597483A2E506F26EA71C18',
|
|
681
|
+
exponent: 0,
|
|
682
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
683
|
+
}, {
|
|
684
|
+
denom: 'ccd',
|
|
685
|
+
exponent: 6
|
|
686
|
+
}],
|
|
687
|
+
base: 'ibc/E1CCBC4C557789A5D87F500D4CEB5F9398F3B0064C597483A2E506F26EA71C18',
|
|
688
|
+
name: 'Coreum Community DAO Token',
|
|
689
|
+
display: 'ccd',
|
|
690
|
+
symbol: 'CCD',
|
|
691
|
+
logo_URIs: {
|
|
692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
694
|
+
},
|
|
695
|
+
images: [{
|
|
696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
698
|
+
theme: {
|
|
699
|
+
primary_color_hex: '#a50dda'
|
|
700
|
+
}
|
|
701
|
+
}],
|
|
702
|
+
socials: {
|
|
703
|
+
website: 'https://coreumcommunitydao.com/',
|
|
704
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
705
|
+
},
|
|
706
|
+
type_asset: 'sdk.coin',
|
|
707
|
+
traces: [{
|
|
708
|
+
type: 'ibc',
|
|
709
|
+
counterparty: {
|
|
710
|
+
channel_id: 'channel-25',
|
|
711
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
712
|
+
chain_name: 'coreum'
|
|
713
|
+
},
|
|
714
|
+
chain: {
|
|
715
|
+
channel_id: 'channel-101'
|
|
716
|
+
}
|
|
717
|
+
}]
|
|
718
|
+
},
|
|
677
719
|
{
|
|
678
720
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
679
721
|
denom_units: [{
|
|
@@ -2888,6 +2930,48 @@ const assets = {
|
|
|
2888
2930
|
}
|
|
2889
2931
|
}]
|
|
2890
2932
|
},
|
|
2933
|
+
{
|
|
2934
|
+
description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
|
|
2935
|
+
denom_units: [{
|
|
2936
|
+
denom: 'ibc/E1CCBC4C557789A5D87F500D4CEB5F9398F3B0064C597483A2E506F26EA71C18',
|
|
2937
|
+
exponent: 0,
|
|
2938
|
+
aliases: ['uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv']
|
|
2939
|
+
}, {
|
|
2940
|
+
denom: 'ccd',
|
|
2941
|
+
exponent: 6
|
|
2942
|
+
}],
|
|
2943
|
+
base: 'ibc/E1CCBC4C557789A5D87F500D4CEB5F9398F3B0064C597483A2E506F26EA71C18',
|
|
2944
|
+
name: 'Coreum Community DAO Token',
|
|
2945
|
+
display: 'ccd',
|
|
2946
|
+
symbol: 'CCD',
|
|
2947
|
+
logo_URIs: {
|
|
2948
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
2949
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
|
|
2950
|
+
},
|
|
2951
|
+
images: [{
|
|
2952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
|
|
2953
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
|
|
2954
|
+
theme: {
|
|
2955
|
+
primary_color_hex: '#a50dda'
|
|
2956
|
+
}
|
|
2957
|
+
}],
|
|
2958
|
+
socials: {
|
|
2959
|
+
website: 'https://coreumcommunitydao.com/',
|
|
2960
|
+
twitter: 'https://x.com/Cor3_Community'
|
|
2961
|
+
},
|
|
2962
|
+
type_asset: 'sdk.coin',
|
|
2963
|
+
traces: [{
|
|
2964
|
+
type: 'ibc',
|
|
2965
|
+
counterparty: {
|
|
2966
|
+
channel_id: 'channel-25',
|
|
2967
|
+
base_denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
|
|
2968
|
+
chain_name: 'coreum'
|
|
2969
|
+
},
|
|
2970
|
+
chain: {
|
|
2971
|
+
channel_id: 'channel-101'
|
|
2972
|
+
}
|
|
2973
|
+
}]
|
|
2974
|
+
},
|
|
2891
2975
|
{
|
|
2892
2976
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
2893
2977
|
denom_units: [{
|