@chain-registry/assets 1.70.30 → 1.70.32

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 (70) hide show
  1. package/devnet/prysmdevnet.js +0 -148
  2. package/esm/devnet/prysmdevnet.js +0 -148
  3. package/esm/mainnet/assets.js +1 -8
  4. package/esm/mainnet/axelar.js +178 -26
  5. package/esm/mainnet/chihuahua.js +164 -0
  6. package/esm/mainnet/index.js +0 -7
  7. package/esm/mainnet/injective.js +178 -26
  8. package/esm/mainnet/juno.js +0 -72
  9. package/esm/mainnet/kujira.js +178 -26
  10. package/esm/mainnet/omniflixhub.js +86 -0
  11. package/esm/mainnet/osmosis.js +178 -490
  12. package/esm/mainnet/secretnetwork.js +164 -0
  13. package/esm/mainnet/stargaze.js +86 -0
  14. package/esm/mainnet/terra2.js +164 -0
  15. package/esm/testnet/assets.js +1 -3
  16. package/esm/testnet/axelartestnet.js +0 -148
  17. package/esm/testnet/index.js +0 -2
  18. package/esm/testnet/junotestnet.js +0 -148
  19. package/esm/testnet/marstestnet.js +0 -148
  20. package/esm/testnet/nobletestnet.js +0 -148
  21. package/esm/testnet/osmosistestnet.js +0 -82
  22. package/mainnet/assets.js +1 -8
  23. package/mainnet/axelar.js +178 -26
  24. package/mainnet/chihuahua.js +164 -0
  25. package/mainnet/index.d.ts +0 -7
  26. package/mainnet/index.js +3 -11
  27. package/mainnet/injective.js +178 -26
  28. package/mainnet/juno.js +0 -72
  29. package/mainnet/kujira.js +178 -26
  30. package/mainnet/omniflixhub.js +86 -0
  31. package/mainnet/osmosis.js +178 -490
  32. package/mainnet/secretnetwork.js +164 -0
  33. package/mainnet/stargaze.js +86 -0
  34. package/mainnet/terra2.js +164 -0
  35. package/package.json +6 -6
  36. package/testnet/assets.js +1 -3
  37. package/testnet/axelartestnet.js +0 -148
  38. package/testnet/index.d.ts +0 -2
  39. package/testnet/index.js +1 -3
  40. package/testnet/junotestnet.js +0 -148
  41. package/testnet/marstestnet.js +0 -148
  42. package/testnet/nobletestnet.js +0 -148
  43. package/testnet/osmosistestnet.js +0 -82
  44. package/esm/mainnet/8ball.js +0 -182
  45. package/esm/mainnet/cerberus.js +0 -182
  46. package/esm/mainnet/cudos.js +0 -182
  47. package/esm/mainnet/dig.js +0 -268
  48. package/esm/mainnet/lumenx.js +0 -182
  49. package/esm/mainnet/microtick.js +0 -182
  50. package/esm/mainnet/vidulum.js +0 -424
  51. package/esm/testnet/entrypointtestnet.js +0 -154
  52. package/esm/testnet/osmosistestnet4.js +0 -476
  53. package/mainnet/8ball.d.ts +0 -3
  54. package/mainnet/8ball.js +0 -184
  55. package/mainnet/cerberus.d.ts +0 -3
  56. package/mainnet/cerberus.js +0 -184
  57. package/mainnet/cudos.d.ts +0 -3
  58. package/mainnet/cudos.js +0 -184
  59. package/mainnet/dig.d.ts +0 -3
  60. package/mainnet/dig.js +0 -270
  61. package/mainnet/lumenx.d.ts +0 -3
  62. package/mainnet/lumenx.js +0 -184
  63. package/mainnet/microtick.d.ts +0 -3
  64. package/mainnet/microtick.js +0 -184
  65. package/mainnet/vidulum.d.ts +0 -3
  66. package/mainnet/vidulum.js +0 -426
  67. package/testnet/entrypointtestnet.d.ts +0 -3
  68. package/testnet/entrypointtestnet.js +0 -156
  69. package/testnet/osmosistestnet4.d.ts +0 -3
  70. package/testnet/osmosistestnet4.js +0 -478
