@chain-registry/assets 1.64.10 → 1.64.12

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 (59) hide show
  1. package/esm/mainnet/assets.js +2 -1
  2. package/esm/mainnet/aura.js +16 -2
  3. package/esm/mainnet/axelar.js +74 -0
  4. package/esm/mainnet/celestia.js +16 -2
  5. package/esm/mainnet/coreum.js +16 -2
  6. package/esm/mainnet/cosmoshub.js +90 -2
  7. package/esm/mainnet/cronos.js +16 -2
  8. package/esm/mainnet/dydx.js +16 -2
  9. package/esm/mainnet/dymension.js +16 -2
  10. package/esm/mainnet/evmos.js +16 -2
  11. package/esm/mainnet/haqq.js +16 -2
  12. package/esm/mainnet/index.js +1 -0
  13. package/esm/mainnet/injective.js +16 -2
  14. package/esm/mainnet/kujira.js +16 -2
  15. package/esm/mainnet/migaloo.js +16 -2
  16. package/esm/mainnet/neutron.js +16 -2
  17. package/esm/mainnet/onex.js +16 -2
  18. package/esm/mainnet/osmosis.js +13943 -645
  19. package/esm/mainnet/persistence.js +16 -2
  20. package/esm/mainnet/sei.js +16 -2
  21. package/esm/mainnet/self.js +326 -0
  22. package/esm/mainnet/terra2.js +16 -2
  23. package/esm/mainnet/umee.js +16 -2
  24. package/esm/testnet/elystestnet.js +68 -0
  25. package/esm/testnet/mantrachaintestnet.js +68 -0
  26. package/esm/testnet/osmosistestnet.js +68 -0
  27. package/esm/testnet/osmosistestnet4.js +68 -0
  28. package/esm/testnet/xiontestnet.js +68 -0
  29. package/mainnet/assets.js +2 -1
  30. package/mainnet/aura.js +16 -2
  31. package/mainnet/axelar.js +74 -0
  32. package/mainnet/celestia.js +16 -2
  33. package/mainnet/coreum.js +16 -2
  34. package/mainnet/cosmoshub.js +90 -2
  35. package/mainnet/cronos.js +16 -2
  36. package/mainnet/dydx.js +16 -2
  37. package/mainnet/dymension.js +16 -2
  38. package/mainnet/evmos.js +16 -2
  39. package/mainnet/haqq.js +16 -2
  40. package/mainnet/index.d.ts +1 -0
  41. package/mainnet/index.js +2 -1
  42. package/mainnet/injective.js +16 -2
  43. package/mainnet/kujira.js +16 -2
  44. package/mainnet/migaloo.js +16 -2
  45. package/mainnet/neutron.js +16 -2
  46. package/mainnet/onex.js +16 -2
  47. package/mainnet/osmosis.js +13943 -645
  48. package/mainnet/persistence.js +16 -2
  49. package/mainnet/sei.js +16 -2
  50. package/mainnet/self.d.ts +3 -0
  51. package/mainnet/self.js +328 -0
  52. package/mainnet/terra2.js +16 -2
  53. package/mainnet/umee.js +16 -2
  54. package/package.json +5 -5
  55. package/testnet/elystestnet.js +68 -0
  56. package/testnet/mantrachaintestnet.js +68 -0
  57. package/testnet/osmosistestnet.js +68 -0
  58. package/testnet/osmosistestnet4.js +68 -0
  59. package/testnet/xiontestnet.js +68 -0
@@ -125,6 +125,40 @@ const assets = {
125
125
  }
126
126
  }]
127
127
  },
128
+ {
129
+ description: 'Ondo US Dollar Yield',
130
+ denom_units: [{
131
+ denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
132
+ exponent: 0,
133
+ aliases: ['ausdy']
134
+ }, {
135
+ denom: 'usdy',
136
+ exponent: 18
137
+ }],
138
+ base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
139
+ display: 'usdy',
140
+ name: 'Ondo US Dollar Yield',
141
+ symbol: 'USDY',
142
+ logo_URIs: {
143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
145
+ },
146
+ images: [{
147
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
148
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
149
+ }],
150
+ traces: [{
151
+ type: 'ibc',
152
+ counterparty: {
153
+ channel_id: 'channel-174',
154
+ base_denom: 'ausdy',
155
+ chain_name: 'nobletestnet'
156
+ },
157
+ chain: {
158
+ channel_id: 'channel-3'
159
+ }
160
+ }]
161
+ },
128
162
  {
129
163
  description: 'The native token of Osmosis',
130
164
  denom_units: [{
@@ -251,6 +285,40 @@ const assets = {
251
285
  }
252
286
  }]
253
287
  },
