@chain-registry/assets 1.42.2 → 1.42.4

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 (63) hide show
  1. package/esm/mainnet/cosmoshub.js +78 -0
  2. package/esm/mainnet/osmosis.js +2 -2
  3. package/esm/mainnet/stargaze.js +78 -0
  4. package/esm/testnet/akashtestnet.js +14 -10
  5. package/esm/testnet/archwaytestnet.js +14 -10
  6. package/esm/testnet/axelartestnet.js +14 -10
  7. package/esm/testnet/celestiatestnet3.js +14 -10
  8. package/esm/testnet/chain4energytestnet.js +30 -26
  9. package/esm/testnet/composabletestnet.js +14 -10
  10. package/esm/testnet/cosmoshubtestnet.js +14 -10
  11. package/esm/testnet/doravotatestnet.js +14 -10
  12. package/esm/testnet/empowertestnet.js +14 -10
  13. package/esm/testnet/entrypointtestnet.js +14 -10
  14. package/esm/testnet/impacthubtestnet.js +14 -10
  15. package/esm/testnet/injectivetestnet.js +14 -10
  16. package/esm/testnet/junotestnet.js +14 -10
  17. package/esm/testnet/kyvetestnet.js +14 -10
  18. package/esm/testnet/lavatestnet.js +14 -10
  19. package/esm/testnet/likecointestnet.js +14 -10
  20. package/esm/testnet/marstestnet.js +14 -10
  21. package/esm/testnet/neutrontestnet.js +14 -10
  22. package/esm/testnet/nobletestnet.js +14 -10
  23. package/esm/testnet/nolustestnet.js +14 -10
  24. package/esm/testnet/osmosistestnet.js +8 -8
  25. package/esm/testnet/persistencetestnet2.js +14 -10
  26. package/esm/testnet/quicksilvertestnet.js +14 -10
  27. package/esm/testnet/sagatestnet.js +14 -10
  28. package/esm/testnet/sgetestnet.js +14 -10
  29. package/esm/testnet/stargazetestnet.js +14 -10
  30. package/esm/testnet/titantestnet.js +14 -10
  31. package/esm/testnet/xiontestnet.js +14 -10
  32. package/mainnet/cosmoshub.js +78 -0
  33. package/mainnet/osmosis.js +2 -2
  34. package/mainnet/stargaze.js +78 -0
  35. package/package.json +5 -5
  36. package/testnet/akashtestnet.js +14 -10
  37. package/testnet/archwaytestnet.js +14 -10
  38. package/testnet/axelartestnet.js +14 -10
  39. package/testnet/celestiatestnet3.js +14 -10
  40. package/testnet/chain4energytestnet.js +30 -26
  41. package/testnet/composabletestnet.js +14 -10
  42. package/testnet/cosmoshubtestnet.js +14 -10
  43. package/testnet/doravotatestnet.js +14 -10
  44. package/testnet/empowertestnet.js +14 -10
  45. package/testnet/entrypointtestnet.js +14 -10
  46. package/testnet/impacthubtestnet.js +14 -10
  47. package/testnet/injectivetestnet.js +14 -10
  48. package/testnet/junotestnet.js +14 -10
  49. package/testnet/kyvetestnet.js +14 -10
  50. package/testnet/lavatestnet.js +14 -10
  51. package/testnet/likecointestnet.js +14 -10
  52. package/testnet/marstestnet.js +14 -10
  53. package/testnet/neutrontestnet.js +14 -10
  54. package/testnet/nobletestnet.js +14 -10
  55. package/testnet/nolustestnet.js +14 -10
  56. package/testnet/osmosistestnet.js +8 -8
  57. package/testnet/persistencetestnet2.js +14 -10
  58. package/testnet/quicksilvertestnet.js +14 -10
  59. package/testnet/sagatestnet.js +14 -10
  60. package/testnet/sgetestnet.js +14 -10
  61. package/testnet/stargazetestnet.js +14 -10
  62. package/testnet/titantestnet.js +14 -10
  63. package/testnet/xiontestnet.js +14 -10