@@ -1,154 +0,0 @@
1
- const assets = {
2
- chain_name: 'entrypointtestnet',
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-1543',
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-1543',
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-1543',
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-1543',
144
- base_denom: 'uion',
145
- chain_name: 'osmosistestnet'
146
- },
147
- chain: {
148
- channel_id: 'channel-0'
149
- }
150
- }]
151
- }
152
- ]
153
- };
154
- export default assets;
@@ -1,476 +0,0 @@
1
- const assets = {
2
- chain_name: 'osmosistestnet4',
3
- assets: [
4
- {
5
- description: 'The native token of Axelar',
6
- denom_units: [{
7
- denom: 'ibc/52457B1109B9E64CC855317A66580B4BC5BBF8522EE78E1F571B5BD8AB873B17',
8
- exponent: 0,
9
- aliases: ['uaxl']
10
- }, {
11
- denom: 'axl',
12
- exponent: 6
13
- }],
14
- base: 'ibc/52457B1109B9E64CC855317A66580B4BC5BBF8522EE78E1F571B5BD8AB873B17',
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-135',
32
- base_denom: 'uaxl',
33
- chain_name: 'axelartestnet'
34
- },
35
- chain: {
36
- channel_id: 'channel-1946'
37
- }
38
- }]
39
- },
40
- {
41
- description: 'The native token of JUNO Chain',
42
- denom_units: [{
43
- denom: 'ibc/7E3DB8DA12B7A7E2056E2449434A6F745E3C29B50217538BE31A50375EF088C6',
44
- exponent: 0,
45
- aliases: ['ujunox']
46
- }, {
47
- denom: 'junox',
48
- exponent: 6
49
- }],
50
- base: 'ibc/7E3DB8DA12B7A7E2056E2449434A6F745E3C29B50217538BE31A50375EF088C6',
51
- name: 'Juno Testnet',
52
- display: 'junox',
53
- symbol: 'JUNOX',
54
- logo_URIs: {
55
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
56
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
57
- },
58
- coingecko_id: 'juno-network',
59
- images: [{
60
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
61
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
62
- }],
63
- type_asset: 'sdk.coin',
64
- traces: [{
65
- type: 'ibc',
66
- counterparty: {
67
- channel_id: 'channel-140',
68
- base_denom: 'ujunox',
69
- chain_name: 'junotestnet'
70
- },
71
- chain: {
72
- channel_id: 'channel-3316'
73
- }
74
- }]
75
- },
76
- {
77
- description: 'The native token of Mars Protocol',
78
- denom_units: [{
79
- denom: 'ibc/ACA4C8A815A053CC027DB90D15915ADA31939FA331CE745862CDD00A2904FA17',
80
- exponent: 0,
81
- aliases: ['umars']
82
- }, {
83
- denom: 'mars',
84
- exponent: 6
85
- }],
86
- base: 'ibc/ACA4C8A815A053CC027DB90D15915ADA31939FA331CE745862CDD00A2904FA17',
87
- name: 'Mars',
88
- display: 'mars',
89
- symbol: 'MARS',
90
- logo_URIs: {
91
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
92
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
93
- },
94
- images: [{
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
97
- }],
98
- type_asset: 'sdk.coin',
99
- traces: [{
100
- type: 'ibc',
101
- counterparty: {
102
- channel_id: 'channel-2',
103
- base_denom: 'umars',
104
- chain_name: 'marstestnet'
105
- },
106
- chain: {
107
- channel_id: 'channel-2083'
108
- }
109
- }]
110
- },
111
- {
112
- description: 'The controlled staking asset for Noble Chain',
113
- denom_units: [{
114
- denom: 'ibc/CE0C7F9A682EA4EA4F84ABC0870DD6DA04974D26ADE2840D42AFA20991E6E4EF',
115
- exponent: 0,
116
- aliases: ['ustake']
117
- }, {
118
- denom: 'stake',
119
- exponent: 6
120
- }],
121
- base: 'ibc/CE0C7F9A682EA4EA4F84ABC0870DD6DA04974D26ADE2840D42AFA20991E6E4EF',
122
- name: 'Stake',
123
- display: 'stake',
124
- symbol: 'STAKE',
125
- type_asset: 'sdk.coin',
126
- traces: [{
127
- type: 'ibc',
128
- counterparty: {
129
- channel_id: 'channel-4',
130
- base_denom: 'ustake',
131
- chain_name: 'nobletestnet'
132
- },
133
- chain: {
134
- channel_id: 'channel-3651'
135
- }
136
- }]
137
- },
138
- {
139
- description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
140
- denom_units: [{
141
- denom: 'ibc/91FB098E4C7C5647D3FAA193F53F55ECDE35CF3454669FE5536556159F6C2920',
142
- exponent: 0,
143
- aliases: ['ulove']
144
- }, {
145
- denom: 'love',
146
- exponent: 6
147
- }],
148
- base: 'ibc/91FB098E4C7C5647D3FAA193F53F55ECDE35CF3454669FE5536556159F6C2920',
149
- display: 'love',
150
- name: 'Love',
151
- symbol: 'LOVE',
152
- type_asset: 'sdk.coin',
153
- traces: [{
154
- type: 'ibc',
155
- counterparty: {
156
- channel_id: 'channel-4',
157
- base_denom: 'ulove',
158
- chain_name: 'nobletestnet'
159
- },
160
- chain: {
161
- channel_id: 'channel-3651'
162
- }
163
- }]
164
- },
165
- {
166
- description: 'Ondo US Dollar Yield',
167
- denom_units: [{
168
- denom: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
169
- exponent: 0,
170
- aliases: ['ausdy']
171
- }, {
172
- denom: 'usdy',
173
- exponent: 18
174
- }],
175
- base: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
176
- display: 'usdy',
177
- name: 'Ondo US Dollar Yield',
178
- symbol: 'USDY',
179
- logo_URIs: {
180
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
181
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
182
- },
183
- images: [{
184
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
185
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
186
- }],
187
- type_asset: 'sdk.coin',
188
- traces: [{
189
- type: 'ibc',
190
- counterparty: {
191
- channel_id: 'channel-4',
192
- base_denom: 'ausdy',
193
- chain_name: 'nobletestnet'
194
- },
195
- chain: {
196
- channel_id: 'channel-3651'
197
- }
198
- }]
199
- },
200
- {
201
- description: 'The native token of Axelar',
202
- denom_units: [{
203
- denom: 'ibc/52457B1109B9E64CC855317A66580B4BC5BBF8522EE78E1F571B5BD8AB873B17',
204
- exponent: 0,
205
- aliases: ['uaxl']
206
- }, {
207
- denom: 'axl',
208
- exponent: 6
209
- }],
210
- base: 'ibc/52457B1109B9E64CC855317A66580B4BC5BBF8522EE78E1F571B5BD8AB873B17',
211
- name: 'Axelar',
212
- display: 'axl',
213
- symbol: 'AXL',
214
- logo_URIs: {
215
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
216
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
217
- },
218
- coingecko_id: 'axelar',
219
- images: [{
220
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
221
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
222
- }],
223
- type_asset: 'sdk.coin',
224
- traces: [{
225
- type: 'ibc',
226
- counterparty: {
227
- channel_id: 'channel-135',
228
- base_denom: 'uaxl',
229
- chain_name: 'axelartestnet'
230
- },
231
- chain: {
232
- channel_id: 'channel-1946'
233
- }
234
- }]
235
- },
236
- {
237
- description: 'The native token of JUNO Chain',
238
- denom_units: [{
239
- denom: 'ibc/7E3DB8DA12B7A7E2056E2449434A6F745E3C29B50217538BE31A50375EF088C6',
240
- exponent: 0,
241
- aliases: ['ujunox']
242
- }, {
243
- denom: 'junox',
244
- exponent: 6
245
- }],
246
- base: 'ibc/7E3DB8DA12B7A7E2056E2449434A6F745E3C29B50217538BE31A50375EF088C6',
247
- name: 'Juno Testnet',
248
- display: 'junox',
249
- symbol: 'JUNOX',
250
- logo_URIs: {
251
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
252
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
253
- },
254
- coingecko_id: 'juno-network',
255
- images: [{
256
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
257
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
258
- }],
259
- type_asset: 'sdk.coin',
260
- traces: [{
261
- type: 'ibc',
262
- counterparty: {
263
- channel_id: 'channel-140',
264
- base_denom: 'ujunox',
265
- chain_name: 'junotestnet'
266
- },
267
- chain: {
268
- channel_id: 'channel-3316'
269
- }
270
- }]
271
- },
272
- {
273
- description: 'The native token of Mars Protocol',
274
- denom_units: [{
275
- denom: 'ibc/ACA4C8A815A053CC027DB90D15915ADA31939FA331CE745862CDD00A2904FA17',
276
- exponent: 0,
277
- aliases: ['umars']
278
- }, {
279
- denom: 'mars',
280
- exponent: 6
281
- }],
282
- base: 'ibc/ACA4C8A815A053CC027DB90D15915ADA31939FA331CE745862CDD00A2904FA17',
283
- name: 'Mars',
284
- display: 'mars',
285
- symbol: 'MARS',
286
- logo_URIs: {
287
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
288
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
289
- },
290
- images: [{
291
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
292
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
293
- }],
294
- type_asset: 'sdk.coin',
295
- traces: [{
296
- type: 'ibc',
297
- counterparty: {
298
- channel_id: 'channel-2',
299
- base_denom: 'umars',
300
- chain_name: 'marstestnet'
301
- },
302
- chain: {
303
- channel_id: 'channel-2083'
304
- }
305
- }]
306
- },
307
- {
308
- description: 'The controlled staking asset for Noble Chain',
309
- denom_units: [{
310
- denom: 'ibc/CE0C7F9A682EA4EA4F84ABC0870DD6DA04974D26ADE2840D42AFA20991E6E4EF',
311
- exponent: 0,
312
- aliases: ['ustake']
313
- }, {
314
- denom: 'stake',
315
- exponent: 6
316
- }],
317
- base: 'ibc/CE0C7F9A682EA4EA4F84ABC0870DD6DA04974D26ADE2840D42AFA20991E6E4EF',
318
- name: 'Stake',
319
- display: 'stake',
320
- symbol: 'STAKE',
321
- type_asset: 'sdk.coin',
322
- traces: [{
323
- type: 'ibc',
324
- counterparty: {
325
- channel_id: 'channel-4',
326
- base_denom: 'ustake',
327
- chain_name: 'nobletestnet'
328
- },
329
- chain: {
330
- channel_id: 'channel-3651'
331
- }
332
- }]
333
- },
334
- {
335
- description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
336
- denom_units: [{
337
- denom: 'ibc/91FB098E4C7C5647D3FAA193F53F55ECDE35CF3454669FE5536556159F6C2920',
338
- exponent: 0,
339
- aliases: ['ulove']
340
- }, {
341
- denom: 'love',
342
- exponent: 6
343
- }],
344
- base: 'ibc/91FB098E4C7C5647D3FAA193F53F55ECDE35CF3454669FE5536556159F6C2920',
345
- display: 'love',
346
- name: 'Love',
347
- symbol: 'LOVE',
348
- type_asset: 'sdk.coin',
349
- traces: [{
350
- type: 'ibc',
351
- counterparty: {
352
- channel_id: 'channel-4',
353
- base_denom: 'ulove',
354
- chain_name: 'nobletestnet'
355
- },
356
- chain: {
357
- channel_id: 'channel-3651'
358
- }
359
- }]
360
- },
361
- {
362
- description: 'Ondo US Dollar Yield',
363
- denom_units: [{
364
- denom: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
365
- exponent: 0,
366
- aliases: ['ausdy']
367
- }, {
368
- denom: 'usdy',
369
- exponent: 18
370
- }],
371
- base: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
372
- display: 'usdy',
373
- name: 'Ondo US Dollar Yield',
374
- symbol: 'USDY',
375
- logo_URIs: {
376
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
377
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
378
- },
379
- images: [{
380
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
381
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
382
- }],
383
- type_asset: 'sdk.coin',
384
- traces: [{
385
- type: 'ibc',
386
- counterparty: {
387
- channel_id: 'channel-4',
388
- base_denom: 'ausdy',
389
- chain_name: 'nobletestnet'
390
- },
391
- chain: {
392
- channel_id: 'channel-3651'
393
- }
394
- }]
395
- },
396
- {
397
- description: 'The native token of Prysm',
398
- denom_units: [{
399
- denom: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
400
- exponent: 0,
401
- aliases: ['uprysm']
402
- }, {
403
- denom: 'prysm',
404
- exponent: 6
405
- }],
406
- base: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
407
- display: 'prysm',
408
- name: 'Prysm',
409
- symbol: 'PRYSM',
410
- images: [{
411
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
412
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
413
- theme: {
414
- circle: true,
415
- primary_color_hex: '#cf654f'
416
- }
417
- }],
418
- socials: {
419
- website: 'https://www.prysm.network/',
420
- twitter: 'https://twitter.com/PrysmNetwork'
421
- },
422
- type_asset: 'sdk.coin',
423
- traces: [{
424
- type: 'ibc',
425
- counterparty: {
426
- channel_id: 'channel-1',
427
- base_denom: 'uprysm',
428
- chain_name: 'prysmdevnet'
429
- },
430
- chain: {
431
- channel_id: 'channel-9018'
432
- }
433
- }]
434
- },
435
- {
436
- description: 'The native token of Prysm',
437
- denom_units: [{
438
- denom: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
439
- exponent: 0,
440
- aliases: ['uprysm']
441
- }, {
442
- denom: 'prysm',
443
- exponent: 6
444
- }],
445
- base: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
446
- display: 'prysm',
447
- name: 'Prysm',
448
- symbol: 'PRYSM',
449
- images: [{
450
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
451
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
452
- theme: {
453
- circle: true,
454
- primary_color_hex: '#cf654f'
455
- }
456
- }],
457
- socials: {
458
- website: 'https://www.prysm.network/',
459
- twitter: 'https://twitter.com/PrysmNetwork'
460
- },
461
- type_asset: 'sdk.coin',
462
- traces: [{
463
- type: 'ibc',
464
- counterparty: {
465
- channel_id: 'channel-1',
466
- base_denom: 'uprysm',
467
- chain_name: 'prysmdevnet'
468
- },
469
- chain: {
470
- channel_id: 'channel-9018'
471
- }
472
- }]
473
- }
474
- ]
475
- };
476
- export default assets;
@@ -1,3 +0,0 @@
1
- import { AssetList } from '@chain-registry/types';
2
- declare const assets: AssetList;
3
- export default assets;