@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
@@ -47,20 +47,21 @@ const assets = {
47
47
  exponent: 6,
48
48
  aliases: []
49
49
  }],
50
+ type_asset: 'sdk.coin',
50
51
  base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
51
- name: 'Osmosis',
52
+ name: 'Osmosis Testnet',
52
53
  display: 'osmo',
53
54
  symbol: 'OSMO',
54
55
  logo_URIs: {
55
56
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
56
57
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
57
58
  },
58
- coingecko_id: 'osmosis',
59
- keywords: ['dex', 'staking'],
60
59
  images: [{
61
60
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
62
61
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
63
62
  }],
63
+ coingecko_id: 'osmosis',
64
+ keywords: ['dex', 'staking'],
64
65
  traces: [{
65
66
  type: 'ibc',
66
67
  counterparty: {
@@ -82,6 +83,7 @@ const assets = {
82
83
  denom: 'ion',
83
84
  exponent: 6
84
85
  }],
86
+ type_asset: 'sdk.coin',
85
87
  base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
86
88
  name: 'Ion',
87
89
  display: 'ion',
@@ -90,12 +92,12 @@ const assets = {
90
92
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
91
93
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
92
94
  },
93
- coingecko_id: 'ion',
94
- keywords: ['memecoin'],
95
95
  images: [{
96
96
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
97
97
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
98
98
  }],
99
+ coingecko_id: 'ion',
100
+ keywords: ['memecoin'],
99
101
  traces: [{
100
102
  type: 'ibc',
101
103
  counterparty: {
@@ -154,20 +156,21 @@ const assets = {
154
156
  exponent: 6,
155
157
  aliases: []
156
158
  }],
159
+ type_asset: 'sdk.coin',
157
160
  base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
158
- name: 'Osmosis',
161
+ name: 'Osmosis Testnet',
159
162
  display: 'osmo',
160
163
  symbol: 'OSMO',
161
164
  logo_URIs: {
162
165
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
163
166
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
164
167
  },
165
- coingecko_id: 'osmosis',
166
- keywords: ['dex', 'staking'],
167
168
  images: [{
168
169
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
169
170
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
170
171
  }],
172
+ coingecko_id: 'osmosis',
173
+ keywords: ['dex', 'staking'],
171
174
  traces: [{
172
175
  type: 'ibc',
173
176
  counterparty: {
@@ -189,6 +192,7 @@ const assets = {
189
192
  denom: 'ion',
190
193
  exponent: 6
191
194
  }],
195
+ type_asset: 'sdk.coin',
192
196
  base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
193
197
  name: 'Ion',
194
198
  display: 'ion',
@@ -197,12 +201,12 @@ const assets = {
197
201
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
198
202
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
199
203
  },
200
- coingecko_id: 'ion',
201
- keywords: ['memecoin'],
202
204
  images: [{
203
205
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
204
206
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
205
207
  }],
208
+ coingecko_id: 'ion',
209
+ keywords: ['memecoin'],
206
210
  traces: [{
207
211
  type: 'ibc',
208
212
  counterparty: {
@@ -12,20 +12,21 @@ const assets = {
12
12
  exponent: 6,
13
13
  aliases: []
14
14
  }],
15
+ type_asset: 'sdk.coin',
15
16
  base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
16
- name: 'Osmosis',
17
+ name: 'Osmosis Testnet',
17
18
  display: 'osmo',
18
19
  symbol: 'OSMO',
19
20
  logo_URIs: {
20
21
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
21
22
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
22
23
  },
23
- coingecko_id: 'osmosis',
24
- keywords: ['dex', 'staking'],
25
24
  images: [{
26
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
27
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
28
27
  }],
28
+ coingecko_id: 'osmosis',
29
+ keywords: ['dex', 'staking'],
29
30
  traces: [{
30
31
  type: 'ibc',
31
32
  counterparty: {
@@ -47,6 +48,7 @@ const assets = {
47
48
  denom: 'ion',
48
49
  exponent: 6
49
50
  }],
51
+ type_asset: 'sdk.coin',
50
52
  base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
51
53
  name: 'Ion',
52
54
  display: 'ion',
@@ -55,12 +57,12 @@ const assets = {
55
57
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
56
58
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
57
59
  },
58
- coingecko_id: 'ion',
59
- keywords: ['memecoin'],
60
60
  images: [{
61
61
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
62
62
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
63
63
  }],
64
+ coingecko_id: 'ion',
65
+ keywords: ['memecoin'],
64
66
  traces: [{
65
67
  type: 'ibc',
66
68
  counterparty: {
@@ -84,20 +86,21 @@ const assets = {
84
86
  exponent: 6,
85
87
  aliases: []
86
88
  }],
89
+ type_asset: 'sdk.coin',
87
90
  base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
88
- name: 'Osmosis',
91
+ name: 'Osmosis Testnet',
89
92
  display: 'osmo',
90
93
  symbol: 'OSMO',
91
94
  logo_URIs: {
92
95
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
93
96
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
94
97
  },
95
- coingecko_id: 'osmosis',
96
- keywords: ['dex', 'staking'],
97
98
  images: [{
98
99
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
99
100
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
100
101
  }],
102
+ coingecko_id: 'osmosis',
103
+ keywords: ['dex', 'staking'],
101
104
  traces: [{
102
105
  type: 'ibc',
103
106
  counterparty: {
@@ -119,6 +122,7 @@ const assets = {
119
122
  denom: 'ion',
120
123
  exponent: 6
121
124
  }],
125
+ type_asset: 'sdk.coin',
122
126
  base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
123
127
  name: 'Ion',
124
128
  display: 'ion',
@@ -127,12 +131,12 @@ const assets = {
127
131
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
128
132
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
129
133
  },
130
- coingecko_id: 'ion',
131
- keywords: ['memecoin'],
132
134
  images: [{
133
135
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
134
136
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
135
137
  }],
138
+ coingecko_id: 'ion',
139
+ keywords: ['memecoin'],
136
140
  traces: [{
137
141
  type: 'ibc',
138
142
  counterparty: {
@@ -84,20 +84,21 @@ const assets = {
84
84
  exponent: 6,
85
85
  aliases: []
86
86
  }],
87
+ type_asset: 'sdk.coin',
87
88
  base: 'ibc/595E931CAD432E2AE4EBDF3C8B63150265B752C6E8410B64ABBA8875F3E1CFF3',
88
- name: 'Osmosis',
89
+ name: 'Osmosis Testnet',
89
90
  display: 'osmo',
90
91
  symbol: 'OSMO',
91
92
  logo_URIs: {
92
93
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
93
94
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
94
95
  },
95
- coingecko_id: 'osmosis',
96
- keywords: ['dex', 'staking'],
97
96
  images: [{
98
97
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
99
98
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
100
99
  }],
100
+ coingecko_id: 'osmosis',
101
+ keywords: ['dex', 'staking'],
101
102
  traces: [{
102
103
  type: 'ibc',
103
104
  counterparty: {
@@ -119,6 +120,7 @@ const assets = {
119
120
  denom: 'ion',
120
121
  exponent: 6
121
122
  }],
123
+ type_asset: 'sdk.coin',
122
124
  base: 'ibc/6956448FB6415647C7065B983EDF76018FADDC95988F1BCC1C9B43C2354CF9BC',
123
125
  name: 'Ion',
124
126
  display: 'ion',
@@ -127,12 +129,12 @@ const assets = {
127
129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
128
130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
129
131
  },
130
- coingecko_id: 'ion',
131
- keywords: ['memecoin'],
132
132
  images: [{
133
133
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
134
134
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
135
135
  }],
136
+ coingecko_id: 'ion',
137
+ keywords: ['memecoin'],
136
138
  traces: [{
137
139
  type: 'ibc',
138
140
  counterparty: {
@@ -228,20 +230,21 @@ const assets = {
228
230
  exponent: 6,
229
231
  aliases: []
230
232
  }],
233
+ type_asset: 'sdk.coin',
231
234
  base: 'ibc/595E931CAD432E2AE4EBDF3C8B63150265B752C6E8410B64ABBA8875F3E1CFF3',
232
- name: 'Osmosis',
235
+ name: 'Osmosis Testnet',
233
236
  display: 'osmo',
234
237
  symbol: 'OSMO',
235
238
  logo_URIs: {
236
239
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
237
240
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
238
241
  },
239
- coingecko_id: 'osmosis',
240
- keywords: ['dex', 'staking'],
241
242
  images: [{
242
243
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
243
244
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
244
245
  }],
246
+ coingecko_id: 'osmosis',
247
+ keywords: ['dex', 'staking'],
245
248
  traces: [{
246
249
  type: 'ibc',
247
250
  counterparty: {
@@ -263,6 +266,7 @@ const assets = {
263
266
  denom: 'ion',
264
267
  exponent: 6
265
268
  }],
269
+ type_asset: 'sdk.coin',
266
270
  base: 'ibc/6956448FB6415647C7065B983EDF76018FADDC95988F1BCC1C9B43C2354CF9BC',
267
271
  name: 'Ion',
268
272
  display: 'ion',
@@ -271,12 +275,12 @@ const assets = {
271
275
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
272
276
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
273
277
  },
274
- coingecko_id: 'ion',
275
- keywords: ['memecoin'],
276
278
  images: [{
277
279
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
278
280
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
279
281
  }],
282
+ coingecko_id: 'ion',
283
+ keywords: ['memecoin'],
280
284
  traces: [{
281
285
  type: 'ibc',
282
286
  counterparty: {
@@ -81,20 +81,21 @@ const assets = {
81
81
  exponent: 6,
82
82
  aliases: []
83
83
  }],
84
+ type_asset: 'sdk.coin',
84
85
  base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
85
- name: 'Osmosis',
86
+ name: 'Osmosis Testnet',
86
87
  display: 'osmo',
87
88
  symbol: 'OSMO',
88
89
  logo_URIs: {
89
90
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
90
91
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
91
92
  },
92
- coingecko_id: 'osmosis',
93
- keywords: ['dex', 'staking'],
94
93
  images: [{
95
94
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
96
95
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
97
96
  }],
97
+ coingecko_id: 'osmosis',
98
+ keywords: ['dex', 'staking'],
98
99
  traces: [{
99
100
  type: 'ibc',
100
101
  counterparty: {
@@ -116,6 +117,7 @@ const assets = {
116
117
  denom: 'ion',
117
118
  exponent: 6
118
119
  }],
120
+ type_asset: 'sdk.coin',
119
121
  base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
120
122
  name: 'Ion',
121
123
  display: 'ion',
@@ -124,12 +126,12 @@ const assets = {
124
126
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
125
127
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
126
128
  },
127
- coingecko_id: 'ion',
128
- keywords: ['memecoin'],
129
129
  images: [{
130
130
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
131
131
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
132
132
  }],
133
+ coingecko_id: 'ion',
134
+ keywords: ['memecoin'],
133
135
  traces: [{
134
136
  type: 'ibc',
135
137
  counterparty: {
@@ -255,20 +257,21 @@ const assets = {
255
257
  exponent: 6,
256
258
  aliases: []
257
259
  }],
260
+ type_asset: 'sdk.coin',
258
261
  base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
259
- name: 'Osmosis',
262
+ name: 'Osmosis Testnet',
260
263
  display: 'osmo',
261
264
  symbol: 'OSMO',
262
265
  logo_URIs: {
263
266
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
264
267
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
265
268
  },
266
- coingecko_id: 'osmosis',
267
- keywords: ['dex', 'staking'],
268
269
  images: [{
269
270
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
270
271
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
271
272
  }],
273
+ coingecko_id: 'osmosis',
274
+ keywords: ['dex', 'staking'],
272
275
  traces: [{
273
276
  type: 'ibc',
274
277
  counterparty: {
@@ -290,6 +293,7 @@ const assets = {
290
293
  denom: 'ion',
291
294
  exponent: 6
292
295
  }],
296
+ type_asset: 'sdk.coin',
293
297
  base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
294
298
  name: 'Ion',
295
299
  display: 'ion',
@@ -298,12 +302,12 @@ const assets = {
298
302
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
299
303
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
300
304
  },
301
- coingecko_id: 'ion',
302
- keywords: ['memecoin'],
303
305
  images: [{
304
306
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
305
307
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
306
308
  }],
309
+ coingecko_id: 'ion',
310
+ keywords: ['memecoin'],
307
311
  traces: [{
308
312
  type: 'ibc',
309
313
  counterparty: {
@@ -134,20 +134,21 @@ const assets = {
134
134
  exponent: 6,
135
135
  aliases: []
136
136
  }],
137
+ type_asset: 'sdk.coin',
137
138
  base: 'ibc/6AE2756AA7EAA8FA06E11472EA05CA681BD8D3FBC1AAA9F06C79D1EC1C90DC9B',
138
- name: 'Osmosis',
139
+ name: 'Osmosis Testnet',
139
140
  display: 'osmo',
140
141
  symbol: 'OSMO',
141
142
  logo_URIs: {
142
143
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
143
144
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
144
145
  },
145
- coingecko_id: 'osmosis',
146
- keywords: ['dex', 'staking'],
147
146
  images: [{
148
147
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
149
148
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
150
149
  }],
150
+ coingecko_id: 'osmosis',
151
+ keywords: ['dex', 'staking'],
151
152
  traces: [{
152
153
  type: 'ibc',
153
154
  counterparty: {
@@ -169,6 +170,7 @@ const assets = {
169
170
  denom: 'ion',
170
171
  exponent: 6
171
172
  }],
173
+ type_asset: 'sdk.coin',
172
174
  base: 'ibc/FBA36393A0FF23EAAD5B1A99E06F66128F20E7A78B3FD58632F0FC247167DA17',
173
175
  name: 'Ion',
174
176
  display: 'ion',
@@ -177,12 +179,12 @@ const assets = {
177
179
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
178
180
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
179
181
  },
180
- coingecko_id: 'ion',
181
- keywords: ['memecoin'],
182
182
  images: [{
183
183
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
184
184
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
185
185
  }],
186
+ coingecko_id: 'ion',
187
+ keywords: ['memecoin'],
186
188
  traces: [{
187
189
  type: 'ibc',
188
190
  counterparty: {
@@ -328,20 +330,21 @@ const assets = {
328
330
  exponent: 6,
329
331
  aliases: []
330
332
  }],
333
+ type_asset: 'sdk.coin',
331
334
  base: 'ibc/6AE2756AA7EAA8FA06E11472EA05CA681BD8D3FBC1AAA9F06C79D1EC1C90DC9B',
332
- name: 'Osmosis',
335
+ name: 'Osmosis Testnet',
333
336
  display: 'osmo',
334
337
  symbol: 'OSMO',
335
338
  logo_URIs: {
336
339
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
337
340
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
338
341
  },
339
- coingecko_id: 'osmosis',
340
- keywords: ['dex', 'staking'],
341
342
  images: [{
342
343
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
343
344
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
344
345
  }],
346
+ coingecko_id: 'osmosis',
347
+ keywords: ['dex', 'staking'],
345
348
  traces: [{
346
349
  type: 'ibc',
347
350
  counterparty: {
@@ -363,6 +366,7 @@ const assets = {
363
366
  denom: 'ion',
364
367
  exponent: 6
365
368
  }],
369
+ type_asset: 'sdk.coin',
366
370
  base: 'ibc/FBA36393A0FF23EAAD5B1A99E06F66128F20E7A78B3FD58632F0FC247167DA17',
367
371
  name: 'Ion',
368
372
  display: 'ion',
@@ -371,12 +375,12 @@ const assets = {
371
375
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
372
376
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
373
377
  },
374
- coingecko_id: 'ion',
375
- keywords: ['memecoin'],
376
378
  images: [{
377
379
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
378
380
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
379
381
  }],
382
+ coingecko_id: 'ion',
383
+ keywords: ['memecoin'],
380
384
  traces: [{
381
385
  type: 'ibc',
382
386
  counterparty: {
@@ -3400,6 +3400,45 @@ const assets = {
3400
3400
  }
3401
3401
  }]
3402
3402
  },
3403
+ {
3404
+ description: 'The native token of Stargaze',
3405
+ denom_units: [{
3406
+ denom: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
3407
+ exponent: 0,
3408
+ aliases: ['ustars']
3409
+ }, {
3410
+ denom: 'stars',
3411
+ exponent: 6
3412
+ }],
3413
+ base: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
3414
+ name: 'Stargaze',
3415
+ display: 'stars',
3416
+ symbol: 'STARS',
3417
+ logo_URIs: {
3418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3419
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3420
+ },
3421
+ coingecko_id: 'stargaze',
3422
+ images: [{
3423
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3424
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
3425
+ }],
3426
+ socials: {
3427
+ website: 'https://www.stargaze.zone/',
3428
+ twitter: 'https://twitter.com/StargazeZone'
3429
+ },
3430
+ traces: [{
3431
+ type: 'ibc',
3432
+ counterparty: {
3433
+ channel_id: 'channel-239',
3434
+ base_denom: 'ustars',
3435
+ chain_name: 'stargaze'
3436
+ },
3437
+ chain: {
3438
+ channel_id: 'channel-730'
3439
+ }
3440
+ }]
3441
+ },
3403
3442
  {
3404
3443
  description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
3405
3444
  denom_units: [{
@@ -5738,6 +5777,45 @@ const assets = {
5738
5777
  }
5739
5778
  }]
5740
5779
  },
5780
+ {
5781
+ description: 'The native token of Stargaze',
5782
+ denom_units: [{
5783
+ denom: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
5784
+ exponent: 0,
5785
+ aliases: ['ustars']
5786
+ }, {
5787
+ denom: 'stars',
5788
+ exponent: 6
5789
+ }],
5790
+ base: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
5791
+ name: 'Stargaze',
5792
+ display: 'stars',
5793
+ symbol: 'STARS',
5794
+ logo_URIs: {
5795
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
5796
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
5797
+ },
5798
+ coingecko_id: 'stargaze',
5799
+ images: [{
5800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
5801
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
5802
+ }],
5803
+ socials: {
5804
+ website: 'https://www.stargaze.zone/',
5805
+ twitter: 'https://twitter.com/StargazeZone'
5806
+ },
5807
+ traces: [{
5808
+ type: 'ibc',
5809
+ counterparty: {
5810
+ channel_id: 'channel-239',
5811
+ base_denom: 'ustars',
5812
+ chain_name: 'stargaze'
5813
+ },
5814
+ chain: {
5815
+ channel_id: 'channel-730'
5816
+ }
5817
+ }]
5818
+ },
5741
5819
  {
5742
5820
  description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
5743
5821
  denom_units: [{
@@ -9439,7 +9439,7 @@ const assets = {
9439
9439
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
9440
9440
  }],
9441
9441
  socials: {
9442
- website: 'https://scorum.com',
9442
+ website: 'https://scorum.network',
9443
9443
  twitter: 'https://twitter.com/scorum_en'
9444
9444
  },
9445
9445
  traces: [{
@@ -11986,7 +11986,7 @@ const assets = {
11986
11986
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
11987
11987
  }],
11988
11988
  socials: {
11989
- website: 'https://scorum.com',
11989
+ website: 'https://scorum.network',
11990
11990
  twitter: 'https://twitter.com/scorum_en'
11991
11991
  },
11992
11992
  traces: [{