@chain-registry/assets 1.70.123 → 1.70.124

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 (92) hide show
  1. package/devnet/prysmdevnet.js +0 -210
  2. package/esm/devnet/prysmdevnet.js +0 -210
  3. package/esm/mainnet/axelar.js +130 -0
  4. package/esm/mainnet/mantrachain.js +86 -0
  5. package/esm/mainnet/noble.js +86 -0
  6. package/esm/mainnet/osmosis.js +2 -2
  7. package/esm/mainnet/routerchain.js +238 -0
  8. package/esm/testnet/akashtestnet.js +1 -150
  9. package/esm/testnet/archwaytestnet.js +0 -220
  10. package/esm/testnet/axelartestnet.js +0 -220
  11. package/esm/testnet/celestiatestnet3.js +0 -148
  12. package/esm/testnet/chain4energytestnet.js +1 -150
  13. package/esm/testnet/composabletestnet.js +3 -154
  14. package/esm/testnet/coreumtestnet.js +1 -150
  15. package/esm/testnet/cosmoshubtestnet.js +0 -220
  16. package/esm/testnet/doravotatestnet.js +1 -150
  17. package/esm/testnet/dydxtestnet.js +1 -71
  18. package/esm/testnet/empowertestnet.js +3 -222
  19. package/esm/testnet/impacthubtestnet.js +1 -150
  20. package/esm/testnet/injectivetestnet.js +0 -148
  21. package/esm/testnet/junotestnet.js +0 -148
  22. package/esm/testnet/kimanetworktestnet.js +1 -150
  23. package/esm/testnet/kujiratestnet.js +3 -78
  24. package/esm/testnet/kyvetestnet.js +1 -150
  25. package/esm/testnet/lavatestnet.js +1 -222
  26. package/esm/testnet/likecointestnet.js +1 -150
  27. package/esm/testnet/manifesttestnet.js +1 -222
  28. package/esm/testnet/mantrachaintestnet.js +0 -220
  29. package/esm/testnet/marstestnet.js +1 -150
  30. package/esm/testnet/neutrontestnet.js +0 -148
  31. package/esm/testnet/nobletestnet.js +0 -148
  32. package/esm/testnet/noistestnet.js +3 -146
  33. package/esm/testnet/nolustestnet.js +3 -154
  34. package/esm/testnet/osmosistestnet.js +0 -442
  35. package/esm/testnet/persistencetestnet2.js +3 -226
  36. package/esm/testnet/quicksilvertestnet.js +3 -154
  37. package/esm/testnet/sagatestnet.js +1 -222
  38. package/esm/testnet/sgetestnet.js +1 -150
  39. package/esm/testnet/stargazetestnet.js +0 -148
  40. package/esm/testnet/swisstroniktestnet.js +1 -150
  41. package/esm/testnet/symphonytestnet.js +3 -222
  42. package/esm/testnet/symphonytestnet3.js +3 -222
  43. package/esm/testnet/synternettestnet.js +1 -150
  44. package/esm/testnet/titannettestnet.js +1 -150
  45. package/esm/testnet/titantestnet.js +0 -288
  46. package/esm/testnet/xiontestnet.js +0 -292
  47. package/index.d.ts +1 -1
  48. package/mainnet/axelar.js +130 -0
  49. package/mainnet/mantrachain.js +86 -0
  50. package/mainnet/noble.js +86 -0
  51. package/mainnet/osmosis.js +2 -2
  52. package/mainnet/routerchain.js +238 -0
  53. package/package.json +5 -5
  54. package/testnet/akashtestnet.js +1 -150
  55. package/testnet/archwaytestnet.js +0 -220
  56. package/testnet/axelartestnet.js +0 -220
  57. package/testnet/celestiatestnet3.js +0 -148
  58. package/testnet/chain4energytestnet.js +1 -150
  59. package/testnet/composabletestnet.js +3 -154
  60. package/testnet/coreumtestnet.js +1 -150
  61. package/testnet/cosmoshubtestnet.js +0 -220
  62. package/testnet/doravotatestnet.js +1 -150
  63. package/testnet/dydxtestnet.js +1 -71
  64. package/testnet/empowertestnet.js +3 -222
  65. package/testnet/impacthubtestnet.js +1 -150
  66. package/testnet/injectivetestnet.js +0 -148
  67. package/testnet/junotestnet.js +0 -148
  68. package/testnet/kimanetworktestnet.js +1 -150
  69. package/testnet/kujiratestnet.js +3 -78
  70. package/testnet/kyvetestnet.js +1 -150
  71. package/testnet/lavatestnet.js +1 -222
  72. package/testnet/likecointestnet.js +1 -150
  73. package/testnet/manifesttestnet.js +1 -222
  74. package/testnet/mantrachaintestnet.js +0 -220
  75. package/testnet/marstestnet.js +1 -150
  76. package/testnet/neutrontestnet.js +0 -148
  77. package/testnet/nobletestnet.js +0 -148
  78. package/testnet/noistestnet.js +3 -146
  79. package/testnet/nolustestnet.js +3 -154
  80. package/testnet/osmosistestnet.js +0 -442
  81. package/testnet/persistencetestnet2.js +3 -226
  82. package/testnet/quicksilvertestnet.js +3 -154
  83. package/testnet/sagatestnet.js +1 -222
  84. package/testnet/sgetestnet.js +1 -150
  85. package/testnet/stargazetestnet.js +0 -148
  86. package/testnet/swisstroniktestnet.js +1 -150
  87. package/testnet/symphonytestnet.js +3 -222
  88. package/testnet/symphonytestnet3.js +3 -222
  89. package/testnet/synternettestnet.js +1 -150
  90. package/testnet/titannettestnet.js +1 -150
  91. package/testnet/titantestnet.js +0 -288
  92. package/testnet/xiontestnet.js +0 -292
