@chain-registry/assets 1.64.25 → 1.64.26

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.
Files changed (55) hide show
  1. package/esm/mainnet/archway.js +6 -2
  2. package/esm/mainnet/axelar.js +32 -4
  3. package/esm/mainnet/celestia.js +6 -2
  4. package/esm/mainnet/chihuahua.js +6 -2
  5. package/esm/mainnet/composable.js +6 -2
  6. package/esm/mainnet/cosmoshub.js +34 -6
  7. package/esm/mainnet/dydx.js +6 -2
  8. package/esm/mainnet/dymension.js +6 -2
  9. package/esm/mainnet/injective.js +6 -2
  10. package/esm/mainnet/juno.js +6 -2
  11. package/esm/mainnet/kava.js +6 -2
  12. package/esm/mainnet/kujira.js +6 -2
  13. package/esm/mainnet/mars.js +6 -2
  14. package/esm/mainnet/noble.js +14 -10
  15. package/esm/mainnet/nois.js +6 -2
  16. package/esm/mainnet/nolus.js +6 -2
  17. package/esm/mainnet/nomic.js +6 -2
  18. package/esm/mainnet/osmosis.js +34 -6
  19. package/esm/mainnet/persistence.js +6 -2
  20. package/esm/mainnet/pryzm.js +6 -2
  21. package/esm/mainnet/saga.js +6 -2
  22. package/esm/mainnet/secretnetwork.js +6 -2
  23. package/esm/mainnet/sei.js +6 -2
  24. package/esm/mainnet/shido.js +24 -24
  25. package/esm/mainnet/stargaze.js +6 -2
  26. package/esm/mainnet/stride.js +6 -2
  27. package/esm/mainnet/terra2.js +6 -2
  28. package/mainnet/archway.js +6 -2
  29. package/mainnet/axelar.js +32 -4
  30. package/mainnet/celestia.js +6 -2
  31. package/mainnet/chihuahua.js +6 -2
  32. package/mainnet/composable.js +6 -2
  33. package/mainnet/cosmoshub.js +34 -6
  34. package/mainnet/dydx.js +6 -2
  35. package/mainnet/dymension.js +6 -2
  36. package/mainnet/injective.js +6 -2
  37. package/mainnet/juno.js +6 -2
  38. package/mainnet/kava.js +6 -2
  39. package/mainnet/kujira.js +6 -2
  40. package/mainnet/mars.js +6 -2
  41. package/mainnet/noble.js +14 -10
  42. package/mainnet/nois.js +6 -2
  43. package/mainnet/nolus.js +6 -2
  44. package/mainnet/nomic.js +6 -2
  45. package/mainnet/osmosis.js +34 -6
  46. package/mainnet/persistence.js +6 -2
  47. package/mainnet/pryzm.js +6 -2
  48. package/mainnet/saga.js +6 -2
  49. package/mainnet/secretnetwork.js +6 -2
  50. package/mainnet/sei.js +6 -2
  51. package/mainnet/shido.js +24 -24
  52. package/mainnet/stargaze.js +6 -2
  53. package/mainnet/stride.js +6 -2
  54. package/mainnet/terra2.js +6 -2
  55. package/package.json +5 -5
@@ -791,7 +791,9 @@ const assets = {
791
791
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
792
792
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
793
793
  theme: {
794
- primary_color_hex: '#040404'
794
+ primary_color_hex: '#040404',
795
+ background_color_hex: '#000000',
796
+ circle: true
795
797
  }
796
798
  }],
797
799
  socials: {
@@ -1996,7 +1998,9 @@ const assets = {
1996
1998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1997
1999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1998
2000
  theme: {
1999
- primary_color_hex: '#040404'
2001
+ primary_color_hex: '#040404',
2002
+ background_color_hex: '#000000',
2003
+ circle: true
2000
2004
  }
2001
2005
  }],