288
+ {
289
+ description: 'Ondo US Dollar Yield',
290
+ denom_units: [{
291
+ denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
292
+ exponent: 0,
293
+ aliases: ['ausdy']
294
+ }, {
295
+ denom: 'usdy',
296
+ exponent: 18
297
+ }],
298
+ base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
299
+ display: 'usdy',
300
+ name: 'Ondo US Dollar Yield',
301
+ symbol: 'USDY',
302
+ logo_URIs: {
303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
305
+ },
306
+ images: [{
307
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
308
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
309
+ }],
310
+ traces: [{
311
+ type: 'ibc',
312
+ counterparty: {
313
+ channel_id: 'channel-174',
314
+ base_denom: 'ausdy',
315
+ chain_name: 'nobletestnet'
316
+ },
317
+ chain: {
318
+ channel_id: 'channel-3'
319
+ }
320
+ }]
321
+ },
254
322
  {
255
323
  description: 'The native token of Osmosis',
256
324
  denom_units: [{
@@ -642,6 +642,40 @@ const assets = {
642
642
  }
643
643
  }]
644
644
  },
645
+ {
646
+ description: 'Ondo US Dollar Yield',
647
+ denom_units: [{
648
+ denom: 'ibc/1A0B3E71D4DECB10DBCD327EF8D8EF5E87580898A2A3D9D6ACB1DF2BFD127063',
649
+ exponent: 0,
650
+ aliases: ['ausdy']
651
+ }, {
652
+ denom: 'usdy',
653
+ exponent: 18
654
+ }],
655
+ base: 'ibc/1A0B3E71D4DECB10DBCD327EF8D8EF5E87580898A2A3D9D6ACB1DF2BFD127063',
656
+ display: 'usdy',
657
+ name: 'Ondo US Dollar Yield',
658
+ symbol: 'USDY',
659
+ logo_URIs: {
660
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
661
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
662
+ },
663
+ images: [{
664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
666
+ }],
667
+ traces: [{
668
+ type: 'ibc',
669
+ counterparty: {
670
+ channel_id: 'channel-22',
671
+ base_denom: 'ausdy',
672
+ chain_name: 'nobletestnet'
673
+ },
674
+ chain: {
675
+ channel_id: 'channel-4280'
676
+ }
677
+ }]
678
+ },
645
679
  {
646
680
  description: 'The native token of Nolus chain',
647
681
  denom_units: [{
@@ -1315,6 +1349,40 @@ const assets = {
1315
1349
  }
1316
1350
  }]
1317
1351
  },
1352
+ {
1353
+ description: 'Ondo US Dollar Yield',
1354
+ denom_units: [{
1355
+ denom: 'ibc/1A0B3E71D4DECB10DBCD327EF8D8EF5E87580898A2A3D9D6ACB1DF2BFD127063',
1356
+ exponent: 0,
1357
+ aliases: ['ausdy']
1358
+ }, {
1359
+ denom: 'usdy',
1360
+ exponent: 18
1361
+ }],
1362
+ base: 'ibc/1A0B3E71D4DECB10DBCD327EF8D8EF5E87580898A2A3D9D6ACB1DF2BFD127063',
1363
+ display: 'usdy',
1364
+ name: 'Ondo US Dollar Yield',
1365
+ symbol: 'USDY',
1366
+ logo_URIs: {
1367
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
1368
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
1369
+ },
1370
+ images: [{
1371
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
1372
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
1373
+ }],
1374
+ traces: [{
1375
+ type: 'ibc',
1376
+ counterparty: {
1377
+ channel_id: 'channel-22',
1378
+ base_denom: 'ausdy',
1379
+ chain_name: 'nobletestnet'
1380
+ },
1381
+ chain: {
1382
+ channel_id: 'channel-4280'
1383
+ }
1384
+ }]
1385
+ },
1318
1386
  {
1319
1387
  description: 'The native token of Nolus chain',
1320
1388
  denom_units: [{
@@ -159,6 +159,40 @@ const assets = {
159
159
  }
160
160
  }]
161
161
  },
