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