@chain-registry/assets 1.64.25 → 1.64.27

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 (81) hide show
  1. package/esm/mainnet/acrechain.js +2 -2
  2. package/esm/mainnet/archway.js +6 -2
  3. package/esm/mainnet/assets.js +2 -1
  4. package/esm/mainnet/aura.js +2 -2
  5. package/esm/mainnet/axelar.js +32 -4
  6. package/esm/mainnet/carbon.js +2 -2
  7. package/esm/mainnet/celestia.js +8 -4
  8. package/esm/mainnet/chihuahua.js +6 -2
  9. package/esm/mainnet/composable.js +8 -4
  10. package/esm/mainnet/cosmoshub.js +36 -8
  11. package/esm/mainnet/crescent.js +2 -2
  12. package/esm/mainnet/dydx.js +6 -2
  13. package/esm/mainnet/dymension.js +6 -2
  14. package/esm/mainnet/evmos.js +2 -2
  15. package/esm/mainnet/firmachain.js +182 -0
  16. package/esm/mainnet/gateway.js +2 -2
  17. package/esm/mainnet/index.js +1 -0
  18. package/esm/mainnet/injective.js +6 -2
  19. package/esm/mainnet/juno.js +8 -4
  20. package/esm/mainnet/kava.js +6 -2
  21. package/esm/mainnet/kujira.js +8 -4
  22. package/esm/mainnet/mars.js +6 -2
  23. package/esm/mainnet/migaloo.js +2 -2
  24. package/esm/mainnet/neutron.js +2 -2
  25. package/esm/mainnet/noble.js +16 -12
  26. package/esm/mainnet/nois.js +8 -4
  27. package/esm/mainnet/nolus.js +6 -2
  28. package/esm/mainnet/nomic.js +6 -2
  29. package/esm/mainnet/osmosis.js +112 -8
  30. package/esm/mainnet/persistence.js +8 -4
  31. package/esm/mainnet/pryzm.js +6 -2
  32. package/esm/mainnet/quicksilver.js +2 -2
  33. package/esm/mainnet/saga.js +6 -2
  34. package/esm/mainnet/secretnetwork.js +8 -4
  35. package/esm/mainnet/sei.js +6 -2
  36. package/esm/mainnet/shido.js +24 -24
  37. package/esm/mainnet/stargaze.js +6 -2
  38. package/esm/mainnet/stride.js +8 -4
  39. package/esm/mainnet/terra2.js +8 -4
  40. package/mainnet/acrechain.js +2 -2
  41. package/mainnet/archway.js +6 -2
  42. package/mainnet/assets.js +2 -1
  43. package/mainnet/aura.js +2 -2
  44. package/mainnet/axelar.js +32 -4
  45. package/mainnet/carbon.js +2 -2
  46. package/mainnet/celestia.js +8 -4
  47. package/mainnet/chihuahua.js +6 -2
  48. package/mainnet/composable.js +8 -4
  49. package/mainnet/cosmoshub.js +36 -8
  50. package/mainnet/crescent.js +2 -2
  51. package/mainnet/dydx.js +6 -2
  52. package/mainnet/dymension.js +6 -2
  53. package/mainnet/evmos.js +2 -2
  54. package/mainnet/firmachain.d.ts +3 -0
  55. package/mainnet/firmachain.js +184 -0
  56. package/mainnet/gateway.js +2 -2
  57. package/mainnet/index.d.ts +1 -0
  58. package/mainnet/index.js +4 -3
  59. package/mainnet/injective.js +6 -2
  60. package/mainnet/juno.js +8 -4
  61. package/mainnet/kava.js +6 -2
  62. package/mainnet/kujira.js +8 -4
  63. package/mainnet/mars.js +6 -2
  64. package/mainnet/migaloo.js +2 -2
  65. package/mainnet/neutron.js +2 -2
  66. package/mainnet/noble.js +16 -12
  67. package/mainnet/nois.js +8 -4
  68. package/mainnet/nolus.js +6 -2
  69. package/mainnet/nomic.js +6 -2
  70. package/mainnet/osmosis.js +112 -8
  71. package/mainnet/persistence.js +8 -4
  72. package/mainnet/pryzm.js +6 -2
  73. package/mainnet/quicksilver.js +2 -2
  74. package/mainnet/saga.js +6 -2
  75. package/mainnet/secretnetwork.js +8 -4
  76. package/mainnet/sei.js +6 -2
  77. package/mainnet/shido.js +24 -24
  78. package/mainnet/stargaze.js +6 -2
  79. package/mainnet/stride.js +8 -4
  80. package/mainnet/terra2.js +8 -4
  81. package/package.json +5 -5
