@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.
@@ -345,7 +345,8 @@ const assets = {
345
345
  display: 'ORAI',
346
346
  symbol: 'ORAI',
347
347
  logo_URIs: {
348
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
348
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
349
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
349
350
  },
350
351
  coingecko_id: 'oraichain-token',
351
352
  socials: {
@@ -355,17 +356,18 @@ const assets = {
355
356
  images: [
356
357
  {
357
358
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
359
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
358
360
  theme: {
359
361
  circle: true,
360
- dark_mode: true,
361
- primary_color_hex: '#040404'
362
+ primary_color_hex: '#000000',
363
+ background_color_hex: '#FFFFFF'
362
364
  }
363
365
  },
364
366
  {
365
367
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
366
368
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
367
369
  theme: {
368
- circle: true,
370
+ circle: false,
369
371
  dark_mode: true,
370
372
  primary_color_hex: '#FFFFFF'
371
373
  }
@@ -374,7 +376,7 @@ const assets = {
374
376
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
375
377
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
376
378
  theme: {
377
- circle: true,
379
+ circle: false,
378
380
  dark_mode: false,
379
381
  primary_color_hex: '#000000'
380
382
  }
@@ -2010,7 +2012,8 @@ const assets = {
2010
2012
  display: 'ORAI',
2011
2013
  symbol: 'ORAI',
2012
2014
  logo_URIs: {
2013
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
2015
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
2016
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
2014
2017
  },
2015
2018
  coingecko_id: 'oraichain-token',
2016
2019
  socials: {
@@ -2020,17 +2023,18 @@ const assets = {
2020
2023
  images: [
2021
2024
  {
2022
2025
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
2026
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
2023
2027
  theme: {
2024
2028
  circle: true,
2025
- dark_mode: true,
2026
- primary_color_hex: '#040404'
2029
+ primary_color_hex: '#000000',
2030
+ background_color_hex: '#FFFFFF'
2027
2031
  }
2028
2032
  },
2029
2033
  {
2030
2034
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
2031
2035
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
2032
2036
  theme: {
2033
- circle: true,
2037
+ circle: false,
2034
2038
  dark_mode: true,
2035
2039
  primary_color_hex: '#FFFFFF'
2036
2040
  }
@@ -2039,7 +2043,7 @@ const assets = {
2039
2043
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
2040
2044
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
2041
2045
  theme: {
2042
- circle: true,
2046
+ circle: false,
2043
2047
  dark_mode: false,
2044
2048
  primary_color_hex: '#000000'
2045
2049
  }
@@ -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: [{
@@ -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: [{
@@ -3335,7 +3693,8 @@ const assets = {
3335
3693
  display: 'ORAI',
3336
3694
  symbol: 'ORAI',
3337
3695
  logo_URIs: {
3338
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
3696
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
3697
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
3339
3698
  },
3340
3699
  coingecko_id: 'oraichain-token',
3341
3700
  socials: {
@@ -3345,17 +3704,18 @@ const assets = {
3345
3704
  images: [
3346
3705
  {
3347
3706
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
3707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
3348
3708
  theme: {
3349
3709
  circle: true,
3350
- dark_mode: true,
3351
- primary_color_hex: '#040404'
3710
+ primary_color_hex: '#000000',
3711
+ background_color_hex: '#FFFFFF'
3352
3712
  }
3353
3713
  },
3354
3714
  {
3355
3715
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
3356
3716
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
3357
3717
  theme: {
3358
- circle: true,
3718
+ circle: false,
3359
3719
  dark_mode: true,
3360
3720
  primary_color_hex: '#FFFFFF'
3361
3721
  }
@@ -3364,7 +3724,7 @@ const assets = {
3364
3724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
3365
3725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
3366
3726
  theme: {
3367
- circle: true,
3727
+ circle: false,
3368
3728
  dark_mode: false,
3369
3729
  primary_color_hex: '#000000'
3370
3730
  }
@@ -8775,7 +9135,8 @@ const assets = {
8775
9135
  display: 'ORAI',
8776
9136
  symbol: 'ORAI',
8777
9137
  logo_URIs: {
8778
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
9138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
9139
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
8779
9140
  },
8780
9141
  coingecko_id: 'oraichain-token',
8781
9142
  socials: {
@@ -8785,17 +9146,18 @@ const assets = {
8785
9146
  images: [
8786
9147
  {
8787
9148
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
9149
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
8788
9150
  theme: {
8789
9151
  circle: true,
8790
- dark_mode: true,
8791
- primary_color_hex: '#040404'
9152
+ primary_color_hex: '#000000',
9153
+ background_color_hex: '#FFFFFF'
8792
9154
  }
8793
9155
  },
8794
9156
  {
8795
9157
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
8796
9158
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
8797
9159
  theme: {
8798
- circle: true,
9160
+ circle: false,
8799
9161
  dark_mode: true,
8800
9162
  primary_color_hex: '#FFFFFF'
8801
9163
  }
@@ -8804,7 +9166,7 @@ const assets = {
8804
9166
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
8805
9167
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
8806
9168
  theme: {
8807
- circle: true,
9169
+ circle: false,
8808
9170
  dark_mode: false,
8809
9171
  primary_color_hex: '#000000'
8810
9172
  }