@@ -1,43 +1,6 @@
1
1
  const assets = {
2
2
  chain_name: 'persistencetestnet2',
3
- assets: [
4
- {
5
- description: 'The native token of Axelar',
6
- denom_units: [{
7
- denom: 'ibc/2CC0B1B7A981ACC74854717F221008484603BB8360E81B262411B0D830EDE9B0',
8
- exponent: 0,
9
- aliases: ['uaxl']
10
- }, {
11
- denom: 'axl',
12
- exponent: 6
13
- }],
14
- base: 'ibc/2CC0B1B7A981ACC74854717F221008484603BB8360E81B262411B0D830EDE9B0',
15
- name: 'Axelar',
16
- display: 'axl',
17
- symbol: 'AXL',
18
- logo_URIs: {
19
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
21
- },
22
- coingecko_id: 'axelar',
23
- images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
26
- }],
27
- type_asset: 'sdk.coin',
28
- traces: [{
29
- type: 'ibc',
30
- counterparty: {
31
- channel_id: 'channel-261',
32
- base_denom: 'uaxl',
33
- chain_name: 'axelartestnet'
34
- },
35
- chain: {
36
- channel_id: 'channel-0'
37
- }
38
- }]
39
- },
40
- {
3
+ assets: [{
41
4
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
42
5
  denom_units: [{
43
6
  denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
@@ -71,118 +34,7 @@ const assets = {
71
34
  channel_id: 'channel-1'
72
35
  }
73
36
  }]
74
- },
75
- {
76
- description: 'The native token of Osmosis',
77
- denom_units: [{
78
- denom: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
79
- exponent: 0,
80
- aliases: ['uosmo']
81
- }, {
82
- denom: 'osmo',
83
- exponent: 6,
84
- aliases: []
85
- }],
86
- type_asset: 'sdk.coin',
87
- base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
88
- name: 'Osmosis Testnet',
89
- display: 'osmo',
90
- symbol: 'OSMO',
91
- logo_URIs: {
92
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
93
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
94
- },
95
- images: [{
96
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
97
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
98
- }],
99
- coingecko_id: 'osmosis',
100
- keywords: ['dex', 'staking'],
101
- traces: [{
102
- type: 'ibc',
103
- counterparty: {
104
- channel_id: 'channel-1037',
105
- base_denom: 'uosmo',
106
- chain_name: 'osmosistestnet'
107
- },
108
- chain: {
109
- channel_id: 'channel-7'
110
- }
111
- }]
112
- },
113
- {
114
- denom_units: [{
115
- denom: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
116
- exponent: 0,
117
- aliases: ['uion']
118
- }, {
119
- denom: 'ion',
120
- exponent: 6
121
- }],
122
- type_asset: 'sdk.coin',
123
- base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
124
- name: 'Ion',
125
- display: 'ion',
126
- symbol: 'ION',
127
- logo_URIs: {
128
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
129
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
130
- },
131
- images: [{
132
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
133
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
134
- }],
135
- coingecko_id: 'ion',
136
- keywords: ['memecoin'],
137
- traces: [{
138
- type: 'ibc',
139
- counterparty: {
140
- channel_id: 'channel-1037',
141
- base_denom: 'uion',
142
- chain_name: 'osmosistestnet'
143
- },
144
- chain: {
145
- channel_id: 'channel-7'
146
- }
147
- }]
148
- },
149
- {
150
- description: 'The native token of Axelar',
151
- denom_units: [{
152
- denom: 'ibc/2CC0B1B7A981ACC74854717F221008484603BB8360E81B262411B0D830EDE9B0',
153
- exponent: 0,
154
- aliases: ['uaxl']
155
- }, {
156
- denom: 'axl',
157
- exponent: 6
158
- }],
159
- base: 'ibc/2CC0B1B7A981ACC74854717F221008484603BB8360E81B262411B0D830EDE9B0',
160
- name: 'Axelar',
161
- display: 'axl',
162
- symbol: 'AXL',
163
- logo_URIs: {
164
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
165
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
166
- },
167
- coingecko_id: 'axelar',
168
- images: [{
169
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
170
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
171
- }],
172
- type_asset: 'sdk.coin',
173
- traces: [{
174
- type: 'ibc',
175
- counterparty: {
176
- channel_id: 'channel-261',
177
- base_denom: 'uaxl',
178
- chain_name: 'axelartestnet'
179
- },
180
- chain: {
181
- channel_id: 'channel-0'
182
- }
183
- }]
184
- },
185
- {
37
+ }, {
186
38
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
187
39
  denom_units: [{
188
40
  denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
@@ -216,81 +68,6 @@ const assets = {
216
68
  channel_id: 'channel-1'
217
69
  }
218
70
  }]
219
- },
220
- {
221
- description: 'The native token of Osmosis',
222
- denom_units: [{
223
- denom: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
224
- exponent: 0,
225
- aliases: ['uosmo']
226
- }, {
227
- denom: 'osmo',
228
- exponent: 6,
229
- aliases: []
230
- }],
231
- type_asset: 'sdk.coin',
232
- base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
233
- name: 'Osmosis Testnet',
234
- display: 'osmo',
235
- symbol: 'OSMO',
236
- logo_URIs: {
237
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
238
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
239
- },
240
- images: [{
241
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
242
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
243
- }],
244
- coingecko_id: 'osmosis',
245
- keywords: ['dex', 'staking'],
246
- traces: [{
247
- type: 'ibc',
248
- counterparty: {
249
- channel_id: 'channel-1037',
250
- base_denom: 'uosmo',
251
- chain_name: 'osmosistestnet'
252
- },
253
- chain: {
254
- channel_id: 'channel-7'
255
- }
256
- }]
257
- },
258
- {
259
- denom_units: [{
260
- denom: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
261
- exponent: 0,
262
- aliases: ['uion']
263
- }, {
264
- denom: 'ion',
265
- exponent: 6
266
- }],
267
- type_asset: 'sdk.coin',
268
- base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
269
- name: 'Ion',
270
- display: 'ion',
271
- symbol: 'ION',
272
- logo_URIs: {
273
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
274
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
275
- },
276
- images: [{
277
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
278
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
279
- }],
280
- coingecko_id: 'ion',
281
- keywords: ['memecoin'],
282
- traces: [{
283
- type: 'ibc',
284
- counterparty: {
285
- channel_id: 'channel-1037',
286
- base_denom: 'uion',
287
- chain_name: 'osmosistestnet'
288
- },
289
- chain: {
290
- channel_id: 'channel-7'
291
- }
292
- }]
293
- }
294
- ]
71
+ }]
295
72
  };
