@chain-registry/assets 1.64.84 → 1.64.86

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.
@@ -347,7 +347,8 @@ const assets = {
347
347
  display: 'ORAI',
348
348
  symbol: 'ORAI',
349
349
  logo_URIs: {
350
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
350
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
351
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
351
352
  },
352
353
  coingecko_id: 'oraichain-token',
353
354
  socials: {
@@ -357,17 +358,18 @@ const assets = {
357
358
  images: [
358
359
  {
359
360
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
361
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
360
362
  theme: {
361
363
  circle: true,
362
- dark_mode: true,
363
- primary_color_hex: '#040404'
364
+ primary_color_hex: '#000000',
365
+ background_color_hex: '#FFFFFF'
364
366
  }
365
367
  },
366
368
  {
367
369
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
368
370
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
369
371
  theme: {
370
- circle: true,
372
+ circle: false,
371
373
  dark_mode: true,
372
374
  primary_color_hex: '#FFFFFF'
373
375
  }
@@ -376,7 +378,7 @@ const assets = {
376
378
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
377
379
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
378
380
  theme: {
379
- circle: true,
381
+ circle: false,
380
382
  dark_mode: false,
381
383
  primary_color_hex: '#000000'
382
384
  }
@@ -2012,7 +2014,8 @@ const assets = {
2012
2014
  display: 'ORAI',
2013
2015
  symbol: 'ORAI',
2014
2016
  logo_URIs: {
2015
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
2017
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
2018
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
2016
2019
  },
2017
2020
  coingecko_id: 'oraichain-token',
2018
2021
  socials: {
@@ -2022,17 +2025,18 @@ const assets = {
2022
2025
  images: [
2023
2026
  {
2024
2027
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
2028
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
2025
2029
  theme: {
2026
2030
  circle: true,
2027
- dark_mode: true,
2028
- primary_color_hex: '#040404'
2031
+ primary_color_hex: '#000000',
2032
+ background_color_hex: '#FFFFFF'
2029
2033
  }
2030
2034
  },
2031
2035
  {
2032
2036
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
2033
2037
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
2034
2038
  theme: {
2035
- circle: true,
2039
+ circle: false,
2036
2040
  dark_mode: true,
2037
2041
  primary_color_hex: '#FFFFFF'
2038
2042
  }
@@ -2041,7 +2045,7 @@ const assets = {
2041
2045
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
2042
2046
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
2043
2047
  theme: {
2044
- circle: true,
2048
+ circle: false,
2045
2049
  dark_mode: false,
2046
2050
  primary_color_hex: '#000000'
2047
2051
  }
@@ -3,6 +3,48 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'bostrom',
5
5
  assets: [
6
+ {
7
+ description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
8
+ denom_units: [{
9
+ denom: 'ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159',
10
+ exponent: 0,
11
+ aliases: ['uatom']
12
+ }, {
13
+ denom: 'atom',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159',
17
+ name: 'Cosmos Hub Atom',
18
+ display: 'atom',
19
+ symbol: 'ATOM',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
23
+ },
24
+ coingecko_id: 'cosmos',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
28
+ theme: {
29
+ primary_color_hex: '#272d45'
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://cosmos.network',
34
+ twitter: 'https://twitter.com/cosmoshub'
35
+ },
36
+ traces: [{
37
+ type: 'ibc',
38
+ counterparty: {
39
+ channel_id: 'channel-341',
40
+ base_denom: 'uatom',
41
+ chain_name: 'cosmoshub'
42
+ },
43
+ chain: {
44
+ channel_id: 'channel-8'
45
+ }
46
+ }]
47
+ },
6
48
  {
7
49
  description: 'The native token of Osmosis',
8
50
  denom_units: [{
@@ -91,6 +133,48 @@ const assets = {
91
133
  }
92
134
  }]
93
135
  },
136
+ {
137
+ description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
138
+ denom_units: [{
139
+ denom: 'ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159',
140
+ exponent: 0,
141
+ aliases: ['uatom']
142
+ }, {
143
+ denom: 'atom',
144
+ exponent: 6
145
+ }],
146
+ base: 'ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159',
147
+ name: 'Cosmos Hub Atom',
148
+ display: 'atom',
149
+ symbol: 'ATOM',
150
+ logo_URIs: {
151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
152
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
153
+ },
154
+ coingecko_id: 'cosmos',
155
+ images: [{
156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
158
+ theme: {
159
+ primary_color_hex: '#272d45'
160
+ }
161
+ }],
162
+ socials: {
163
+ website: 'https://cosmos.network',
164
+ twitter: 'https://twitter.com/cosmoshub'
165
+ },
166
+ traces: [{
167
+ type: 'ibc',
168
+ counterparty: {
169
+ channel_id: 'channel-341',
170
+ base_denom: 'uatom',
171
+ chain_name: 'cosmoshub'
172
+ },
173
+ chain: {
174
+ channel_id: 'channel-8'
175
+ }
176
+ }]
177
+ },
94
178
  {
95
179
  description: 'The native token of Osmosis',
96
180
  denom_units: [{
@@ -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: [{
@@ -3337,7 +3695,8 @@ const assets = {
3337
3695
  display: 'ORAI',
3338
3696
  symbol: 'ORAI',
3339
3697
  logo_URIs: {
3340
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
3698
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
3699
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
3341
3700
  },
3342
3701
  coingecko_id: 'oraichain-token',
3343
3702
  socials: {
@@ -3347,17 +3706,18 @@ const assets = {
3347
3706
  images: [
3348
3707
  {
3349
3708
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
3709
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
3350
3710
  theme: {
3351
3711
  circle: true,
3352
- dark_mode: true,
3353
- primary_color_hex: '#040404'
3712
+ primary_color_hex: '#000000',
3713
+ background_color_hex: '#FFFFFF'
3354
3714
  }
3355
3715
  },
3356
3716
  {
3357
3717
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
3358
3718
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
3359
3719
  theme: {
3360
- circle: true,
3720
+ circle: false,
3361
3721
  dark_mode: true,
3362
3722
  primary_color_hex: '#FFFFFF'
3363
3723
  }
@@ -3366,7 +3726,7 @@ const assets = {
3366
3726
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
3367
3727
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
3368
3728
  theme: {
3369
- circle: true,
3729
+ circle: false,
3370
3730
  dark_mode: false,
3371
3731
  primary_color_hex: '#000000'
3372
3732
  }
@@ -8777,7 +9137,8 @@ const assets = {
8777
9137
  display: 'ORAI',
8778
9138
  symbol: 'ORAI',
8779
9139
  logo_URIs: {
8780
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
9140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
9141
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
8781
9142
  },
8782
9143
  coingecko_id: 'oraichain-token',
8783
9144
  socials: {
@@ -8787,17 +9148,18 @@ const assets = {
8787
9148
  images: [
8788
9149
  {
8789
9150
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
9151
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
8790
9152
  theme: {
8791
9153
  circle: true,
8792
- dark_mode: true,
8793
- primary_color_hex: '#040404'
9154
+ primary_color_hex: '#000000',
9155
+ background_color_hex: '#FFFFFF'
8794
9156
  }
8795
9157
  },
8796
9158
  {
8797
9159
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
8798
9160
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
8799
9161
  theme: {
8800
- circle: true,
9162
+ circle: false,
8801
9163
  dark_mode: true,
8802
9164
  primary_color_hex: '#FFFFFF'
8803
9165
  }
@@ -8806,7 +9168,7 @@ const assets = {
8806
9168
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
8807
9169
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
8808
9170
  theme: {
8809
- circle: true,
9171
+ circle: false,
8810
9172
  dark_mode: false,
8811
9173
  primary_color_hex: '#000000'
8812
9174
  }