@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/esm/mainnet/bostrom.js
CHANGED
|
@@ -1,6 +1,48 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'bostrom',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uatom']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'atom',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159',
|
|
15
|
+
name: 'Cosmos Hub Atom',
|
|
16
|
+
display: 'atom',
|
|
17
|
+
symbol: 'ATOM',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'cosmos',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#272d45'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://cosmos.network',
|
|
32
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
33
|
+
},
|
|
34
|
+
traces: [{
|
|
35
|
+
type: 'ibc',
|
|
36
|
+
counterparty: {
|
|
37
|
+
channel_id: 'channel-341',
|
|
38
|
+
base_denom: 'uatom',
|
|
39
|
+
chain_name: 'cosmoshub'
|
|
40
|
+
},
|
|
41
|
+
chain: {
|
|
42
|
+
channel_id: 'channel-8'
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
},
|
|
4
46
|
{
|
|
5
47
|
description: 'The native token of Osmosis',
|
|
6
48
|
denom_units: [{
|
|
@@ -89,6 +131,48 @@ const assets = {
|
|
|
89
131
|
}
|
|
90
132
|
}]
|
|
91
133
|
},
|
|
134
|
+
{
|
|
135
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
136
|
+
denom_units: [{
|
|
137
|
+
denom: 'ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159',
|
|
138
|
+
exponent: 0,
|
|
139
|
+
aliases: ['uatom']
|
|
140
|
+
}, {
|
|
141
|
+
denom: 'atom',
|
|
142
|
+
exponent: 6
|
|
143
|
+
}],
|
|
144
|
+
base: 'ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159',
|
|
145
|
+
name: 'Cosmos Hub Atom',
|
|
146
|
+
display: 'atom',
|
|
147
|
+
symbol: 'ATOM',
|
|
148
|
+
logo_URIs: {
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
151
|
+
},
|
|
152
|
+
coingecko_id: 'cosmos',
|
|
153
|
+
images: [{
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
156
|
+
theme: {
|
|
157
|
+
primary_color_hex: '#272d45'
|
|
158
|
+
}
|
|
159
|
+
}],
|
|
160
|
+
socials: {
|
|
161
|
+
website: 'https://cosmos.network',
|
|
162
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
163
|
+
},
|
|
164
|
+
traces: [{
|
|
165
|
+
type: 'ibc',
|
|
166
|
+
counterparty: {
|
|
167
|
+
channel_id: 'channel-341',
|
|
168
|
+
base_denom: 'uatom',
|
|
169
|
+
chain_name: 'cosmoshub'
|
|
170
|
+
},
|
|
171
|
+
chain: {
|
|
172
|
+
channel_id: 'channel-8'
|
|
173
|
+
}
|
|
174
|
+
}]
|
|
175
|
+
},
|
|
92
176
|
{
|
|
93
177
|
description: 'The native token of Osmosis',
|
|
94
178
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -507,6 +507,185 @@ const assets = {
|
|
|
507
507
|
}
|
|
508
508
|
}]
|
|
509
509
|
},
|
|
510
|
+
{
|
|
511
|
+
description: 'The staking token of Bostrom',
|
|
512
|
+
denom_units: [{
|
|
513
|
+
denom: 'ibc/03D28CFE7A878F122AB9727064E916B12FB88AFEC7CFF0DCBD1F9028399EB06F',
|
|
514
|
+
exponent: 0,
|
|
515
|
+
aliases: ['boot']
|
|
516
|
+
}],
|
|
517
|
+
base: 'ibc/03D28CFE7A878F122AB9727064E916B12FB88AFEC7CFF0DCBD1F9028399EB06F',
|
|
518
|
+
name: 'Bostrom',
|
|
519
|
+
display: 'boot',
|
|
520
|
+
symbol: 'BOOT',
|
|
521
|
+
logo_URIs: {
|
|
522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg'
|
|
524
|
+
},
|
|
525
|
+
coingecko_id: 'bostrom',
|
|
526
|
+
images: [{
|
|
527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
528
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg',
|
|
529
|
+
theme: {
|
|
530
|
+
primary_color_hex: '#4cea4e'
|
|
531
|
+
}
|
|
532
|
+
}],
|
|
533
|
+
traces: [{
|
|
534
|
+
type: 'ibc',
|
|
535
|
+
counterparty: {
|
|
536
|
+
channel_id: 'channel-8',
|
|
537
|
+
base_denom: 'boot',
|
|
538
|
+
chain_name: 'bostrom'
|
|
539
|
+
},
|
|
540
|
+
chain: {
|
|
541
|
+
channel_id: 'channel-341'
|
|
542
|
+
}
|
|
543
|
+
}]
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
description: 'The liquid staking token of Bostrom',
|
|
547
|
+
denom_units: [{
|
|
548
|
+
denom: 'ibc/E1E3344174D2A40CD8D35BB227348D4CD7DF15B19E9F71FAF8810D2039B838B7',
|
|
549
|
+
exponent: 0,
|
|
550
|
+
aliases: ['hydrogen']
|
|
551
|
+
}],
|
|
552
|
+
base: 'ibc/E1E3344174D2A40CD8D35BB227348D4CD7DF15B19E9F71FAF8810D2039B838B7',
|
|
553
|
+
name: 'Bostrom Hydrogen',
|
|
554
|
+
display: 'hydrogen',
|
|
555
|
+
symbol: 'HYDROGEN',
|
|
556
|
+
logo_URIs: {
|
|
557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg'
|
|
559
|
+
},
|
|
560
|
+
images: [{
|
|
561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg',
|
|
563
|
+
theme: {
|
|
564
|
+
primary_color_hex: '#ffffff'
|
|
565
|
+
}
|
|
566
|
+
}],
|
|
567
|
+
traces: [{
|
|
568
|
+
type: 'ibc',
|
|
569
|
+
counterparty: {
|
|
570
|
+
channel_id: 'channel-8',
|
|
571
|
+
base_denom: 'hydrogen',
|
|
572
|
+
chain_name: 'bostrom'
|
|
573
|
+
},
|
|
574
|
+
chain: {
|
|
575
|
+
channel_id: 'channel-341'
|
|
576
|
+
}
|
|
577
|
+
}]
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
description: 'The resource token of Bostrom',
|
|
581
|
+
denom_units: [{
|
|
582
|
+
denom: 'ibc/6A196466D372F80D2FA582D6B6400CAAE08202B4F5839501BEA5C8B88F9C59A0',
|
|
583
|
+
exponent: 0,
|
|
584
|
+
aliases: ['milliampere']
|
|
585
|
+
}, {
|
|
586
|
+
denom: 'ampere',
|
|
587
|
+
exponent: 3,
|
|
588
|
+
aliases: ['ampere']
|
|
589
|
+
}],
|
|
590
|
+
base: 'ibc/6A196466D372F80D2FA582D6B6400CAAE08202B4F5839501BEA5C8B88F9C59A0',
|
|
591
|
+
name: 'Bostrom Ampere',
|
|
592
|
+
display: 'ampere',
|
|
593
|
+
symbol: 'A',
|
|
594
|
+
logo_URIs: {
|
|
595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
597
|
+
},
|
|
598
|
+
images: [{
|
|
599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
600
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg',
|
|
601
|
+
theme: {
|
|
602
|
+
primary_color_hex: '#f4ecce'
|
|
603
|
+
}
|
|
604
|
+
}],
|
|
605
|
+
traces: [{
|
|
606
|
+
type: 'ibc',
|
|
607
|
+
counterparty: {
|
|
608
|
+
channel_id: 'channel-8',
|
|
609
|
+
base_denom: 'milliampere',
|
|
610
|
+
chain_name: 'bostrom'
|
|
611
|
+
},
|
|
612
|
+
chain: {
|
|
613
|
+
channel_id: 'channel-341'
|
|
614
|
+
}
|
|
615
|
+
}]
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
description: 'The resource token of Bostrom',
|
|
619
|
+
denom_units: [{
|
|
620
|
+
denom: 'ibc/7129E2BFCA2543AE222CEEE5C8C9F688537DFC563DB69ED1E39EB3F73CB7C644',
|
|
621
|
+
exponent: 0,
|
|
622
|
+
aliases: ['millivolt']
|
|
623
|
+
}, {
|
|
624
|
+
denom: 'volt',
|
|
625
|
+
exponent: 3,
|
|
626
|
+
aliases: ['volt']
|
|
627
|
+
}],
|
|
628
|
+
base: 'ibc/7129E2BFCA2543AE222CEEE5C8C9F688537DFC563DB69ED1E39EB3F73CB7C644',
|
|
629
|
+
name: 'Bostrom Volt',
|
|
630
|
+
display: 'volt',
|
|
631
|
+
symbol: 'V',
|
|
632
|
+
logo_URIs: {
|
|
633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
635
|
+
},
|
|
636
|
+
images: [{
|
|
637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg',
|
|
639
|
+
theme: {
|
|
640
|
+
primary_color_hex: '#fba809'
|
|
641
|
+
}
|
|
642
|
+
}],
|
|
643
|
+
traces: [{
|
|
644
|
+
type: 'ibc',
|
|
645
|
+
counterparty: {
|
|
646
|
+
channel_id: 'channel-8',
|
|
647
|
+
base_denom: 'millivolt',
|
|
648
|
+
chain_name: 'bostrom'
|
|
649
|
+
},
|
|
650
|
+
chain: {
|
|
651
|
+
channel_id: 'channel-341'
|
|
652
|
+
}
|
|
653
|
+
}]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
description: 'The staking token of Cyber',
|
|
657
|
+
denom_units: [{
|
|
658
|
+
denom: 'ibc/BF18EF7F331466EE322B497811B8D21F9744E1E77158DE07117D38A3791E8BD5',
|
|
659
|
+
exponent: 0,
|
|
660
|
+
aliases: ['tocyb']
|
|
661
|
+
}],
|
|
662
|
+
base: 'ibc/BF18EF7F331466EE322B497811B8D21F9744E1E77158DE07117D38A3791E8BD5',
|
|
663
|
+
name: 'Bostrom Tocyb',
|
|
664
|
+
display: 'tocyb',
|
|
665
|
+
symbol: 'TOCYB',
|
|
666
|
+
logo_URIs: {
|
|
667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg'
|
|
669
|
+
},
|
|
670
|
+
images: [{
|
|
671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg',
|
|
673
|
+
theme: {
|
|
674
|
+
primary_color_hex: '#1e8fa9'
|
|
675
|
+
}
|
|
676
|
+
}],
|
|
677
|
+
traces: [{
|
|
678
|
+
type: 'ibc',
|
|
679
|
+
counterparty: {
|
|
680
|
+
channel_id: 'channel-8',
|
|
681
|
+
base_denom: 'tocyb',
|
|
682
|
+
chain_name: 'bostrom'
|
|
683
|
+
},
|
|
684
|
+
chain: {
|
|
685
|
+
channel_id: 'channel-341'
|
|
686
|
+
}
|
|
687
|
+
}]
|
|
688
|
+
},
|
|
510
689
|
{
|
|
511
690
|
description: 'The native governance token of Carbon',
|
|
512
691
|
denom_units: [{
|
|
@@ -1222,6 +1401,185 @@ const assets = {
|
|
|
1222
1401
|
}
|
|
1223
1402
|
}]
|
|
1224
1403
|
},
|
|
1404
|
+
{
|
|
1405
|
+
description: 'The staking token of Bostrom',
|
|
1406
|
+
denom_units: [{
|
|
1407
|
+
denom: 'ibc/03D28CFE7A878F122AB9727064E916B12FB88AFEC7CFF0DCBD1F9028399EB06F',
|
|
1408
|
+
exponent: 0,
|
|
1409
|
+
aliases: ['boot']
|
|
1410
|
+
}],
|
|
1411
|
+
base: 'ibc/03D28CFE7A878F122AB9727064E916B12FB88AFEC7CFF0DCBD1F9028399EB06F',
|
|
1412
|
+
name: 'Bostrom',
|
|
1413
|
+
display: 'boot',
|
|
1414
|
+
symbol: 'BOOT',
|
|
1415
|
+
logo_URIs: {
|
|
1416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
1417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg'
|
|
1418
|
+
},
|
|
1419
|
+
coingecko_id: 'bostrom',
|
|
1420
|
+
images: [{
|
|
1421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
1422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg',
|
|
1423
|
+
theme: {
|
|
1424
|
+
primary_color_hex: '#4cea4e'
|
|
1425
|
+
}
|
|
1426
|
+
}],
|
|
1427
|
+
traces: [{
|
|
1428
|
+
type: 'ibc',
|
|
1429
|
+
counterparty: {
|
|
1430
|
+
channel_id: 'channel-8',
|
|
1431
|
+
base_denom: 'boot',
|
|
1432
|
+
chain_name: 'bostrom'
|
|
1433
|
+
},
|
|
1434
|
+
chain: {
|
|
1435
|
+
channel_id: 'channel-341'
|
|
1436
|
+
}
|
|
1437
|
+
}]
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
description: 'The liquid staking token of Bostrom',
|
|
1441
|
+
denom_units: [{
|
|
1442
|
+
denom: 'ibc/E1E3344174D2A40CD8D35BB227348D4CD7DF15B19E9F71FAF8810D2039B838B7',
|
|
1443
|
+
exponent: 0,
|
|
1444
|
+
aliases: ['hydrogen']
|
|
1445
|
+
}],
|
|
1446
|
+
base: 'ibc/E1E3344174D2A40CD8D35BB227348D4CD7DF15B19E9F71FAF8810D2039B838B7',
|
|
1447
|
+
name: 'Bostrom Hydrogen',
|
|
1448
|
+
display: 'hydrogen',
|
|
1449
|
+
symbol: 'HYDROGEN',
|
|
1450
|
+
logo_URIs: {
|
|
1451
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
1452
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg'
|
|
1453
|
+
},
|
|
1454
|
+
images: [{
|
|
1455
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
1456
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg',
|
|
1457
|
+
theme: {
|
|
1458
|
+
primary_color_hex: '#ffffff'
|
|
1459
|
+
}
|
|
1460
|
+
}],
|
|
1461
|
+
traces: [{
|
|
1462
|
+
type: 'ibc',
|
|
1463
|
+
counterparty: {
|
|
1464
|
+
channel_id: 'channel-8',
|
|
1465
|
+
base_denom: 'hydrogen',
|
|
1466
|
+
chain_name: 'bostrom'
|
|
1467
|
+
},
|
|
1468
|
+
chain: {
|
|
1469
|
+
channel_id: 'channel-341'
|
|
1470
|
+
}
|
|
1471
|
+
}]
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
description: 'The resource token of Bostrom',
|
|
1475
|
+
denom_units: [{
|
|
1476
|
+
denom: 'ibc/6A196466D372F80D2FA582D6B6400CAAE08202B4F5839501BEA5C8B88F9C59A0',
|
|
1477
|
+
exponent: 0,
|
|
1478
|
+
aliases: ['milliampere']
|
|
1479
|
+
}, {
|
|
1480
|
+
denom: 'ampere',
|
|
1481
|
+
exponent: 3,
|
|
1482
|
+
aliases: ['ampere']
|
|
1483
|
+
}],
|
|
1484
|
+
base: 'ibc/6A196466D372F80D2FA582D6B6400CAAE08202B4F5839501BEA5C8B88F9C59A0',
|
|
1485
|
+
name: 'Bostrom Ampere',
|
|
1486
|
+
display: 'ampere',
|
|
1487
|
+
symbol: 'A',
|
|
1488
|
+
logo_URIs: {
|
|
1489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
1490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
1491
|
+
},
|
|
1492
|
+
images: [{
|
|
1493
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
1494
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg',
|
|
1495
|
+
theme: {
|
|
1496
|
+
primary_color_hex: '#f4ecce'
|
|
1497
|
+
}
|
|
1498
|
+
}],
|
|
1499
|
+
traces: [{
|
|
1500
|
+
type: 'ibc',
|
|
1501
|
+
counterparty: {
|
|
1502
|
+
channel_id: 'channel-8',
|
|
1503
|
+
base_denom: 'milliampere',
|
|
1504
|
+
chain_name: 'bostrom'
|
|
1505
|
+
},
|
|
1506
|
+
chain: {
|
|
1507
|
+
channel_id: 'channel-341'
|
|
1508
|
+
}
|
|
1509
|
+
}]
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
description: 'The resource token of Bostrom',
|
|
1513
|
+
denom_units: [{
|
|
1514
|
+
denom: 'ibc/7129E2BFCA2543AE222CEEE5C8C9F688537DFC563DB69ED1E39EB3F73CB7C644',
|
|
1515
|
+
exponent: 0,
|
|
1516
|
+
aliases: ['millivolt']
|
|
1517
|
+
}, {
|
|
1518
|
+
denom: 'volt',
|
|
1519
|
+
exponent: 3,
|
|
1520
|
+
aliases: ['volt']
|
|
1521
|
+
}],
|
|
1522
|
+
base: 'ibc/7129E2BFCA2543AE222CEEE5C8C9F688537DFC563DB69ED1E39EB3F73CB7C644',
|
|
1523
|
+
name: 'Bostrom Volt',
|
|
1524
|
+
display: 'volt',
|
|
1525
|
+
symbol: 'V',
|
|
1526
|
+
logo_URIs: {
|
|
1527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
1528
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
1529
|
+
},
|
|
1530
|
+
images: [{
|
|
1531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
1532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg',
|
|
1533
|
+
theme: {
|
|
1534
|
+
primary_color_hex: '#fba809'
|
|
1535
|
+
}
|
|
1536
|
+
}],
|
|
1537
|
+
traces: [{
|
|
1538
|
+
type: 'ibc',
|
|
1539
|
+
counterparty: {
|
|
1540
|
+
channel_id: 'channel-8',
|
|
1541
|
+
base_denom: 'millivolt',
|
|
1542
|
+
chain_name: 'bostrom'
|
|
1543
|
+
},
|
|
1544
|
+
chain: {
|
|
1545
|
+
channel_id: 'channel-341'
|
|
1546
|
+
}
|
|
1547
|
+
}]
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
description: 'The staking token of Cyber',
|
|
1551
|
+
denom_units: [{
|
|
1552
|
+
denom: 'ibc/BF18EF7F331466EE322B497811B8D21F9744E1E77158DE07117D38A3791E8BD5',
|
|
1553
|
+
exponent: 0,
|
|
1554
|
+
aliases: ['tocyb']
|
|
1555
|
+
}],
|
|
1556
|
+
base: 'ibc/BF18EF7F331466EE322B497811B8D21F9744E1E77158DE07117D38A3791E8BD5',
|
|
1557
|
+
name: 'Bostrom Tocyb',
|
|
1558
|
+
display: 'tocyb',
|
|
1559
|
+
symbol: 'TOCYB',
|
|
1560
|
+
logo_URIs: {
|
|
1561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
1562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg'
|
|
1563
|
+
},
|
|
1564
|
+
images: [{
|
|
1565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
1566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg',
|
|
1567
|
+
theme: {
|
|
1568
|
+
primary_color_hex: '#1e8fa9'
|
|
1569
|
+
}
|
|
1570
|
+
}],
|
|
1571
|
+
traces: [{
|
|
1572
|
+
type: 'ibc',
|
|
1573
|
+
counterparty: {
|
|
1574
|
+
channel_id: 'channel-8',
|
|
1575
|
+
base_denom: 'tocyb',
|
|
1576
|
+
chain_name: 'bostrom'
|
|
1577
|
+
},
|
|
1578
|
+
chain: {
|
|
1579
|
+
channel_id: 'channel-341'
|
|
1580
|
+
}
|
|
1581
|
+
}]
|
|
1582
|
+
},
|
|
1225
1583
|
{
|
|
1226
1584
|
description: 'The native governance token of Carbon',
|
|
1227
1585
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -22527,6 +22527,10 @@ const assets = {
|
|
|
22527
22527
|
primary_color_hex: '#050505'
|
|
22528
22528
|
}
|
|
22529
22529
|
}],
|
|
22530
|
+
socials: {
|
|
22531
|
+
website: 'https://www.nride.com',
|
|
22532
|
+
twitter: 'https://twitter.com/nRide12'
|
|
22533
|
+
},
|
|
22530
22534
|
traces: [{
|
|
22531
22535
|
type: 'ibc-cw20',
|
|
22532
22536
|
counterparty: {
|
|
@@ -25422,6 +25426,10 @@ const assets = {
|
|
|
25422
25426
|
primary_color_hex: '#050505'
|
|
25423
25427
|
}
|
|
25424
25428
|
}],
|
|
25429
|
+
socials: {
|
|
25430
|
+
website: 'https://www.nride.com',
|
|
25431
|
+
twitter: 'https://twitter.com/nRide12'
|
|
25432
|
+
},
|
|
25425
25433
|
traces: [{
|
|
25426
25434
|
type: 'ibc-cw20',
|
|
25427
25435
|
counterparty: {
|
|
@@ -7646,6 +7646,10 @@ const assets = {
|
|
|
7646
7646
|
primary_color_hex: '#050505'
|
|
7647
7647
|
}
|
|
7648
7648
|
}],
|
|
7649
|
+
socials: {
|
|
7650
|
+
website: 'https://www.nride.com',
|
|
7651
|
+
twitter: 'https://twitter.com/nRide12'
|
|
7652
|
+
},
|
|
7649
7653
|
traces: [{
|
|
7650
7654
|
type: 'ibc-cw20',
|
|
7651
7655
|
counterparty: {
|
|
@@ -11031,6 +11035,10 @@ const assets = {
|
|
|
11031
11035
|
primary_color_hex: '#050505'
|
|
11032
11036
|
}
|
|
11033
11037
|
}],
|
|
11038
|
+
socials: {
|
|
11039
|
+
website: 'https://www.nride.com',
|
|
11040
|
+
twitter: 'https://twitter.com/nRide12'
|
|
11041
|
+
},
|
|
11034
11042
|
traces: [{
|
|
11035
11043
|
type: 'ibc-cw20',
|
|
11036
11044
|
counterparty: {
|