296
73
  export default assets;
@@ -1,155 +1,6 @@
1
1
  const assets = {
2
2
  chain_name: 'quicksilvertestnet',
3
- assets: [
4
- {
5
- description: 'The native token of Osmosis',
6
- denom_units: [{
7
- denom: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
8
- exponent: 0,
9
- aliases: ['uosmo']
10
- }, {
11
- denom: 'osmo',
12
- exponent: 6,
13
- aliases: []
14
- }],
15
- type_asset: 'sdk.coin',
16
- base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
17
- name: 'Osmosis Testnet',
18
- display: 'osmo',
19
- symbol: 'OSMO',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
23
- },
24
- images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
27
- }],
28
- coingecko_id: 'osmosis',
29
- keywords: ['dex', 'staking'],
30
- traces: [{
31
- type: 'ibc',
32
- counterparty: {
33
- channel_id: 'channel-13',
34
- base_denom: 'uosmo',
35
- chain_name: 'osmosistestnet'
36
- },
37
- chain: {
38
- channel_id: 'channel-20'
39
- }
40
- }]
41
- },
42
- {
43
- denom_units: [{
44
- denom: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
45
- exponent: 0,
46
- aliases: ['uion']
47
- }, {
48
- denom: 'ion',
49
- exponent: 6
50
- }],
51
- type_asset: 'sdk.coin',
52
- base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
53
- name: 'Ion',
54
- display: 'ion',
55
- symbol: 'ION',
56
- logo_URIs: {
57
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
58
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
59
- },
60
- images: [{
61
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
62
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
63
- }],
64
- coingecko_id: 'ion',
65
- keywords: ['memecoin'],
66
- traces: [{
67
- type: 'ibc',
68
- counterparty: {
69
- channel_id: 'channel-13',
70
- base_denom: 'uion',
71
- chain_name: 'osmosistestnet'
72
- },
73
- chain: {
74
- channel_id: 'channel-20'
75
- }
76
- }]
77
- },
78
- {
79
- description: 'The native token of Osmosis',
80
- denom_units: [{
81
- denom: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
82
- exponent: 0,
83
- aliases: ['uosmo']
84
- }, {
85
- denom: 'osmo',
86
- exponent: 6,
87
- aliases: []
88
- }],
89
- type_asset: 'sdk.coin',
90
- base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
91
- name: 'Osmosis Testnet',
92
- display: 'osmo',
93
- symbol: 'OSMO',
94
- logo_URIs: {
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
97
- },
98
- images: [{
99
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
100
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
101
- }],
102
- coingecko_id: 'osmosis',
103
- keywords: ['dex', 'staking'],
104
- traces: [{
105
- type: 'ibc',
106
- counterparty: {
107
- channel_id: 'channel-13',
108
- base_denom: 'uosmo',
109
- chain_name: 'osmosistestnet'
110
- },
111
- chain: {
112
- channel_id: 'channel-20'
113
- }
114
- }]
115
- },
116
- {
117
- denom_units: [{
118
- denom: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
119
- exponent: 0,
120
- aliases: ['uion']
121
- }, {
122
- denom: 'ion',
123
- exponent: 6
124
- }],
125
- type_asset: 'sdk.coin',
126
- base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
127
- name: 'Ion',
128
- display: 'ion',
129
- symbol: 'ION',
130
- logo_URIs: {
131
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
132
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
133
- },
134
- images: [{
135
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
136
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
137
- }],
138
- coingecko_id: 'ion',
139
- keywords: ['memecoin'],
140
- traces: [{
141
- type: 'ibc',
142
- counterparty: {
143
- channel_id: 'channel-13',
144
- base_denom: 'uion',
145
- chain_name: 'osmosistestnet'
146
- },
147
- chain: {
148
- channel_id: 'channel-20'
149
- }
150
- }]
151
- },
152
- {
3
+ assets: [{
153
4
  description: 'The native token of Prysm',
154
5
  denom_units: [{
155
6
  denom: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
@@ -187,8 +38,7 @@ const assets = {
187
38
  channel_id: 'channel-3'
188
39
  }
189
40
  }]
190
- },
191
- {
41
+ }, {
192
42
  description: 'The native token of Prysm',
193
43
  denom_units: [{
194
44
  denom: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
@@ -226,7 +76,6 @@ const assets = {
226
76
  channel_id: 'channel-3'
227
77
  }
228
78
  }]
229
- }
230
- ]
79
+ }]
231
80
  };