@@ -49,20 +49,21 @@ const assets = {
49
49
  exponent: 6,
50
50
  aliases: []
51
51
  }],
52
+ type_asset: 'sdk.coin',
52
53
  base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
53
- name: 'Osmosis',
54
+ name: 'Osmosis Testnet',
54
55
  display: 'osmo',
55
56
  symbol: 'OSMO',
56
57
  logo_URIs: {
57
58
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
58
59
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
59
60
  },
60
- coingecko_id: 'osmosis',
61
- keywords: ['dex', 'staking'],
62
61
  images: [{
63
62
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
64
63
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
65
64
  }],
65
+ coingecko_id: 'osmosis',
66
+ keywords: ['dex', 'staking'],
66
67
  traces: [{
67
68
  type: 'ibc',
68
69
  counterparty: {
@@ -84,6 +85,7 @@ const assets = {
84
85
  denom: 'ion',
85
86
  exponent: 6
86
87
  }],
88
+ type_asset: 'sdk.coin',
87
89
  base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
88
90
  name: 'Ion',
89
91
  display: 'ion',
@@ -92,12 +94,12 @@ const assets = {
92
94
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
93
95
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
94
96
  },
95
- coingecko_id: 'ion',
96
- keywords: ['memecoin'],
97
97
  images: [{
98
98
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
99
99
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
100
100
  }],
101
+ coingecko_id: 'ion',
102
+ keywords: ['memecoin'],
101
103
  traces: [{
102
104
  type: 'ibc',
103
105
  counterparty: {
@@ -156,20 +158,21 @@ const assets = {
156
158
  exponent: 6,
157
159
  aliases: []
158
160
  }],
161
+ type_asset: 'sdk.coin',
159
162
  base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
160
- name: 'Osmosis',
163
+ name: 'Osmosis Testnet',
161
164
  display: 'osmo',
162
165
  symbol: 'OSMO',
163
166
  logo_URIs: {
164
167
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
165
168
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
166
169
  },
167
- coingecko_id: 'osmosis',
168
- keywords: ['dex', 'staking'],
169
170
  images: [{
170
171
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
171
172
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
172
173
  }],
174
+ coingecko_id: 'osmosis',
175
+ keywords: ['dex', 'staking'],
173
176
  traces: [{
174
177
  type: 'ibc',
175
178
  counterparty: {
@@ -191,6 +194,7 @@ const assets = {
191
194
  denom: 'ion',
192
195
  exponent: 6
193
196
  }],
197
+ type_asset: 'sdk.coin',
194
198
  base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
195
199
  name: 'Ion',
196
200
  display: 'ion',
@@ -199,12 +203,12 @@ const assets = {
199
203
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
200
204
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
201
205
  },
202
- coingecko_id: 'ion',
203
- keywords: ['memecoin'],
204
206
  images: [{
205
207
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
206
208
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
207
209
  }],
210
+ coingecko_id: 'ion',
211
+ keywords: ['memecoin'],
208
212
  traces: [{
209
213
  type: 'ibc',
210
214
  counterparty: {
@@ -14,20 +14,21 @@ const assets = {
14
14
  exponent: 6,
15
15
  aliases: []
16
16
  }],
17
+ type_asset: 'sdk.coin',
17
18
  base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
18
- name: 'Osmosis',
19
+ name: 'Osmosis Testnet',
19
20
  display: 'osmo',
20
21
  symbol: 'OSMO',
21
22
  logo_URIs: {
22
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
23
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
24
25
  },
25
- coingecko_id: 'osmosis',
26
- keywords: ['dex', 'staking'],
27
26
  images: [{
28
27
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
29
28
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
30
29
  }],
30
+ coingecko_id: 'osmosis',
31
+ keywords: ['dex', 'staking'],
31
32
  traces: [{
32
33
  type: 'ibc',
33
34
  counterparty: {
@@ -49,6 +50,7 @@ const assets = {
49
50
  denom: 'ion',
50
51
  exponent: 6
51
52
  }],
53
+ type_asset: 'sdk.coin',
52
54
  base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
53
55
  name: 'Ion',
54
56
  display: 'ion',
@@ -57,12 +59,12 @@ const assets = {
57
59
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
58
60
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
59
61
  },
60
- coingecko_id: 'ion',
61
- keywords: ['memecoin'],
62
62
  images: [{
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
64
64
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
65
65
  }],
66
+ coingecko_id: 'ion',
67
+ keywords: ['memecoin'],
66
68
  traces: [{
67
69
  type: 'ibc',
68
70
  counterparty: {
@@ -86,20 +88,21 @@ const assets = {
86
88
  exponent: 6,
87
89
  aliases: []
88
90
  }],
91
+ type_asset: 'sdk.coin',
89
92
  base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
90
- name: 'Osmosis',
93
+ name: 'Osmosis Testnet',
91
94
  display: 'osmo',
92
95
  symbol: 'OSMO',
93
96
  logo_URIs: {
94
97
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
95
98
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
96
99
  },
97
- coingecko_id: 'osmosis',
98
- keywords: ['dex', 'staking'],
99
100
  images: [{
100
101
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
101
102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
102
103
  }],
104
+ coingecko_id: 'osmosis',
105
+ keywords: ['dex', 'staking'],
103
106
  traces: [{
104
107
  type: 'ibc',
105
108
  counterparty: {
@@ -121,6 +124,7 @@ const assets = {
121
124
  denom: 'ion',
122
125
  exponent: 6
123
126
  }],
127
+ type_asset: 'sdk.coin',
124
128
  base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
125
129
  name: 'Ion',
126
130
  display: 'ion',
@@ -129,12 +133,12 @@ const assets = {
129
133
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
130
134
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
131
135
  },
132
- coingecko_id: 'ion',
133
- keywords: ['memecoin'],
134
136
  images: [{
135
137
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
136
138
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
137
139
  }],
140
+ coingecko_id: 'ion',
141
+ keywords: ['memecoin'],
138
142
  traces: [{
139
143
  type: 'ibc',
140
144
  counterparty: {
@@ -86,20 +86,21 @@ const assets = {
86
86
  exponent: 6,
87
87
  aliases: []
88
88
  }],
89
+ type_asset: 'sdk.coin',
89
90
  base: 'ibc/595E931CAD432E2AE4EBDF3C8B63150265B752C6E8410B64ABBA8875F3E1CFF3',
90
- name: 'Osmosis',
91
+ name: 'Osmosis Testnet',
91
92
  display: 'osmo',
92
93
  symbol: 'OSMO',
93
94
  logo_URIs: {
94
95
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
95
96
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
96
97
  },
97
- coingecko_id: 'osmosis',
98
- keywords: ['dex', 'staking'],
99
98
  images: [{
100
99
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
101
100
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
102
101
  }],
102
+ coingecko_id: 'osmosis',
103
+ keywords: ['dex', 'staking'],
103
104
  traces: [{
104
105
  type: 'ibc',
105
106
  counterparty: {
@@ -121,6 +122,7 @@ const assets = {
121
122
  denom: 'ion',
122
123
  exponent: 6
123
124
  }],
125
+ type_asset: 'sdk.coin',
124
126
  base: 'ibc/6956448FB6415647C7065B983EDF76018FADDC95988F1BCC1C9B43C2354CF9BC',
125
127
  name: 'Ion',
126
128
  display: 'ion',
@@ -129,12 +131,12 @@ const assets = {
129
131
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
130
132
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
131
133
  },
132
- coingecko_id: 'ion',
133
- keywords: ['memecoin'],
134
134
  images: [{
135
135
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
136
136
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
137
137
  }],
138
+ coingecko_id: 'ion',
139
+ keywords: ['memecoin'],
138
140
  traces: [{
139
141
  type: 'ibc',
140
142
  counterparty: {
@@ -230,20 +232,21 @@ const assets = {
230
232
  exponent: 6,
231
233
  aliases: []
232
234
  }],
235
+ type_asset: 'sdk.coin',
233
236
  base: 'ibc/595E931CAD432E2AE4EBDF3C8B63150265B752C6E8410B64ABBA8875F3E1CFF3',
234
- name: 'Osmosis',
237
+ name: 'Osmosis Testnet',
235
238
  display: 'osmo',
236
239
  symbol: 'OSMO',
237
240
  logo_URIs: {
238
241
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
239
242
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
240
243
  },
241
- coingecko_id: 'osmosis',
242
- keywords: ['dex', 'staking'],
243
244
  images: [{
244
245
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
245
246
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
246
247
  }],
248
+ coingecko_id: 'osmosis',
249
+ keywords: ['dex', 'staking'],
247
250
  traces: [{
248
251
  type: 'ibc',
249
252
  counterparty: {
@@ -265,6 +268,7 @@ const assets = {
265
268
  denom: 'ion',
266
269
  exponent: 6
267
270
  }],
271
+ type_asset: 'sdk.coin',
268
272
  base: 'ibc/6956448FB6415647C7065B983EDF76018FADDC95988F1BCC1C9B43C2354CF9BC',
269
273
  name: 'Ion',
270
274
  display: 'ion',
@@ -273,12 +277,12 @@ const assets = {
273
277
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
274
278
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
275
279
  },
276
- coingecko_id: 'ion',
277
- keywords: ['memecoin'],
278
280
  images: [{
279
281
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
280
282
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
281
283
  }],
284
+ coingecko_id: 'ion',
285
+ keywords: ['memecoin'],
282
286
  traces: [{
283
287
  type: 'ibc',
284
288
  counterparty: {
@@ -83,20 +83,21 @@ const assets = {
83
83
  exponent: 6,
84
84
  aliases: []
85
85
  }],
86
+ type_asset: 'sdk.coin',
86
87
  base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
87
- name: 'Osmosis',
88
+ name: 'Osmosis Testnet',
88
89
  display: 'osmo',
89
90
  symbol: 'OSMO',
90
91
  logo_URIs: {
91
92
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
92
93
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
93
94
  },
94
- coingecko_id: 'osmosis',
95
- keywords: ['dex', 'staking'],
96
95
  images: [{
97
96
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
98
97
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
99
98
  }],
99
+ coingecko_id: 'osmosis',
100
+ keywords: ['dex', 'staking'],
100
101
  traces: [{
101
102
  type: 'ibc',
102
103
  counterparty: {
@@ -118,6 +119,7 @@ const assets = {
118
119
  denom: 'ion',
119
120
  exponent: 6
120
121
  }],
122
+ type_asset: 'sdk.coin',
121
123
  base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
122
124
  name: 'Ion',
123
125
  display: 'ion',
@@ -126,12 +128,12 @@ const assets = {
126
128
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
127
129
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
128
130
  },
129
- coingecko_id: 'ion',
130
- keywords: ['memecoin'],
131
131
  images: [{
132
132
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
133
133
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
134
134
  }],
135
+ coingecko_id: 'ion',
136
+ keywords: ['memecoin'],
135
137
  traces: [{
136
138
  type: 'ibc',
137
139
  counterparty: {
@@ -257,20 +259,21 @@ const assets = {
257
259
  exponent: 6,
258
260
  aliases: []
259
261
  }],
262
+ type_asset: 'sdk.coin',
260
263
  base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
261
- name: 'Osmosis',
264
+ name: 'Osmosis Testnet',
262
265
  display: 'osmo',
263
266
  symbol: 'OSMO',
264
267
  logo_URIs: {
265
268
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
266
269
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
267
270
  },
268
- coingecko_id: 'osmosis',
269
- keywords: ['dex', 'staking'],
270
271
  images: [{
271
272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
272
273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
273
274
  }],
275
+ coingecko_id: 'osmosis',
276
+ keywords: ['dex', 'staking'],
274
277
  traces: [{
275
278
  type: 'ibc',
276
279
  counterparty: {
@@ -292,6 +295,7 @@ const assets = {
292
295
  denom: 'ion',
293
296
  exponent: 6
294
297
  }],
298
+ type_asset: 'sdk.coin',
295
299
  base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
296
300
  name: 'Ion',
297
301
  display: 'ion',
@@ -300,12 +304,12 @@ const assets = {
300
304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
301
305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
302
306
  },
303
- coingecko_id: 'ion',
304
- keywords: ['memecoin'],
305
307
  images: [{
306
308
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
307
309
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
308
310
  }],
311
+ coingecko_id: 'ion',
312
+ keywords: ['memecoin'],
309
313
  traces: [{
310
314
  type: 'ibc',
311
315
  counterparty: {
@@ -136,20 +136,21 @@ const assets = {
136
136
  exponent: 6,
137
137
  aliases: []
138
138
  }],
139
+ type_asset: 'sdk.coin',
139
140
  base: 'ibc/6AE2756AA7EAA8FA06E11472EA05CA681BD8D3FBC1AAA9F06C79D1EC1C90DC9B',
140
- name: 'Osmosis',
141
+ name: 'Osmosis Testnet',
141
142
  display: 'osmo',
142
143
  symbol: 'OSMO',
143
144
  logo_URIs: {
144
145
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
145
146
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
146
147
  },
147
- coingecko_id: 'osmosis',
148
- keywords: ['dex', 'staking'],
149
148
  images: [{
150
149
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
151
150
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
152
151
  }],
152
+ coingecko_id: 'osmosis',
153
+ keywords: ['dex', 'staking'],
153
154
  traces: [{
154
155
  type: 'ibc',
155
156
  counterparty: {
@@ -171,6 +172,7 @@ const assets = {
171
172
  denom: 'ion',
172
173
  exponent: 6
173
174
  }],
175
+ type_asset: 'sdk.coin',
174
176
  base: 'ibc/FBA36393A0FF23EAAD5B1A99E06F66128F20E7A78B3FD58632F0FC247167DA17',
175
177
  name: 'Ion',
176
178
  display: 'ion',
@@ -179,12 +181,12 @@ const assets = {
179
181
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
180
182
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
181
183
  },
182
- coingecko_id: 'ion',
183
- keywords: ['memecoin'],
184
184
  images: [{
185
185
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
186
186
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
187
187
  }],
188
+ coingecko_id: 'ion',
189
+ keywords: ['memecoin'],
188
190
  traces: [{
189
191
  type: 'ibc',
190
192
  counterparty: {
@@ -330,20 +332,21 @@ const assets = {
330
332
  exponent: 6,
331
333
  aliases: []
332
334
  }],
335
+ type_asset: 'sdk.coin',
333
336
  base: 'ibc/6AE2756AA7EAA8FA06E11472EA05CA681BD8D3FBC1AAA9F06C79D1EC1C90DC9B',
334
- name: 'Osmosis',
337
+ name: 'Osmosis Testnet',
335
338
  display: 'osmo',
336
339
  symbol: 'OSMO',
337
340
  logo_URIs: {
338
341
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
339
342
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
340
343
  },
341
- coingecko_id: 'osmosis',
342
- keywords: ['dex', 'staking'],
343
344
  images: [{
344
345
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
345
346
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
346
347
  }],
348
+ coingecko_id: 'osmosis',
349
+ keywords: ['dex', 'staking'],
347
350
  traces: [{
348
351
  type: 'ibc',
349
352
  counterparty: {
@@ -365,6 +368,7 @@ const assets = {
365
368
  denom: 'ion',
366
369
  exponent: 6
367
370
  }],
371
+ type_asset: 'sdk.coin',
368
372
  base: 'ibc/FBA36393A0FF23EAAD5B1A99E06F66128F20E7A78B3FD58632F0FC247167DA17',
369
373
  name: 'Ion',
370
374
  display: 'ion',
@@ -373,12 +377,12 @@ const assets = {
373
377
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
374
378
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
375
379
  },
376
- coingecko_id: 'ion',
377
- keywords: ['memecoin'],
378
380
  images: [{
379
381
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
380
382
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
381
383
  }],
384
+ coingecko_id: 'ion',
385
+ keywords: ['memecoin'],
382
386
  traces: [{
383
387
  type: 'ibc',
384
388
  counterparty: {