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