@chain-registry/assets 1.64.83 → 1.64.85
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/bostrom.js +84 -0
- package/esm/mainnet/cosmoshub.js +358 -0
- package/esm/mainnet/osmosis.js +8 -0
- package/esm/mainnet/secretnetwork.js +8 -0
- package/esm/testnet/archwaytestnet.js +208 -4
- package/esm/testnet/cosmoshubtestnet.js +416 -8
- package/esm/testnet/junotestnet.js +208 -4
- package/esm/testnet/osmosistestnet.js +208 -4
- package/esm/testnet/stargazetestnet.js +208 -4
- package/mainnet/bostrom.js +84 -0
- package/mainnet/cosmoshub.js +358 -0
- package/mainnet/osmosis.js +8 -0
- package/mainnet/secretnetwork.js +8 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +208 -4
- package/testnet/cosmoshubtestnet.js +416 -8
- package/testnet/junotestnet.js +208 -4
- package/testnet/osmosistestnet.js +208 -4
- package/testnet/stargazetestnet.js +208 -4
package/mainnet/cosmoshub.js
CHANGED
|
@@ -509,6 +509,185 @@ const assets = {
|
|
|
509
509
|
}
|
|
510
510
|
}]
|
|
511
511
|
},
|
|
512
|
+
{
|
|
513
|
+
description: 'The staking token of Bostrom',
|
|
514
|
+
denom_units: [{
|
|
515
|
+
denom: 'ibc/03D28CFE7A878F122AB9727064E916B12FB88AFEC7CFF0DCBD1F9028399EB06F',
|
|
516
|
+
exponent: 0,
|
|
517
|
+
aliases: ['boot']
|
|
518
|
+
}],
|
|
519
|
+
base: 'ibc/03D28CFE7A878F122AB9727064E916B12FB88AFEC7CFF0DCBD1F9028399EB06F',
|
|
520
|
+
name: 'Bostrom',
|
|
521
|
+
display: 'boot',
|
|
522
|
+
symbol: 'BOOT',
|
|
523
|
+
logo_URIs: {
|
|
524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg'
|
|
526
|
+
},
|
|
527
|
+
coingecko_id: 'bostrom',
|
|
528
|
+
images: [{
|
|
529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
530
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg',
|
|
531
|
+
theme: {
|
|
532
|
+
primary_color_hex: '#4cea4e'
|
|
533
|
+
}
|
|
534
|
+
}],
|
|
535
|
+
traces: [{
|
|
536
|
+
type: 'ibc',
|
|
537
|
+
counterparty: {
|
|
538
|
+
channel_id: 'channel-8',
|
|
539
|
+
base_denom: 'boot',
|
|
540
|
+
chain_name: 'bostrom'
|
|
541
|
+
},
|
|
542
|
+
chain: {
|
|
543
|
+
channel_id: 'channel-341'
|
|
544
|
+
}
|
|
545
|
+
}]
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
description: 'The liquid staking token of Bostrom',
|
|
549
|
+
denom_units: [{
|
|
550
|
+
denom: 'ibc/E1E3344174D2A40CD8D35BB227348D4CD7DF15B19E9F71FAF8810D2039B838B7',
|
|
551
|
+
exponent: 0,
|
|
552
|
+
aliases: ['hydrogen']
|
|
553
|
+
}],
|
|
554
|
+
base: 'ibc/E1E3344174D2A40CD8D35BB227348D4CD7DF15B19E9F71FAF8810D2039B838B7',
|
|
555
|
+
name: 'Bostrom Hydrogen',
|
|
556
|
+
display: 'hydrogen',
|
|
557
|
+
symbol: 'HYDROGEN',
|
|
558
|
+
logo_URIs: {
|
|
559
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
560
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg'
|
|
561
|
+
},
|
|
562
|
+
images: [{
|
|
563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg',
|
|
565
|
+
theme: {
|
|
566
|
+
primary_color_hex: '#ffffff'
|
|
567
|
+
}
|
|
568
|
+
}],
|
|
569
|
+
traces: [{
|
|
570
|
+
type: 'ibc',
|
|
571
|
+
counterparty: {
|
|
572
|
+
channel_id: 'channel-8',
|
|
573
|
+
base_denom: 'hydrogen',
|
|
574
|
+
chain_name: 'bostrom'
|
|
575
|
+
},
|
|
576
|
+
chain: {
|
|
577
|
+
channel_id: 'channel-341'
|
|
578
|
+
}
|
|
579
|
+
}]
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
description: 'The resource token of Bostrom',
|
|
583
|
+
denom_units: [{
|
|
584
|
+
denom: 'ibc/6A196466D372F80D2FA582D6B6400CAAE08202B4F5839501BEA5C8B88F9C59A0',
|
|
585
|
+
exponent: 0,
|
|
586
|
+
aliases: ['milliampere']
|
|
587
|
+
}, {
|
|
588
|
+
denom: 'ampere',
|
|
589
|
+
exponent: 3,
|
|
590
|
+
aliases: ['ampere']
|
|
591
|
+
}],
|
|
592
|
+
base: 'ibc/6A196466D372F80D2FA582D6B6400CAAE08202B4F5839501BEA5C8B88F9C59A0',
|
|
593
|
+
name: 'Bostrom Ampere',
|
|
594
|
+
display: 'ampere',
|
|
595
|
+
symbol: 'A',
|
|
596
|
+
logo_URIs: {
|
|
597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
599
|
+
},
|
|
600
|
+
images: [{
|
|
601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg',
|
|
603
|
+
theme: {
|
|
604
|
+
primary_color_hex: '#f4ecce'
|
|
605
|
+
}
|
|
606
|
+
}],
|
|
607
|
+
traces: [{
|
|
608
|
+
type: 'ibc',
|
|
609
|
+
counterparty: {
|
|
610
|
+
channel_id: 'channel-8',
|
|
611
|
+
base_denom: 'milliampere',
|
|
612
|
+
chain_name: 'bostrom'
|
|
613
|
+
},
|
|
614
|
+
chain: {
|
|
615
|
+
channel_id: 'channel-341'
|
|
616
|
+
}
|
|
617
|
+
}]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
description: 'The resource token of Bostrom',
|
|
621
|
+
denom_units: [{
|
|
622
|
+
denom: 'ibc/7129E2BFCA2543AE222CEEE5C8C9F688537DFC563DB69ED1E39EB3F73CB7C644',
|
|
623
|
+
exponent: 0,
|
|
624
|
+
aliases: ['millivolt']
|
|
625
|
+
}, {
|
|
626
|
+
denom: 'volt',
|
|
627
|
+
exponent: 3,
|
|
628
|
+
aliases: ['volt']
|
|
629
|
+
}],
|
|
630
|
+
base: 'ibc/7129E2BFCA2543AE222CEEE5C8C9F688537DFC563DB69ED1E39EB3F73CB7C644',
|
|
631
|
+
name: 'Bostrom Volt',
|
|
632
|
+
display: 'volt',
|
|
633
|
+
symbol: 'V',
|
|
634
|
+
logo_URIs: {
|
|
635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
637
|
+
},
|
|
638
|
+
images: [{
|
|
639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg',
|
|
641
|
+
theme: {
|
|
642
|
+
primary_color_hex: '#fba809'
|
|
643
|
+
}
|
|
644
|
+
}],
|
|
645
|
+
traces: [{
|
|
646
|
+
type: 'ibc',
|
|
647
|
+
counterparty: {
|
|
648
|
+
channel_id: 'channel-8',
|
|
649
|
+
base_denom: 'millivolt',
|
|
650
|
+
chain_name: 'bostrom'
|
|
651
|
+
},
|
|
652
|
+
chain: {
|
|
653
|
+
channel_id: 'channel-341'
|
|
654
|
+
}
|
|
655
|
+
}]
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
description: 'The staking token of Cyber',
|
|
659
|
+
denom_units: [{
|
|
660
|
+
denom: 'ibc/BF18EF7F331466EE322B497811B8D21F9744E1E77158DE07117D38A3791E8BD5',
|
|
661
|
+
exponent: 0,
|
|
662
|
+
aliases: ['tocyb']
|
|
663
|
+
}],
|
|
664
|
+
base: 'ibc/BF18EF7F331466EE322B497811B8D21F9744E1E77158DE07117D38A3791E8BD5',
|
|
665
|
+
name: 'Bostrom Tocyb',
|
|
666
|
+
display: 'tocyb',
|
|
667
|
+
symbol: 'TOCYB',
|
|
668
|
+
logo_URIs: {
|
|
669
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
670
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg'
|
|
671
|
+
},
|
|
672
|
+
images: [{
|
|
673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
674
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg',
|
|
675
|
+
theme: {
|
|
676
|
+
primary_color_hex: '#1e8fa9'
|
|
677
|
+
}
|
|
678
|
+
}],
|
|
679
|
+
traces: [{
|
|
680
|
+
type: 'ibc',
|
|
681
|
+
counterparty: {
|
|
682
|
+
channel_id: 'channel-8',
|
|
683
|
+
base_denom: 'tocyb',
|
|
684
|
+
chain_name: 'bostrom'
|
|
685
|
+
},
|
|
686
|
+
chain: {
|
|
687
|
+
channel_id: 'channel-341'
|
|
688
|
+
}
|
|
689
|
+
}]
|
|
690
|
+
},
|
|
512
691
|
{
|
|
513
692
|
description: 'The native governance token of Carbon',
|
|
514
693
|
denom_units: [{
|
|
@@ -1224,6 +1403,185 @@ const assets = {
|
|
|
1224
1403
|
}
|
|
1225
1404
|
}]
|
|
1226
1405
|
},
|
|
1406
|
+
{
|
|
1407
|
+
description: 'The staking token of Bostrom',
|
|
1408
|
+
denom_units: [{
|
|
1409
|
+
denom: 'ibc/03D28CFE7A878F122AB9727064E916B12FB88AFEC7CFF0DCBD1F9028399EB06F',
|
|
1410
|
+
exponent: 0,
|
|
1411
|
+
aliases: ['boot']
|
|
1412
|
+
}],
|
|
1413
|
+
base: 'ibc/03D28CFE7A878F122AB9727064E916B12FB88AFEC7CFF0DCBD1F9028399EB06F',
|
|
1414
|
+
name: 'Bostrom',
|
|
1415
|
+
display: 'boot',
|
|
1416
|
+
symbol: 'BOOT',
|
|
1417
|
+
logo_URIs: {
|
|
1418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
1419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg'
|
|
1420
|
+
},
|
|
1421
|
+
coingecko_id: 'bostrom',
|
|
1422
|
+
images: [{
|
|
1423
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
1424
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg',
|
|
1425
|
+
theme: {
|
|
1426
|
+
primary_color_hex: '#4cea4e'
|
|
1427
|
+
}
|
|
1428
|
+
}],
|
|
1429
|
+
traces: [{
|
|
1430
|
+
type: 'ibc',
|
|
1431
|
+
counterparty: {
|
|
1432
|
+
channel_id: 'channel-8',
|
|
1433
|
+
base_denom: 'boot',
|
|
1434
|
+
chain_name: 'bostrom'
|
|
1435
|
+
},
|
|
1436
|
+
chain: {
|
|
1437
|
+
channel_id: 'channel-341'
|
|
1438
|
+
}
|
|
1439
|
+
}]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
description: 'The liquid staking token of Bostrom',
|
|
1443
|
+
denom_units: [{
|
|
1444
|
+
denom: 'ibc/E1E3344174D2A40CD8D35BB227348D4CD7DF15B19E9F71FAF8810D2039B838B7',
|
|
1445
|
+
exponent: 0,
|
|
1446
|
+
aliases: ['hydrogen']
|
|
1447
|
+
}],
|
|
1448
|
+
base: 'ibc/E1E3344174D2A40CD8D35BB227348D4CD7DF15B19E9F71FAF8810D2039B838B7',
|
|
1449
|
+
name: 'Bostrom Hydrogen',
|
|
1450
|
+
display: 'hydrogen',
|
|
1451
|
+
symbol: 'HYDROGEN',
|
|
1452
|
+
logo_URIs: {
|
|
1453
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
1454
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg'
|
|
1455
|
+
},
|
|
1456
|
+
images: [{
|
|
1457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
1458
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg',
|
|
1459
|
+
theme: {
|
|
1460
|
+
primary_color_hex: '#ffffff'
|
|
1461
|
+
}
|
|
1462
|
+
}],
|
|
1463
|
+
traces: [{
|
|
1464
|
+
type: 'ibc',
|
|
1465
|
+
counterparty: {
|
|
1466
|
+
channel_id: 'channel-8',
|
|
1467
|
+
base_denom: 'hydrogen',
|
|
1468
|
+
chain_name: 'bostrom'
|
|
1469
|
+
},
|
|
1470
|
+
chain: {
|
|
1471
|
+
channel_id: 'channel-341'
|
|
1472
|
+
}
|
|
1473
|
+
}]
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
description: 'The resource token of Bostrom',
|
|
1477
|
+
denom_units: [{
|
|
1478
|
+
denom: 'ibc/6A196466D372F80D2FA582D6B6400CAAE08202B4F5839501BEA5C8B88F9C59A0',
|
|
1479
|
+
exponent: 0,
|
|
1480
|
+
aliases: ['milliampere']
|
|
1481
|
+
}, {
|
|
1482
|
+
denom: 'ampere',
|
|
1483
|
+
exponent: 3,
|
|
1484
|
+
aliases: ['ampere']
|
|
1485
|
+
}],
|
|
1486
|
+
base: 'ibc/6A196466D372F80D2FA582D6B6400CAAE08202B4F5839501BEA5C8B88F9C59A0',
|
|
1487
|
+
name: 'Bostrom Ampere',
|
|
1488
|
+
display: 'ampere',
|
|
1489
|
+
symbol: 'A',
|
|
1490
|
+
logo_URIs: {
|
|
1491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
1492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
1493
|
+
},
|
|
1494
|
+
images: [{
|
|
1495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
1496
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg',
|
|
1497
|
+
theme: {
|
|
1498
|
+
primary_color_hex: '#f4ecce'
|
|
1499
|
+
}
|
|
1500
|
+
}],
|
|
1501
|
+
traces: [{
|
|
1502
|
+
type: 'ibc',
|
|
1503
|
+
counterparty: {
|
|
1504
|
+
channel_id: 'channel-8',
|
|
1505
|
+
base_denom: 'milliampere',
|
|
1506
|
+
chain_name: 'bostrom'
|
|
1507
|
+
},
|
|
1508
|
+
chain: {
|
|
1509
|
+
channel_id: 'channel-341'
|
|
1510
|
+
}
|
|
1511
|
+
}]
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
description: 'The resource token of Bostrom',
|
|
1515
|
+
denom_units: [{
|
|
1516
|
+
denom: 'ibc/7129E2BFCA2543AE222CEEE5C8C9F688537DFC563DB69ED1E39EB3F73CB7C644',
|
|
1517
|
+
exponent: 0,
|
|
1518
|
+
aliases: ['millivolt']
|
|
1519
|
+
}, {
|
|
1520
|
+
denom: 'volt',
|
|
1521
|
+
exponent: 3,
|
|
1522
|
+
aliases: ['volt']
|
|
1523
|
+
}],
|
|
1524
|
+
base: 'ibc/7129E2BFCA2543AE222CEEE5C8C9F688537DFC563DB69ED1E39EB3F73CB7C644',
|
|
1525
|
+
name: 'Bostrom Volt',
|
|
1526
|
+
display: 'volt',
|
|
1527
|
+
symbol: 'V',
|
|
1528
|
+
logo_URIs: {
|
|
1529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
1530
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
1531
|
+
},
|
|
1532
|
+
images: [{
|
|
1533
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
1534
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg',
|
|
1535
|
+
theme: {
|
|
1536
|
+
primary_color_hex: '#fba809'
|
|
1537
|
+
}
|
|
1538
|
+
}],
|
|
1539
|
+
traces: [{
|
|
1540
|
+
type: 'ibc',
|
|
1541
|
+
counterparty: {
|
|
1542
|
+
channel_id: 'channel-8',
|
|
1543
|
+
base_denom: 'millivolt',
|
|
1544
|
+
chain_name: 'bostrom'
|
|
1545
|
+
},
|
|
1546
|
+
chain: {
|
|
1547
|
+
channel_id: 'channel-341'
|
|
1548
|
+
}
|
|
1549
|
+
}]
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
description: 'The staking token of Cyber',
|
|
1553
|
+
denom_units: [{
|
|
1554
|
+
denom: 'ibc/BF18EF7F331466EE322B497811B8D21F9744E1E77158DE07117D38A3791E8BD5',
|
|
1555
|
+
exponent: 0,
|
|
1556
|
+
aliases: ['tocyb']
|
|
1557
|
+
}],
|
|
1558
|
+
base: 'ibc/BF18EF7F331466EE322B497811B8D21F9744E1E77158DE07117D38A3791E8BD5',
|
|
1559
|
+
name: 'Bostrom Tocyb',
|
|
1560
|
+
display: 'tocyb',
|
|
1561
|
+
symbol: 'TOCYB',
|
|
1562
|
+
logo_URIs: {
|
|
1563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
1564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg'
|
|
1565
|
+
},
|
|
1566
|
+
images: [{
|
|
1567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
1568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg',
|
|
1569
|
+
theme: {
|
|
1570
|
+
primary_color_hex: '#1e8fa9'
|
|
1571
|
+
}
|
|
1572
|
+
}],
|
|
1573
|
+
traces: [{
|
|
1574
|
+
type: 'ibc',
|
|
1575
|
+
counterparty: {
|
|
1576
|
+
channel_id: 'channel-8',
|
|
1577
|
+
base_denom: 'tocyb',
|
|
1578
|
+
chain_name: 'bostrom'
|
|
1579
|
+
},
|
|
1580
|
+
chain: {
|
|
1581
|
+
channel_id: 'channel-341'
|
|
1582
|
+
}
|
|
1583
|
+
}]
|
|
1584
|
+
},
|
|
1227
1585
|
{
|
|
1228
1586
|
description: 'The native governance token of Carbon',
|
|
1229
1587
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -22529,6 +22529,10 @@ const assets = {
|
|
|
22529
22529
|
primary_color_hex: '#050505'
|
|
22530
22530
|
}
|
|
22531
22531
|
}],
|
|
22532
|
+
socials: {
|
|
22533
|
+
website: 'https://www.nride.com',
|
|
22534
|
+
twitter: 'https://twitter.com/nRide12'
|
|
22535
|
+
},
|
|
22532
22536
|
traces: [{
|
|
22533
22537
|
type: 'ibc-cw20',
|
|
22534
22538
|
counterparty: {
|
|
@@ -25424,6 +25428,10 @@ const assets = {
|
|
|
25424
25428
|
primary_color_hex: '#050505'
|
|
25425
25429
|
}
|
|
25426
25430
|
}],
|
|
25431
|
+
socials: {
|
|
25432
|
+
website: 'https://www.nride.com',
|
|
25433
|
+
twitter: 'https://twitter.com/nRide12'
|
|
25434
|
+
},
|
|
25427
25435
|
traces: [{
|
|
25428
25436
|
type: 'ibc-cw20',
|
|
25429
25437
|
counterparty: {
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -7648,6 +7648,10 @@ const assets = {
|
|
|
7648
7648
|
primary_color_hex: '#050505'
|
|
7649
7649
|
}
|
|
7650
7650
|
}],
|
|
7651
|
+
socials: {
|
|
7652
|
+
website: 'https://www.nride.com',
|
|
7653
|
+
twitter: 'https://twitter.com/nRide12'
|
|
7654
|
+
},
|
|
7651
7655
|
traces: [{
|
|
7652
7656
|
type: 'ibc-cw20',
|
|
7653
7657
|
counterparty: {
|
|
@@ -11033,6 +11037,10 @@ const assets = {
|
|
|
11033
11037
|
primary_color_hex: '#050505'
|
|
11034
11038
|
}
|
|
11035
11039
|
}],
|
|
11040
|
+
socials: {
|
|
11041
|
+
website: 'https://www.nride.com',
|
|
11042
|
+
twitter: 'https://twitter.com/nRide12'
|
|
11043
|
+
},
|
|
11036
11044
|
traces: [{
|
|
11037
11045
|
type: 'ibc-cw20',
|
|
11038
11046
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.85",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.68",
|
|
33
|
+
"chain-registry": "^1.63.85"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.68"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "f5fed8253c0b7c00e6b34b9fe40eca53d329aa9c"
|
|
47
47
|
}
|