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