2002
2006
  socials: {
@@ -931,7 +931,19 @@ const assets = {
931
931
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
932
932
  },
933
933
  images: [{
934
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
934
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
935
+ theme: {
936
+ primary_color_hex: '#00e33a',
937
+ background_color_hex: '#00e33a',
938
+ circle: true
939
+ }
940
+ }, {
941
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
942
+ theme: {
943
+ primary_color_hex: '#00e33a',
944
+ background_color_hex: '#00e33a',
945
+ circle: false
946
+ }
935
947
  }],
936
948
  traces: [{
937
949
  type: 'ibc',
@@ -1721,7 +1733,9 @@ const assets = {
1721
1733
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1722
1734
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1723
1735
  theme: {
1724
- primary_color_hex: '#040404'
1736
+ primary_color_hex: '#040404',
1737
+ background_color_hex: '#000000',
1738
+ circle: true
1725
1739
  }
1726
1740
  }],
1727
1741
  socials: {
@@ -3059,7 +3073,19 @@ const assets = {
3059
3073
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
3060
3074
  },
3061
3075
  images: [{
3062
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
3076
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
3077
+ theme: {
3078
+ primary_color_hex: '#00e33a',
3079
+ background_color_hex: '#00e33a',
3080
+ circle: true
3081
+ }
3082
+ }, {
3083
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
3084
+ theme: {
3085
+ primary_color_hex: '#00e33a',
3086
+ background_color_hex: '#00e33a',
3087
+ circle: false
3088
+ }
3063
3089
  }],
3064
3090
  traces: [{
3065
3091
  type: 'ibc',
@@ -3849,7 +3875,9 @@ const assets = {
3849
3875
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3850
3876
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3851
3877
  theme: {
3852
- primary_color_hex: '#040404'
3878
+ primary_color_hex: '#040404',
3879
+ background_color_hex: '#000000',
3880
+ circle: true
3853
3881
  }
3854
3882
  }],
3855
3883
  socials: {
@@ -783,7 +783,9 @@ const assets = {
783
783
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
784
784
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
785
785
  theme: {
786
- primary_color_hex: '#040404'
786
+ primary_color_hex: '#040404',
787
+ background_color_hex: '#000000',
788
+ circle: true
787
789
  }
788
790
  }],
789
791
  socials: {
@@ -1936,7 +1938,9 @@ const assets = {
1936
1938
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1937
1939
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1938
1940
  theme: {
1939
- primary_color_hex: '#040404'
1941
+ primary_color_hex: '#040404',
1942
+ background_color_hex: '#000000',
1943
+ circle: true
1940
1944
  }
1941
1945
  }],
1942
1946
  socials: {
@@ -104,7 +104,9 @@ const assets = {
104
104
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
105
105
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
106
106
  theme: {
107
- primary_color_hex: '#040404'
107
+ primary_color_hex: '#040404',
108
+ background_color_hex: '#000000',
109
+ circle: true
108
110
  }
109
111
  }],
110
112
  socials: {
@@ -572,7 +574,9 @@ const assets = {
572
574
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
573
575
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
574
576
  theme: {
575
- primary_color_hex: '#040404'
577
+ primary_color_hex: '#040404',
578
+ background_color_hex: '#000000',
579
+ circle: true
576
580
  }
577
581
  }],
578
582
  socials: {
@@ -1960,7 +1960,9 @@ const assets = {
1960
1960
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1961
1961
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1962
1962
  theme: {
1963
- primary_color_hex: '#040404'
1963
+ primary_color_hex: '#040404',
1964
+ background_color_hex: '#000000',
1965
+ circle: true
1964
1966
  }
1965
1967
  }],
1966
1968
  socials: {
@@ -3349,7 +3351,9 @@ const assets = {
3349
3351
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3350
3352
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3351
3353
  theme: {
3352
- primary_color_hex: '#040404'
3354
+ primary_color_hex: '#040404',
3355
+ background_color_hex: '#000000',
3356
+ circle: true
3353
3357
  }
3354
3358
  }],
3355
3359
  socials: {
@@ -626,7 +626,7 @@ const assets = {
626
626
  }]
627
627
  },
628
628
  {
629
- description: 'Decentralized Machine Learning',
629
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
630
630
  denom_units: [{
631
631
  denom: 'ibc/C7DE16F5065C5568C2A16C241069D76DA93F056172A40391EB682444AF40F048',
632
632
  exponent: 0,
@@ -1341,7 +1341,7 @@ const assets = {
1341
1341
  }]
1342
1342
  },
1343
1343
  {
1344
- description: 'Decentralized Machine Learning',
1344
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
1345
1345
  denom_units: [{
1346
1346
  denom: 'ibc/C7DE16F5065C5568C2A16C241069D76DA93F056172A40391EB682444AF40F048',
1347
1347
  exponent: 0,
@@ -1871,7 +1871,19 @@ const assets = {
1871
1871
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
1872
1872
  },
1873
1873
  images: [{
1874
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
1874
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
1875
+ theme: {
1876
+ primary_color_hex: '#00e33a',
1877
+ background_color_hex: '#00e33a',
1878
+ circle: true
1879
+ }
1880
+ }, {
1881
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
1882
+ theme: {
1883
+ primary_color_hex: '#00e33a',
1884
+ background_color_hex: '#00e33a',
1885
+ circle: false
1886
+ }
1875
1887
  }],
1876
1888
  traces: [{
1877
1889
  type: 'ibc',
@@ -2933,7 +2945,9 @@ const assets = {
2933
2945
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2934
2946
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2935
2947
  theme: {
2936
- primary_color_hex: '#040404'
2948
+ primary_color_hex: '#040404',
2949
+ background_color_hex: '#000000',
2950
+ circle: true
2937
2951
  }
2938
2952
  }],
2939
2953
  socials: {
@@ -4747,7 +4761,19 @@ const assets = {
4747
4761
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
4748
4762
  },
4749
4763
  images: [{
4750
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
4764
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
4765
+ theme: {
4766
+ primary_color_hex: '#00e33a',
4767
+ background_color_hex: '#00e33a',
4768
+ circle: true
4769
+ }
4770
+ }, {
4771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
4772
+ theme: {
4773
+ primary_color_hex: '#00e33a',
4774
+ background_color_hex: '#00e33a',
4775
+ circle: false
4776
+ }
4751
4777
  }],
4752
4778
  traces: [{
4753
4779
  type: 'ibc',
@@ -5809,7 +5835,9 @@ const assets = {
5809
5835
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
5810
5836
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
5811
5837
  theme: {
5812
- primary_color_hex: '#040404'
5838
+ primary_color_hex: '#040404',
5839
+ background_color_hex: '#000000',
5840
+ circle: true
5813
5841
  }
5814
5842
  }],
5815
5843
  socials: {
@@ -600,7 +600,9 @@ const assets = {
600
600
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
601
601
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
602
602
  theme: {
603
- primary_color_hex: '#040404'
603
+ primary_color_hex: '#040404',
604
+ background_color_hex: '#000000',
605
+ circle: true
604
606
  }
605
607
  }],
606
608
  socials: {
@@ -1512,7 +1514,9 @@ const assets = {
1512
1514
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1513
1515
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1514
1516
  theme: {
1515
- primary_color_hex: '#040404'
1517
+ primary_color_hex: '#040404',
1518
+ background_color_hex: '#000000',
1519
+ circle: true
1516
1520
  }
1517
1521
  }],
1518
1522
  socials: {
@@ -820,7 +820,9 @@ const assets = {
820
820
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
821
821
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
822
822
  theme: {
823
- primary_color_hex: '#040404'
823
+ primary_color_hex: '#040404',
824
+ background_color_hex: '#000000',
825
+ circle: true
824
826
  }
825
827
  }],
826
828
  socials: {
@@ -1739,7 +1741,9 @@ const assets = {
1739
1741
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1740
1742
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1741
1743
  theme: {
1742
- primary_color_hex: '#040404'
1744
+ primary_color_hex: '#040404',
1745
+ background_color_hex: '#000000',
1746
+ circle: true
1743
1747
  }
1744
1748
  }],
1745
1749
  socials: {
@@ -1283,7 +1283,9 @@ const assets = {
1283
1283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1284
1284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1285
1285
  theme: {
1286
- primary_color_hex: '#040404'
1286
+ primary_color_hex: '#040404',
1287
+ background_color_hex: '#000000',
1288
+ circle: true
1287
1289
  }
1288
1290
  }],
1289
1291
  socials: {
@@ -2461,7 +2463,9 @@ const assets = {
2461
2463
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2462
2464
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2463
2465
  theme: {
2464
- primary_color_hex: '#040404'
2466
+ primary_color_hex: '#040404',
2467
+ background_color_hex: '#000000',
2468
+ circle: true
2465
2469
  }
2466
2470
  }],
2467
2471
  socials: {
@@ -1810,7 +1810,9 @@ const assets = {
1810
1810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1811
1811
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1812
1812
  theme: {
1813
- primary_color_hex: '#040404'
1813
+ primary_color_hex: '#040404',
1814
+ background_color_hex: '#000000',
1815
+ circle: true
1814
1816
  }
1815
1817
  }],
1816
1818
  socials: {
@@ -3706,7 +3708,9 @@ const assets = {
3706
3708
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3707
3709
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3708
3710
  theme: {
3709
- primary_color_hex: '#040404'
3711
+ primary_color_hex: '#040404',
3712
+ background_color_hex: '#000000',
3713
+ circle: true
3710
3714
  }
3711
3715
  }],
3712
3716
  socials: {
@@ -1570,7 +1570,9 @@ const assets = {
1570
1570
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1571
1571
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1572
1572
  theme: {
1573
- primary_color_hex: '#040404'
1573
+ primary_color_hex: '#040404',
1574
+ background_color_hex: '#000000',
1575
+ circle: true
1574
1576
  }
1575
1577
  }],
1576
1578
  socials: {
@@ -2119,7 +2121,9 @@ const assets = {
2119
2121
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2120
2122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2121
2123
  theme: {
2122
- primary_color_hex: '#040404'
2124
+ primary_color_hex: '#040404',
2125
+ background_color_hex: '#000000',
2126
+ circle: true
2123
2127
  }
2124
2128
  }],
2125
2129
  socials: {
@@ -3608,7 +3608,9 @@ const assets = {
3608
3608
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3609
3609
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3610
3610
  theme: {
3611
- primary_color_hex: '#040404'
3611
+ primary_color_hex: '#040404',
3612
+ background_color_hex: '#000000',
3613
+ circle: true
3612
3614
  }
3613
3615
  }],
3614
3616
  socials: {
@@ -4805,7 +4807,9 @@ const assets = {
4805
4807
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
4806
4808
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
4807
4809
  theme: {
4808
- primary_color_hex: '#040404'
4810
+ primary_color_hex: '#040404',
4811
+ background_color_hex: '#000000',
4812
+ circle: true
4809
4813
  }
4810
4814
  }],
4811
4815
  socials: {
@@ -344,7 +344,9 @@ const assets = {
344
344
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
345
345
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
346
346
  theme: {
347
- primary_color_hex: '#040404'
347
+ primary_color_hex: '#040404',
348
+ background_color_hex: '#000000',
349
+ circle: true
348
350
  }
349
351
  }],
350
352
  socials: {
@@ -621,7 +623,9 @@ const assets = {
621
623
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
622
624
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
623
625
  theme: {
624
- primary_color_hex: '#040404'
626
+ primary_color_hex: '#040404',
627
+ background_color_hex: '#000000',
628
+ circle: true
625
629
  }
626
630
  }],
627
631
  socials: {
@@ -1161,7 +1161,9 @@ const assets = {
1161
1161
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1162
1162
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1163
1163
  theme: {
1164
- primary_color_hex: '#040404'
1164
+ primary_color_hex: '#040404',
1165
+ background_color_hex: '#000000',
1166
+ circle: true
1165
1167
  }
1166
1168
  }],
1167
1169
  socials: {
@@ -2556,7 +2558,9 @@ const assets = {
2556
2558
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2557
2559
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2558
2560
  theme: {
2559
- primary_color_hex: '#040404'
2561
+ primary_color_hex: '#040404',
2562
+ background_color_hex: '#000000',
2563
+ circle: true
2560
2564
  }
2561
2565
  }],
2562
2566
  socials: {
@@ -3356,14 +3360,14 @@ const assets = {
3356
3360
  {
3357
3361
  description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
3358
3362
  denom_units: [{
3359
- denom: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
3363
+ denom: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
3360
3364
  exponent: 0,
3361
3365
  aliases: ['shido']
3362
3366
  }, {
3363
3367
  denom: 'SHIDO',
3364
3368
  exponent: 18
3365
3369
  }],
3366
- base: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
3370
+ base: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
3367
3371
  name: 'Shido',
3368
3372
  display: 'SHIDO',
3369
3373
  symbol: 'SHIDO',
@@ -3386,12 +3390,12 @@ const assets = {
3386
3390
  traces: [{
3387
3391
  type: 'ibc',
3388
3392
  counterparty: {
3389
- channel_id: 'channel-4',
3393
+ channel_id: 'channel-5',
3390
3394
  base_denom: 'shido',
3391
3395
  chain_name: 'shido'
3392
3396
  },
3393
3397
  chain: {
3394
- channel_id: 'channel-84'
3398
+ channel_id: 'channel-87'
3395
3399
  }
3396
3400
  }]
3397
3401
  },
@@ -4120,14 +4124,14 @@ const assets = {
4120
4124
  {
4121
4125
  description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
4122
4126
  denom_units: [{
4123
- denom: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
4127
+ denom: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
4124
4128
  exponent: 0,
4125
4129
  aliases: ['shido']
4126
4130
  }, {
4127
4131
  denom: 'SHIDO',
4128
4132
  exponent: 18
4129
4133
  }],
4130
- base: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
4134
+ base: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
4131
4135
  name: 'Shido',
4132
4136
  display: 'SHIDO',
4133
4137
  symbol: 'SHIDO',
@@ -4150,12 +4154,12 @@ const assets = {
4150
4154
  traces: [{
4151
4155
  type: 'ibc',
4152
4156
  counterparty: {
4153
- channel_id: 'channel-4',
4157
+ channel_id: 'channel-5',
4154
4158
  base_denom: 'shido',
4155
4159
  chain_name: 'shido'
4156
4160
  },
4157
4161
  chain: {
4158
- channel_id: 'channel-84'
4162
+ channel_id: 'channel-87'
4159
4163
  }
4160
4164
  }]
4161
4165
  },
@@ -425,7 +425,9 @@ const assets = {
425
425
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
426
426
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
427
427
  theme: {
428
- primary_color_hex: '#040404'
428
+ primary_color_hex: '#040404',
429
+ background_color_hex: '#000000',
430
+ circle: true
429
431
  }
430
432
  }],
431
433
  socials: {
@@ -973,7 +975,9 @@ const assets = {
973
975
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
974
976
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
975
977
  theme: {
976
- primary_color_hex: '#040404'
978
+ primary_color_hex: '#040404',
979
+ background_color_hex: '#000000',
980
+ circle: true
977
981
  }
978
982
  }],
979
983
  socials: {
@@ -61,7 +61,9 @@ const assets = {
61
61
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
62
62
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
63
63
  theme: {
64
- primary_color_hex: '#040404'
64
+ primary_color_hex: '#040404',
65
+ background_color_hex: '#000000',
66
+ circle: true
65
67
  }
66
68
  }],
67
69
  socials: {
@@ -245,7 +247,9 @@ const assets = {
245
247
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
246
248
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
247
249
  theme: {
248
- primary_color_hex: '#040404'
250
+ primary_color_hex: '#040404',
251
+ background_color_hex: '#000000',
252
+ circle: true
249
253
  }
250
254
  }],
251
255
  socials: {
@@ -66,7 +66,9 @@ const assets = {
66
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
67
67
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
68
68
  theme: {
69
- primary_color_hex: '#040404'
69
+ primary_color_hex: '#040404',
70
+ background_color_hex: '#000000',
71
+ circle: true
70
72
  }
71
73
  }],
72
74
  socials: {
@@ -255,7 +257,9 @@ const assets = {
255
257
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
256
258
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
257
259
  theme: {
258
- primary_color_hex: '#040404'
260
+ primary_color_hex: '#040404',
261
+ background_color_hex: '#000000',
262
+ circle: true
259
263
  }
260
264
  }],
261
265
  socials: {
@@ -1359,7 +1359,7 @@ const assets = {
1359
1359
  }]
1360
1360
  },
1361
1361
  {
1362
- description: 'Decentralized Machine Learning',
1362
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
1363
1363
  denom_units: [{
1364
1364
  denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
1365
1365
  exponent: 0,
@@ -2396,7 +2396,19 @@ const assets = {
2396
2396
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
2397
2397
  },
2398
2398
  images: [{
2399
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
2399
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
2400
+ theme: {
2401
+ primary_color_hex: '#00e33a',
2402
+ background_color_hex: '#00e33a',
2403
+ circle: true
2404
+ }
2405
+ }, {
2406
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
2407
+ theme: {
2408
+ primary_color_hex: '#00e33a',
2409
+ background_color_hex: '#00e33a',
2410
+ circle: false
2411
+ }
2400
2412
  }],
2401
2413
  traces: [{
2402
2414
  type: 'ibc',
@@ -4259,7 +4271,9 @@ const assets = {
4259
4271
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
4260
4272
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
4261
4273
  theme: {
4262
- primary_color_hex: '#040404'
4274
+ primary_color_hex: '#040404',
4275
+ background_color_hex: '#000000',
4276
+ circle: true
4263
4277
  }
4264
4278
  }],
4265
4279
  socials: {
@@ -6468,7 +6482,7 @@ const assets = {
6468
6482
  }]
6469
6483
  },
6470
6484
  {
6471
- description: 'Decentralized Machine Learning',
6485
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
6472
6486
  denom_units: [{
6473
6487
  denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
6474
6488
  exponent: 0,
@@ -7505,7 +7519,19 @@ const assets = {
7505
7519
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
7506
7520
  },
7507
7521
  images: [{
7508
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
7522
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
7523
+ theme: {
7524
+ primary_color_hex: '#00e33a',
7525
+ background_color_hex: '#00e33a',
7526
+ circle: true
7527
+ }
7528
+ }, {
7529
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
7530
+ theme: {
7531
+ primary_color_hex: '#00e33a',
7532
+ background_color_hex: '#00e33a',
7533
+ circle: false
7534
+ }
7509
7535
  }],
7510
7536
  traces: [{
7511
7537
  type: 'ibc',
@@ -9368,7 +9394,9 @@ const assets = {
9368
9394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
9369
9395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
9370
9396
  theme: {
9371
- primary_color_hex: '#040404'
9397
+ primary_color_hex: '#040404',
9398
+ background_color_hex: '#000000',
9399
+ circle: true
9372
9400
  }
9373
9401
  }],
9374
9402
  socials: {