232
81
  export default assets;
@@ -1,226 +1,5 @@
1
1
  const assets = {
2
2
  chain_name: 'sagatestnet',
3
- assets: [
4
- {
5
- description: 'The native token of Axelar',
6
- denom_units: [{
7
- denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
8
- exponent: 0,
9
- aliases: ['uaxl']
10
- }, {
11
- denom: 'axl',
12
- exponent: 6
13
- }],
14
- base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
15
- name: 'Axelar',
16
- display: 'axl',
17
- symbol: 'AXL',
18
- logo_URIs: {
19
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
21
- },
22
- coingecko_id: 'axelar',
23
- images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
26
- }],
27
- type_asset: 'sdk.coin',
28
- traces: [{
29
- type: 'ibc',
30
- counterparty: {
31
- channel_id: 'channel-566',
32
- base_denom: 'uaxl',
33
- chain_name: 'axelartestnet'
34
- },
35
- chain: {
36
- channel_id: 'channel-3'
37
- }
38
- }]
39
- },
40
- {
41
- description: 'The native token of Osmosis',
42
- denom_units: [{
43
- denom: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
44
- exponent: 0,
45
- aliases: ['uosmo']
46
- }, {
47
- denom: 'osmo',
48
- exponent: 6,
49
- aliases: []
50
- }],
51
- type_asset: 'sdk.coin',
52
- base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
53
- name: 'Osmosis Testnet',
54
- display: 'osmo',
55
- symbol: 'OSMO',
56
- logo_URIs: {
57
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
58
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
59
- },
60
- images: [{
61
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
62
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
63
- }],
64
- coingecko_id: 'osmosis',
65
- keywords: ['dex', 'staking'],
66
- traces: [{
67
- type: 'ibc',
68
- counterparty: {
69
- channel_id: 'channel-4946',
70
- base_denom: 'uosmo',
71
- chain_name: 'osmosistestnet'
72
- },
73
- chain: {
74
- channel_id: 'channel-20'
75
- }
76
- }]
77
- },
78
- {
79
- denom_units: [{
80
- denom: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
81
- exponent: 0,
82
- aliases: ['uion']
83
- }, {
84
- denom: 'ion',
85
- exponent: 6
86
- }],
87
- type_asset: 'sdk.coin',
88
- base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
89
- name: 'Ion',
90
- display: 'ion',
91
- symbol: 'ION',
92
- logo_URIs: {
93
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
94
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
95
- },
96
- images: [{
97
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
98
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
99
- }],
100
- coingecko_id: 'ion',
101
- keywords: ['memecoin'],
102
- traces: [{
103
- type: 'ibc',
104
- counterparty: {
105
- channel_id: 'channel-4946',
106
- base_denom: 'uion',
107
- chain_name: 'osmosistestnet'
108
- },
109
- chain: {
110
- channel_id: 'channel-20'
111
- }
112
- }]
113
- },
114
- {
115
- description: 'The native token of Axelar',
116
- denom_units: [{
117
- denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
118
- exponent: 0,
119
- aliases: ['uaxl']
120
- }, {
121
- denom: 'axl',
122
- exponent: 6
123
- }],
124
- base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
125
- name: 'Axelar',
126
- display: 'axl',
127
- symbol: 'AXL',
128
- logo_URIs: {
129
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
130
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
131
- },
132
- coingecko_id: 'axelar',
133
- images: [{
134
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
135
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
136
- }],
137
- type_asset: 'sdk.coin',
138
- traces: [{
139
- type: 'ibc',
140
- counterparty: {
141
- channel_id: 'channel-566',
142
- base_denom: 'uaxl',
143
- chain_name: 'axelartestnet'
144
- },
145
- chain: {
146
- channel_id: 'channel-3'
147
- }
148
- }]
149
- },
150
- {
151
- description: 'The native token of Osmosis',
152
- denom_units: [{
153
- denom: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
154
- exponent: 0,
155
- aliases: ['uosmo']
156
- }, {
157
- denom: 'osmo',
158
- exponent: 6,
159
- aliases: []
160
- }],
161
- type_asset: 'sdk.coin',
162
- base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
163
- name: 'Osmosis Testnet',
164
- display: 'osmo',
165
- symbol: 'OSMO',
166
- logo_URIs: {
167
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
168
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
169
- },
170
- images: [{
171
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
172
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
173
- }],
174
- coingecko_id: 'osmosis',
175
- keywords: ['dex', 'staking'],
176
- traces: [{
177
- type: 'ibc',
178
- counterparty: {
179
- channel_id: 'channel-4946',
180
- base_denom: 'uosmo',
181
- chain_name: 'osmosistestnet'
182
- },
183
- chain: {
184
- channel_id: 'channel-20'
185
- }
186
- }]
187
- },
188
- {
189
- denom_units: [{
190
- denom: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
191
- exponent: 0,
192
- aliases: ['uion']
193
- }, {
194
- denom: 'ion',
195
- exponent: 6
196
- }],
197
- type_asset: 'sdk.coin',
198
- base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
199
- name: 'Ion',
200
- display: 'ion',
201
- symbol: 'ION',
202
- logo_URIs: {
203
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
204
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
205
- },
206
- images: [{
207
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
208
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
209
- }],
210
- coingecko_id: 'ion',
211
- keywords: ['memecoin'],
212
- traces: [{
213
- type: 'ibc',
214
- counterparty: {
215
- channel_id: 'channel-4946',
216
- base_denom: 'uion',
217
- chain_name: 'osmosistestnet'
218
- },
219
- chain: {
220
- channel_id: 'channel-20'
221
- }
222
- }]
223
- }
224
- ]
3
+ assets: []
225
4
  };
226
5
  export default assets;