@@ -106,7 +106,9 @@ const assets = {
106
106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
107
107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
108
108
  theme: {
109
- primary_color_hex: '#040404'
109
+ primary_color_hex: '#040404',
110
+ background_color_hex: '#000000',
111
+ circle: true
110
112
  }
111
113
  }],
112
114
  socials: {
@@ -574,7 +576,9 @@ const assets = {
574
576
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
575
577
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
576
578
  theme: {
577
- primary_color_hex: '#040404'
579
+ primary_color_hex: '#040404',
580
+ background_color_hex: '#000000',
581
+ circle: true
578
582
  }
579
583
  }],
580
584
  socials: {
@@ -1962,7 +1962,9 @@ const assets = {
1962
1962
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1963
1963
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1964
1964
  theme: {
1965
- primary_color_hex: '#040404'
1965
+ primary_color_hex: '#040404',
1966
+ background_color_hex: '#000000',
1967
+ circle: true
1966
1968
  }
1967
1969
  }],
1968
1970
  socials: {
@@ -2632,7 +2634,7 @@ const assets = {
2632
2634
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2633
2635
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2634
2636
  theme: {
2635
- primary_color_hex: '#b7dfbd'
2637
+ primary_color_hex: '#db2777'
2636
2638
  }
2637
2639
  }],
2638
2640
  socials: {
@@ -3351,7 +3353,9 @@ const assets = {
3351
3353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3352
3354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3353
3355
  theme: {
3354
- primary_color_hex: '#040404'
3356
+ primary_color_hex: '#040404',
3357
+ background_color_hex: '#000000',
3358
+ circle: true
3355
3359
  }
3356
3360
  }],
3357
3361
  socials: {
@@ -3669,7 +3673,7 @@ const assets = {
3669
3673
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3670
3674
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3671
3675
  theme: {
3672
- primary_color_hex: '#b7dfbd'
3676
+ primary_color_hex: '#db2777'
3673
3677
  }
3674
3678
  }],
3675
3679
  socials: {
@@ -628,7 +628,7 @@ const assets = {
628
628
  }]
629
629
  },