162
+ {
163
+ description: 'Ondo US Dollar Yield',
164
+ denom_units: [{
165
+ denom: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
166
+ exponent: 0,
167
+ aliases: ['ausdy']
168
+ }, {
169
+ denom: 'usdy',
170
+ exponent: 18
171
+ }],
172
+ base: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
173
+ display: 'usdy',
174
+ name: 'Ondo US Dollar Yield',
175
+ symbol: 'USDY',
176
+ logo_URIs: {
177
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
178
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
179
+ },
180
+ images: [{
181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
182
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
183
+ }],
184
+ traces: [{
185
+ type: 'ibc',
186
+ counterparty: {
187
+ channel_id: 'channel-4',
188
+ base_denom: 'ausdy',
189
+ chain_name: 'nobletestnet'
190
+ },
191
+ chain: {
192
+ channel_id: 'channel-3651'
193
+ }
194
+ }]
195
+ },
162
196
  {
163
197
  description: 'The native token of Axelar',
164
198
  denom_units: [{
@@ -314,6 +348,40 @@ const assets = {
314
348
  channel_id: 'channel-3651'
315
349
  }
316
350
  }]
351
+ },
352
+ {
353
+ description: 'Ondo US Dollar Yield',
354
+ denom_units: [{
355
+ denom: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
356
+ exponent: 0,
357
+ aliases: ['ausdy']
358
+ }, {
359
+ denom: 'usdy',
360
+ exponent: 18
361
+ }],
362
+ base: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
363
+ display: 'usdy',
364
+ name: 'Ondo US Dollar Yield',
365
+ symbol: 'USDY',
366
+ logo_URIs: {
367
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
368
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
369
+ },
370
+ images: [{
371
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
372
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
373
+ }],
374
+ traces: [{
375
+ type: 'ibc',
376
+ counterparty: {
377
+ channel_id: 'channel-4',
378
+ base_denom: 'ausdy',
379
+ chain_name: 'nobletestnet'
380
+ },
381
+ chain: {
382
+ channel_id: 'channel-3651'
383
+ }
384
+ }]
317
385
  }
318
386
  ]
319
387
  };
@@ -125,6 +125,40 @@ const assets = {
125
125
  }
126
126
  }]
127
127
  },
128
+ {
129
+ description: 'Ondo US Dollar Yield',
130
+ denom_units: [{
131
+ denom: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
132
+ exponent: 0,
133
+ aliases: ['ausdy']
134
+ }, {
135
+ denom: 'usdy',
136
+ exponent: 18
137
+ }],
138
+ base: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
139
+ display: 'usdy',
140
+ name: 'Ondo US Dollar Yield',
141
+ symbol: 'USDY',
142
+ logo_URIs: {
143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
145
+ },
146
+ images: [{
147
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
148
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
149
+ }],
150
+ traces: [{
151
+ type: 'ibc',
152
+ counterparty: {
153
+ channel_id: 'channel-147',
154
+ base_denom: 'ausdy',
155
+ chain_name: 'nobletestnet'
156
+ },
157
+ chain: {
158
+ channel_id: 'channel-489'
159
+ }
160
+ }]
161
+ },
128
162
  {
129
163
  description: 'The native token of Osmosis',
130
164
  denom_units: [{
@@ -321,6 +355,40 @@ const assets = {
321
355
  }
322
356
  }]
323
357
  },
358
+ {
359
+ description: 'Ondo US Dollar Yield',
360
+ denom_units: [{
361
+ denom: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
362
+ exponent: 0,
363
+ aliases: ['ausdy']
364
+ }, {
365
+ denom: 'usdy',
366
+ exponent: 18
367
+ }],
368
+ base: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
369
+ display: 'usdy',
370
+ name: 'Ondo US Dollar Yield',
371
+ symbol: 'USDY',
372
+ logo_URIs: {
373
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
374
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
375
+ },
376
+ images: [{
377
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
378
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
379
+ }],
380
+ traces: [{
381
+ type: 'ibc',
382
+ counterparty: {
383
+ channel_id: 'channel-147',
384
+ base_denom: 'ausdy',
385
+ chain_name: 'nobletestnet'
386
+ },
387
+ chain: {
388
+ channel_id: 'channel-489'
389
+ }
390
+ }]
391
+ },
324
392
  {
325
393
  description: 'The native token of Osmosis',
326
394
  denom_units: [{