630
630
  {
631
- description: 'Decentralized Machine Learning',
631
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
632
632
  denom_units: [{
633
633
  denom: 'ibc/C7DE16F5065C5568C2A16C241069D76DA93F056172A40391EB682444AF40F048',
634
634
  exponent: 0,
@@ -1343,7 +1343,7 @@ const assets = {
1343
1343
  }]
1344
1344
  },
1345
1345
  {
1346
- description: 'Decentralized Machine Learning',
1346
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
1347
1347
  denom_units: [{
1348
1348
  denom: 'ibc/C7DE16F5065C5568C2A16C241069D76DA93F056172A40391EB682444AF40F048',
1349
1349
  exponent: 0,
@@ -1873,7 +1873,19 @@ const assets = {
1873
1873
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
1874
1874
  },
1875
1875
  images: [{
1876
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
1876
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
1877
+ theme: {
1878
+ primary_color_hex: '#00e33a',
1879
+ background_color_hex: '#00e33a',
1880
+ circle: true
1881
+ }
1882
+ }, {
1883
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
1884
+ theme: {
1885
+ primary_color_hex: '#00e33a',
1886
+ background_color_hex: '#00e33a',
1887
+ circle: false
1888
+ }
1877
1889
  }],
1878
1890
  traces: [{
1879
1891
  type: 'ibc',
@@ -2935,7 +2947,9 @@ const assets = {
2935
2947
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2936
2948
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2937
2949
  theme: {
2938
- primary_color_hex: '#040404'
2950
+ primary_color_hex: '#040404',
2951
+ background_color_hex: '#000000',
2952
+ circle: true
2939
2953
  }
2940
2954
  }],
2941
2955
  socials: {
@@ -4051,7 +4065,7 @@ const assets = {
4051
4065
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4052
4066
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4053
4067
  theme: {
4054
- primary_color_hex: '#b7dfbd'
4068
+ primary_color_hex: '#db2777'
4055
4069
  }
4056
4070
  }],
4057
4071
  socials: {
@@ -4749,7 +4763,19 @@ const assets = {
4749
4763
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
4750
4764
  },
4751
4765
  images: [{
4752
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
4766
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
4767
+ theme: {
4768
+ primary_color_hex: '#00e33a',
4769
+ background_color_hex: '#00e33a',
4770
+ circle: true
4771
+ }
4772
+ }, {
4773
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
4774
+ theme: {
4775
+ primary_color_hex: '#00e33a',
4776
+ background_color_hex: '#00e33a',
4777
+ circle: false
4778
+ }
4753
4779
  }],
4754
4780
  traces: [{
4755
4781
  type: 'ibc',
@@ -5811,7 +5837,9 @@ const assets = {
5811
5837
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
5812
5838
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
5813
5839
  theme: {
5814
- primary_color_hex: '#040404'
5840
+ primary_color_hex: '#040404',
5841
+ background_color_hex: '#000000',
5842
+ circle: true
5815
5843
  }
5816
5844
  }],
5817
5845
  socials: {
@@ -6927,7 +6955,7 @@ const assets = {
6927
6955
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
6928
6956
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
6929
6957
  theme: {
6930
- primary_color_hex: '#b7dfbd'
6958
+ primary_color_hex: '#db2777'
6931
6959
  }
6932
6960
  }],
6933
6961
  socials: {
@@ -1704,7 +1704,7 @@ const assets = {
1704
1704
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1705
1705
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1706
1706
  theme: {
1707
- primary_color_hex: '#b7dfbd'
1707
+ primary_color_hex: '#db2777'
1708
1708
  }
1709
1709
  }],
1710
1710
  socials: {
@@ -3966,7 +3966,7 @@ const assets = {
3966
3966
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3967
3967
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3968
3968
  theme: {
3969
- primary_color_hex: '#b7dfbd'
3969
+ primary_color_hex: '#db2777'
3970
3970
  }
3971
3971
  }],
3972
3972
  socials: {
package/mainnet/dydx.js CHANGED
@@ -602,7 +602,9 @@ const assets = {
602
602
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
603
603
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
604
604
  theme: {
605
- primary_color_hex: '#040404'
605
+ primary_color_hex: '#040404',
606
+ background_color_hex: '#000000',
607
+ circle: true
606
608
  }
607
609
  }],
608
610
  socials: {
@@ -1514,7 +1516,9 @@ const assets = {
1514
1516
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1515
1517
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1516
1518
  theme: {
1517
- primary_color_hex: '#040404'
1519
+ primary_color_hex: '#040404',
1520
+ background_color_hex: '#000000',
1521
+ circle: true
1518
1522
  }
1519
1523
  }],
1520
1524
  socials: {
@@ -822,7 +822,9 @@ const assets = {
822
822
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
823
823
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
824
824
  theme: {
825
- primary_color_hex: '#040404'
825
+ primary_color_hex: '#040404',
826
+ background_color_hex: '#000000',
827
+ circle: true
826
828
  }
827
829
  }],
828
830
  socials: {
@@ -1741,7 +1743,9 @@ const assets = {
1741
1743
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1742
1744
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1743
1745
  theme: {
1744
- primary_color_hex: '#040404'
1746
+ primary_color_hex: '#040404',
1747
+ background_color_hex: '#000000',
1748
+ circle: true
1745
1749
  }
1746
1750
  }],
1747
1751
  socials: {
package/mainnet/evmos.js CHANGED
@@ -2282,7 +2282,7 @@ const assets = {
2282
2282
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2283
2283
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2284
2284
  theme: {
2285
- primary_color_hex: '#b7dfbd'
2285
+ primary_color_hex: '#db2777'
2286
2286
  }
2287
2287
  }],
2288
2288
  socials: {
@@ -3254,7 +3254,7 @@ const assets = {
3254
3254
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3255
3255
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3256
3256
  theme: {
3257
- primary_color_hex: '#b7dfbd'
3257
+ primary_color_hex: '#db2777'
3258
3258
  }
3259
3259
  }],
3260
3260
  socials: {
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;
@@ -0,0 +1,184 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const assets = {
4
+ chain_name: 'firmachain',
5
+ assets: [
6
+ {
7
+ description: 'The native token of Osmosis',
8
+ denom_units: [{
9
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
10
+ exponent: 0,
11
+ aliases: ['uosmo']
12
+ }, {
13
+ denom: 'osmo',
14
+ exponent: 6
15
+ }],
16
+ type_asset: 'sdk.coin',
17
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
18
+ name: 'Osmosis',
19
+ display: 'osmo',
20
+ symbol: 'OSMO',
21
+ logo_URIs: {
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
24
+ },
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
28
+ theme: {
29
+ primary_color_hex: '#760dbb'
30
+ }
31
+ }],
32
+ coingecko_id: 'osmosis',
33
+ keywords: ['dex', 'staking'],
34
+ socials: {
35
+ website: 'https://osmosis.zone',
36
+ twitter: 'https://twitter.com/osmosiszone'
37
+ },
38
+ traces: [{
39
+ type: 'ibc',
40
+ counterparty: {
41
+ channel_id: 'channel-79241',
42
+ base_denom: 'uosmo',
43
+ chain_name: 'osmosis'
44
+ },
45
+ chain: {
46
+ channel_id: 'channel-1'
47
+ }
48
+ }]
49
+ },
50
+ {
51
+ description: 'ION is the second native token of Osmosis.',
52
+ denom_units: [{
53
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
54
+ exponent: 0,
55
+ aliases: ['uion']
56
+ }, {
57
+ denom: 'ion',
58
+ exponent: 6
59
+ }],
60
+ type_asset: 'sdk.coin',
61
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
62
+ name: 'Ion DAO',
63
+ display: 'ion',
64
+ symbol: 'ION',
65
+ logo_URIs: {
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
68
+ },
69
+ images: [{
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
71
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
72
+ theme: {
73
+ primary_color_hex: '#4453c7'
74
+ }
75
+ }],
76
+ coingecko_id: 'ion',
77
+ keywords: ['memecoin', 'defi'],
78
+ socials: {
79
+ website: 'https://ion.wtf',
80
+ twitter: 'https://twitter.com/_IONDAO'
81
+ },
82
+ traces: [{
83
+ type: 'ibc',
84
+ counterparty: {
85
+ channel_id: 'channel-79241',
86
+ base_denom: 'uion',
87
+ chain_name: 'osmosis'
88
+ },
89
+ chain: {
90
+ channel_id: 'channel-1'
91
+ }
92
+ }]
93
+ },
94
+ {
95
+ description: 'The native token of Osmosis',
96
+ denom_units: [{
97
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
98
+ exponent: 0,
99
+ aliases: ['uosmo']
100
+ }, {
101
+ denom: 'osmo',
102
+ exponent: 6
103
+ }],
104
+ type_asset: 'sdk.coin',
105
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
106
+ name: 'Osmosis',
107
+ display: 'osmo',
108
+ symbol: 'OSMO',
109
+ logo_URIs: {
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
112
+ },
113
+ images: [{
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
115
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
116
+ theme: {
117
+ primary_color_hex: '#760dbb'
118
+ }
119
+ }],
120
+ coingecko_id: 'osmosis',
121
+ keywords: ['dex', 'staking'],
122
+ socials: {
123
+ website: 'https://osmosis.zone',
124
+ twitter: 'https://twitter.com/osmosiszone'
125
+ },
126
+ traces: [{
127
+ type: 'ibc',
128
+ counterparty: {
129
+ channel_id: 'channel-79241',
130
+ base_denom: 'uosmo',
131
+ chain_name: 'osmosis'
132
+ },
133
+ chain: {
134
+ channel_id: 'channel-1'
135
+ }
136
+ }]
137
+ },
138
+ {
139
+ description: 'ION is the second native token of Osmosis.',
140
+ denom_units: [{
141
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
142
+ exponent: 0,
143
+ aliases: ['uion']
144
+ }, {
145
+ denom: 'ion',
146
+ exponent: 6
147
+ }],
148
+ type_asset: 'sdk.coin',
149
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
150
+ name: 'Ion DAO',
151
+ display: 'ion',
152
+ symbol: 'ION',
153
+ logo_URIs: {
154
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
155
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
156
+ },
157
+ images: [{
158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
160
+ theme: {
161
+ primary_color_hex: '#4453c7'
162
+ }
163
+ }],
164
+ coingecko_id: 'ion',
165
+ keywords: ['memecoin', 'defi'],
166
+ socials: {
167
+ website: 'https://ion.wtf',
168
+ twitter: 'https://twitter.com/_IONDAO'
169
+ },
170
+ traces: [{
171
+ type: 'ibc',
172
+ counterparty: {
173
+ channel_id: 'channel-79241',
174
+ base_denom: 'uion',
175
+ chain_name: 'osmosis'
176
+ },
177
+ chain: {
178
+ channel_id: 'channel-1'
179
+ }
180
+ }]
181
+ }
182
+ ]
183
+ };
184
+ exports.default = assets;
@@ -750,7 +750,7 @@ const assets = {
750
750
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
751
751
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
752
752
  theme: {
753
- primary_color_hex: '#b7dfbd'
753
+ primary_color_hex: '#db2777'
754
754
  }
755
755
  }],
756
756
  socials: {
@@ -1194,7 +1194,7 @@ const assets = {
1194
1194
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1195
1195
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1196
1196
  theme: {
1197
- primary_color_hex: '#b7dfbd'
1197
+ primary_color_hex: '#db2777'
1198
1198
  }
1199
1199
  }],
1200
1200
  socials: {
@@ -45,6 +45,7 @@ export * as emoney from './emoney';
45
45
  export * as empowerchain from './empowerchain';
46
46
  export * as evmos from './evmos';
47
47
  export * as fetchhub from './fetchhub';
48
+ export * as firmachain from './firmachain';
48
49
  export * as furya from './furya';
49
50
  export * as fxcore from './fxcore';
50
51
  export * as galaxy from './galaxy';
package/mainnet/index.js CHANGED
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.galaxy = exports.fxcore = exports.furya = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = void 0;
27
- exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = void 0;
28
- exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = void 0;
26
+ exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = void 0;
27
+ exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = void 0;
28
+ exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = void 0;
29
29
  exports._8ball = __importStar(require("./8ball"));
30
30
  exports.acrechain = __importStar(require("./acrechain"));
31
31
  exports.agoric = __importStar(require("./agoric"));
@@ -73,6 +73,7 @@ exports.emoney = __importStar(require("./emoney"));
73
73
  exports.empowerchain = __importStar(require("./empowerchain"));
74
74
  exports.evmos = __importStar(require("./evmos"));
75
75
  exports.fetchhub = __importStar(require("./fetchhub"));
76
+ exports.firmachain = __importStar(require("./firmachain"));
76
77
  exports.furya = __importStar(require("./furya"));
77
78
  exports.fxcore = __importStar(require("./fxcore"));
78
79
  exports.galaxy = __importStar(require("./galaxy"));
@@ -1285,7 +1285,9 @@ const assets = {
1285
1285
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1286
1286
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1287
1287
  theme: {
1288
- primary_color_hex: '#040404'
1288
+ primary_color_hex: '#040404',
1289
+ background_color_hex: '#000000',
1290
+ circle: true
1289
1291
  }
1290
1292
  }],
1291
1293
  socials: {
@@ -2463,7 +2465,9 @@ const assets = {
2463
2465
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2464
2466
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2465
2467
  theme: {
2466
- primary_color_hex: '#040404'
2468
+ primary_color_hex: '#040404',
2469
+ background_color_hex: '#000000',
2470
+ circle: true
2467
2471
  }
2468
2472
  }],
2469
2473
  socials: {
package/mainnet/juno.js CHANGED
@@ -1812,7 +1812,9 @@ const assets = {
1812
1812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1813
1813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1814
1814
  theme: {
1815
- primary_color_hex: '#040404'
1815
+ primary_color_hex: '#040404',
1816
+ background_color_hex: '#000000',
1817
+ circle: true
1816
1818
  }
1817
1819
  }],
1818
1820
  socials: {
@@ -2400,7 +2402,7 @@ const assets = {
2400
2402
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2401
2403
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2402
2404
  theme: {
2403
- primary_color_hex: '#b7dfbd'
2405
+ primary_color_hex: '#db2777'
2404
2406
  }
2405
2407
  }],
2406
2408
  socials: {
@@ -3708,7 +3710,9 @@ const assets = {
3708
3710
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3709
3711
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3710
3712
  theme: {
3711
- primary_color_hex: '#040404'
3713
+ primary_color_hex: '#040404',
3714
+ background_color_hex: '#000000',
3715
+ circle: true
3712
3716
  }
3713
3717
  }],
3714
3718
  socials: {
@@ -4296,7 +4300,7 @@ const assets = {
4296
4300
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4297
4301
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4298
4302
  theme: {
4299
- primary_color_hex: '#b7dfbd'
4303
+ primary_color_hex: '#db2777'
4300
4304
  }
4301
4305
  }],
4302
4306
  socials: {
package/mainnet/kava.js CHANGED
@@ -1572,7 +1572,9 @@ const assets = {
1572
1572
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1573
1573
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1574
1574
  theme: {
1575
- primary_color_hex: '#040404'
1575
+ primary_color_hex: '#040404',
1576
+ background_color_hex: '#000000',
1577
+ circle: true
1576
1578
  }
1577
1579
  }],
1578
1580
  socials: {
@@ -2121,7 +2123,9 @@ const assets = {
2121
2123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2122
2124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2123
2125
  theme: {
2124
- primary_color_hex: '#040404'
2126
+ primary_color_hex: '#040404',
2127
+ background_color_hex: '#000000',
2128
+ circle: true
2125
2129
  }
2126
2130
  }],
2127
2131
  socials: {
package/mainnet/kujira.js CHANGED
@@ -3610,7 +3610,9 @@ const assets = {
3610
3610
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3611
3611
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3612
3612
  theme: {
3613
- primary_color_hex: '#040404'
3613
+ primary_color_hex: '#040404',
3614
+ background_color_hex: '#000000',
3615
+ circle: true
3614
3616
  }
3615
3617
  }],
3616
3618
  socials: {
@@ -4563,7 +4565,7 @@ const assets = {
4563
4565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4564
4566
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4565
4567
  theme: {
4566
- primary_color_hex: '#b7dfbd'
4568
+ primary_color_hex: '#db2777'
4567
4569
  }
4568
4570
  }],
4569
4571
  socials: {
@@ -4807,7 +4809,9 @@ const assets = {
4807
4809
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
4808
4810
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
4809
4811
  theme: {
4810
- primary_color_hex: '#040404'
4812
+ primary_color_hex: '#040404',
4813
+ background_color_hex: '#000000',
4814
+ circle: true
4811
4815
  }
4812
4816
  }],
4813
4817
  socials: {
@@ -5760,7 +5764,7 @@ const assets = {
5760
5764
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
5761
5765
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
5762
5766
  theme: {
5763
- primary_color_hex: '#b7dfbd'
5767
+ primary_color_hex: '#db2777'
5764
5768
  }
5765
5769
  }],
5766
5770
  socials: {
package/mainnet/mars.js CHANGED
@@ -346,7 +346,9 @@ const assets = {
346
346
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
347
347
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
348
348
  theme: {
349
- primary_color_hex: '#040404'
349
+ primary_color_hex: '#040404',
350
+ background_color_hex: '#000000',
351
+ circle: true
350
352
  }
351
353
  }],
352
354
  socials: {
@@ -623,7 +625,9 @@ const assets = {
623
625
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
624
626
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
625
627
  theme: {
626
- primary_color_hex: '#040404'
628
+ primary_color_hex: '#040404',
629
+ background_color_hex: '#000000',
630
+ circle: true
627
631
  }
628
632
  }],
629
633
  socials: {