@chain-registry/assets 1.62.6 → 1.62.7

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 (53) hide show
  1. package/esm/mainnet/andromeda.js +290 -0
  2. package/esm/mainnet/axelar.js +292 -2
  3. package/esm/mainnet/celestia.js +290 -0
  4. package/esm/mainnet/composable.js +290 -0
  5. package/esm/mainnet/cosmoshub.js +290 -0
  6. package/esm/mainnet/crescent.js +290 -0
  7. package/esm/mainnet/doravota.js +290 -0
  8. package/esm/mainnet/evmos.js +290 -0
  9. package/esm/mainnet/gateway.js +290 -0
  10. package/esm/mainnet/kava.js +290 -0
  11. package/esm/mainnet/kujira.js +290 -0
  12. package/esm/mainnet/migaloo.js +290 -0
  13. package/esm/mainnet/neutron.js +290 -0
  14. package/esm/mainnet/noble.js +290 -0
  15. package/esm/mainnet/nois.js +290 -0
  16. package/esm/mainnet/odin.js +290 -0
  17. package/esm/mainnet/oraichain.js +290 -0
  18. package/esm/mainnet/osmosis.js +292 -2
  19. package/esm/mainnet/persistence.js +290 -0
  20. package/esm/mainnet/pryzm.js +290 -0
  21. package/esm/mainnet/secretnetwork.js +290 -0
  22. package/esm/mainnet/sommelier.js +290 -0
  23. package/esm/mainnet/stride.js +290 -0
  24. package/esm/mainnet/terra2.js +290 -0
  25. package/esm/mainnet/umee.js +290 -0
  26. package/esm/mainnet/xpla.js +290 -0
  27. package/mainnet/andromeda.js +290 -0
  28. package/mainnet/axelar.js +292 -2
  29. package/mainnet/celestia.js +290 -0
  30. package/mainnet/composable.js +290 -0
  31. package/mainnet/cosmoshub.js +290 -0
  32. package/mainnet/crescent.js +290 -0
  33. package/mainnet/doravota.js +290 -0
  34. package/mainnet/evmos.js +290 -0
  35. package/mainnet/gateway.js +290 -0
  36. package/mainnet/kava.js +290 -0
  37. package/mainnet/kujira.js +290 -0
  38. package/mainnet/migaloo.js +290 -0
  39. package/mainnet/neutron.js +290 -0
  40. package/mainnet/noble.js +290 -0
  41. package/mainnet/nois.js +290 -0
  42. package/mainnet/odin.js +290 -0
  43. package/mainnet/oraichain.js +290 -0
  44. package/mainnet/osmosis.js +292 -2
  45. package/mainnet/persistence.js +290 -0
  46. package/mainnet/pryzm.js +290 -0
  47. package/mainnet/secretnetwork.js +290 -0
  48. package/mainnet/sommelier.js +290 -0
  49. package/mainnet/stride.js +290 -0
  50. package/mainnet/terra2.js +290 -0
  51. package/mainnet/umee.js +290 -0
  52. package/mainnet/xpla.js +290 -0
  53. package/package.json +5 -5
@@ -373,6 +373,151 @@ const assets = {
373
373
  }
374
374
  }]
375
375
  },
376
+ {
377
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
378
+ denom_units: [{
379
+ denom: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
380
+ exponent: 0,
381
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
382
+ }, {
383
+ denom: 'nINJ',
384
+ exponent: 18
385
+ }],
386
+ base: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
387
+ name: 'Neptune Receipt INJ',
388
+ display: 'nINJ',
389
+ symbol: 'nINJ',
390
+ images: [{
391
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
392
+ }],
393
+ traces: [{
394
+ type: 'ibc',
395
+ counterparty: {
396
+ channel_id: 'channel-152',
397
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
398
+ chain_name: 'injective'
399
+ },
400
+ chain: {
401
+ channel_id: 'channel-7'
402
+ }
403
+ }]
404
+ },
405
+ {
406
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
407
+ denom_units: [{
408
+ denom: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
409
+ exponent: 0,
410
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
411
+ }, {
412
+ denom: 'nATOM',
413
+ exponent: 6
414
+ }],
415
+ base: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
416
+ name: 'Neptune Receipt ATOM',
417
+ display: 'nATOM',
418
+ symbol: 'nATOM',
419
+ images: [{
420
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
421
+ }],
422
+ traces: [{
423
+ type: 'ibc',
424
+ counterparty: {
425
+ channel_id: 'channel-152',
426
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
427
+ chain_name: 'injective'
428
+ },
429
+ chain: {
430
+ channel_id: 'channel-7'
431
+ }
432
+ }]
433
+ },
434
+ {
435
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
436
+ denom_units: [{
437
+ denom: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
438
+ exponent: 0,
439
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
440
+ }, {
441
+ denom: 'nWETH',
442
+ exponent: 18
443
+ }],
444
+ base: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
445
+ name: 'Neptune Receipt WETH',
446
+ display: 'nWETH',
447
+ symbol: 'nWETH',
448
+ images: [{
449
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
450
+ }],
451
+ traces: [{
452
+ type: 'ibc',
453
+ counterparty: {
454
+ channel_id: 'channel-152',
455
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
456
+ chain_name: 'injective'
457
+ },
458
+ chain: {
459
+ channel_id: 'channel-7'
460
+ }
461
+ }]
462
+ },
463
+ {
464
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
465
+ denom_units: [{
466
+ denom: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
467
+ exponent: 0,
468
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
469
+ }, {
470
+ denom: 'nUSDT',
471
+ exponent: 6
472
+ }],
473
+ base: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
474
+ name: 'Neptune Receipt USDT',
475
+ display: 'nUSDT',
476
+ symbol: 'nUSDT',
477
+ images: [{
478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
479
+ }],
480
+ traces: [{
481
+ type: 'ibc',
482
+ counterparty: {
483
+ channel_id: 'channel-152',
484
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
485
+ chain_name: 'injective'
486
+ },
487
+ chain: {
488
+ channel_id: 'channel-7'
489
+ }
490
+ }]
491
+ },
492
+ {
493
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
494
+ denom_units: [{
495
+ denom: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
496
+ exponent: 0,
497
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
498
+ }, {
499
+ denom: 'nTIA',
500
+ exponent: 6
501
+ }],
502
+ base: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
503
+ name: 'Neptune Receipt TIA',
504
+ display: 'nTIA',
505
+ symbol: 'nTIA',
506
+ images: [{
507
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
508
+ }],
509
+ traces: [{
510
+ type: 'ibc',
511
+ counterparty: {
512
+ channel_id: 'channel-152',
513
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
514
+ chain_name: 'injective'
515
+ },
516
+ chain: {
517
+ channel_id: 'channel-7'
518
+ }
519
+ }]
520
+ },
376
521
  {
377
522
  description: 'The native staking and governance token of Kava',
378
523
  denom_units: [{
@@ -1287,6 +1432,151 @@ const assets = {
1287
1432
  }
1288
1433
  }]
1289
1434
  },
1435
+ {
1436
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1437
+ denom_units: [{
1438
+ denom: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
1439
+ exponent: 0,
1440
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1441
+ }, {
1442
+ denom: 'nINJ',
1443
+ exponent: 18
1444
+ }],
1445
+ base: 'ibc/A7EAF6B89D74D694270BFC13E02EAD1C9C5929C9B837DD94E1C9BDE008B3AD17',
1446
+ name: 'Neptune Receipt INJ',
1447
+ display: 'nINJ',
1448
+ symbol: 'nINJ',
1449
+ images: [{
1450
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1451
+ }],
1452
+ traces: [{
1453
+ type: 'ibc',
1454
+ counterparty: {
1455
+ channel_id: 'channel-152',
1456
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1457
+ chain_name: 'injective'
1458
+ },
1459
+ chain: {
1460
+ channel_id: 'channel-7'
1461
+ }
1462
+ }]
1463
+ },
1464
+ {
1465
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1466
+ denom_units: [{
1467
+ denom: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
1468
+ exponent: 0,
1469
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1470
+ }, {
1471
+ denom: 'nATOM',
1472
+ exponent: 6
1473
+ }],
1474
+ base: 'ibc/7A334FA725B17C5DF23B72820854083FA6CEF0FFE2AB5057198FEFEC57C4D5F5',
1475
+ name: 'Neptune Receipt ATOM',
1476
+ display: 'nATOM',
1477
+ symbol: 'nATOM',
1478
+ images: [{
1479
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1480
+ }],
1481
+ traces: [{
1482
+ type: 'ibc',
1483
+ counterparty: {
1484
+ channel_id: 'channel-152',
1485
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1486
+ chain_name: 'injective'
1487
+ },
1488
+ chain: {
1489
+ channel_id: 'channel-7'
1490
+ }
1491
+ }]
1492
+ },
1493
+ {
1494
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1495
+ denom_units: [{
1496
+ denom: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
1497
+ exponent: 0,
1498
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1499
+ }, {
1500
+ denom: 'nWETH',
1501
+ exponent: 18
1502
+ }],
1503
+ base: 'ibc/618AC8AA505E40797D026B630A6625A86F95FB8C12B27141A71464B72A8EED44',
1504
+ name: 'Neptune Receipt WETH',
1505
+ display: 'nWETH',
1506
+ symbol: 'nWETH',
1507
+ images: [{
1508
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1509
+ }],
1510
+ traces: [{
1511
+ type: 'ibc',
1512
+ counterparty: {
1513
+ channel_id: 'channel-152',
1514
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1515
+ chain_name: 'injective'
1516
+ },
1517
+ chain: {
1518
+ channel_id: 'channel-7'
1519
+ }
1520
+ }]
1521
+ },
1522
+ {
1523
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1524
+ denom_units: [{
1525
+ denom: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
1526
+ exponent: 0,
1527
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1528
+ }, {
1529
+ denom: 'nUSDT',
1530
+ exponent: 6
1531
+ }],
1532
+ base: 'ibc/297FF8BFAF3F759E34B429D859A75A0A1CEBB5B09A338D44AFB6C63B124DA5A5',
1533
+ name: 'Neptune Receipt USDT',
1534
+ display: 'nUSDT',
1535
+ symbol: 'nUSDT',
1536
+ images: [{
1537
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1538
+ }],
1539
+ traces: [{
1540
+ type: 'ibc',
1541
+ counterparty: {
1542
+ channel_id: 'channel-152',
1543
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1544
+ chain_name: 'injective'
1545
+ },
1546
+ chain: {
1547
+ channel_id: 'channel-7'
1548
+ }
1549
+ }]
1550
+ },
1551
+ {
1552
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1553
+ denom_units: [{
1554
+ denom: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
1555
+ exponent: 0,
1556
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1557
+ }, {
1558
+ denom: 'nTIA',
1559
+ exponent: 6
1560
+ }],
1561
+ base: 'ibc/95B5A5BD4F6767DFC7D3E30D3585F4225B431F69D0E1A3BDC23B5AC35CDCD3C3',
1562
+ name: 'Neptune Receipt TIA',
1563
+ display: 'nTIA',
1564
+ symbol: 'nTIA',
1565
+ images: [{
1566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1567
+ }],
1568
+ traces: [{
1569
+ type: 'ibc',
1570
+ counterparty: {
1571
+ channel_id: 'channel-152',
1572
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1573
+ chain_name: 'injective'
1574
+ },
1575
+ chain: {
1576
+ channel_id: 'channel-7'
1577
+ }
1578
+ }]
1579
+ },
1290
1580
  {
1291
1581
  description: 'The native staking and governance token of Kava',
1292
1582
  denom_units: [{
@@ -1393,6 +1393,151 @@ const assets = {
1393
1393
  }
1394
1394
  }]
1395
1395
  },
1396
+ {
1397
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1398
+ denom_units: [{
1399
+ denom: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
1400
+ exponent: 0,
1401
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1402
+ }, {
1403
+ denom: 'nINJ',
1404
+ exponent: 18
1405
+ }],
1406
+ base: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
1407
+ name: 'Neptune Receipt INJ',
1408
+ display: 'nINJ',
1409
+ symbol: 'nINJ',
1410
+ images: [{
1411
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1412
+ }],
1413
+ traces: [{
1414
+ type: 'ibc',
1415
+ counterparty: {
1416
+ channel_id: 'channel-145',
1417
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1418
+ chain_name: 'injective'
1419
+ },
1420
+ chain: {
1421
+ channel_id: 'channel-29'
1422
+ }
1423
+ }]
1424
+ },
1425
+ {
1426
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1427
+ denom_units: [{
1428
+ denom: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
1429
+ exponent: 0,
1430
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1431
+ }, {
1432
+ denom: 'nATOM',
1433
+ exponent: 6
1434
+ }],
1435
+ base: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
1436
+ name: 'Neptune Receipt ATOM',
1437
+ display: 'nATOM',
1438
+ symbol: 'nATOM',
1439
+ images: [{
1440
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1441
+ }],
1442
+ traces: [{
1443
+ type: 'ibc',
1444
+ counterparty: {
1445
+ channel_id: 'channel-145',
1446
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1447
+ chain_name: 'injective'
1448
+ },
1449
+ chain: {
1450
+ channel_id: 'channel-29'
1451
+ }
1452
+ }]
1453
+ },
1454
+ {
1455
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1456
+ denom_units: [{
1457
+ denom: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
1458
+ exponent: 0,
1459
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1460
+ }, {
1461
+ denom: 'nWETH',
1462
+ exponent: 18
1463
+ }],
1464
+ base: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
1465
+ name: 'Neptune Receipt WETH',
1466
+ display: 'nWETH',
1467
+ symbol: 'nWETH',
1468
+ images: [{
1469
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1470
+ }],
1471
+ traces: [{
1472
+ type: 'ibc',
1473
+ counterparty: {
1474
+ channel_id: 'channel-145',
1475
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1476
+ chain_name: 'injective'
1477
+ },
1478
+ chain: {
1479
+ channel_id: 'channel-29'
1480
+ }
1481
+ }]
1482
+ },
1483
+ {
1484
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1485
+ denom_units: [{
1486
+ denom: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
1487
+ exponent: 0,
1488
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1489
+ }, {
1490
+ denom: 'nUSDT',
1491
+ exponent: 6
1492
+ }],
1493
+ base: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
1494
+ name: 'Neptune Receipt USDT',
1495
+ display: 'nUSDT',
1496
+ symbol: 'nUSDT',
1497
+ images: [{
1498
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1499
+ }],
1500
+ traces: [{
1501
+ type: 'ibc',
1502
+ counterparty: {
1503
+ channel_id: 'channel-145',
1504
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1505
+ chain_name: 'injective'
1506
+ },
1507
+ chain: {
1508
+ channel_id: 'channel-29'
1509
+ }
1510
+ }]
1511
+ },
1512
+ {
1513
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1514
+ denom_units: [{
1515
+ denom: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
1516
+ exponent: 0,
1517
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1518
+ }, {
1519
+ denom: 'nTIA',
1520
+ exponent: 6
1521
+ }],
1522
+ base: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
1523
+ name: 'Neptune Receipt TIA',
1524
+ display: 'nTIA',
1525
+ symbol: 'nTIA',
1526
+ images: [{
1527
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1528
+ }],
1529
+ traces: [{
1530
+ type: 'ibc',
1531
+ counterparty: {
1532
+ channel_id: 'channel-145',
1533
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1534
+ chain_name: 'injective'
1535
+ },
1536
+ chain: {
1537
+ channel_id: 'channel-29'
1538
+ }
1539
+ }]
1540
+ },
1396
1541
  {
1397
1542
  description: 'The native token of JUNO Chain',
1398
1543
  denom_units: [{
@@ -2455,6 +2600,151 @@ const assets = {
2455
2600
  }
2456
2601
  }]
2457
2602
  },
2603
+ {
2604
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
2605
+ denom_units: [{
2606
+ denom: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
2607
+ exponent: 0,
2608
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
2609
+ }, {
2610
+ denom: 'nINJ',
2611
+ exponent: 18
2612
+ }],
2613
+ base: 'ibc/341CA3CAC015A8392B26749A933544535D2E200C020999B37E6C98C53CD8CC46',
2614
+ name: 'Neptune Receipt INJ',
2615
+ display: 'nINJ',
2616
+ symbol: 'nINJ',
2617
+ images: [{
2618
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
2619
+ }],
2620
+ traces: [{
2621
+ type: 'ibc',
2622
+ counterparty: {
2623
+ channel_id: 'channel-145',
2624
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
2625
+ chain_name: 'injective'
2626
+ },
2627
+ chain: {
2628
+ channel_id: 'channel-29'
2629
+ }
2630
+ }]
2631
+ },
2632
+ {
2633
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
2634
+ denom_units: [{
2635
+ denom: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
2636
+ exponent: 0,
2637
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
2638
+ }, {
2639
+ denom: 'nATOM',
2640
+ exponent: 6
2641
+ }],
2642
+ base: 'ibc/B8705DA5A1309B47F0FC026F30620A9DDD558C14178EAA927B7E09AC7AB4846D',
2643
+ name: 'Neptune Receipt ATOM',
2644
+ display: 'nATOM',
2645
+ symbol: 'nATOM',
2646
+ images: [{
2647
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
2648
+ }],
2649
+ traces: [{
2650
+ type: 'ibc',
2651
+ counterparty: {
2652
+ channel_id: 'channel-145',
2653
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
2654
+ chain_name: 'injective'
2655
+ },
2656
+ chain: {
2657
+ channel_id: 'channel-29'
2658
+ }
2659
+ }]
2660
+ },
2661
+ {
2662
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
2663
+ denom_units: [{
2664
+ denom: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
2665
+ exponent: 0,
2666
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
2667
+ }, {
2668
+ denom: 'nWETH',
2669
+ exponent: 18
2670
+ }],
2671
+ base: 'ibc/EDDD7F18FCA1CE7FF20ACBFFFB69DB33937FB21DF8E8BCF361F16427F0515CB2',
2672
+ name: 'Neptune Receipt WETH',
2673
+ display: 'nWETH',
2674
+ symbol: 'nWETH',
2675
+ images: [{
2676
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
2677
+ }],
2678
+ traces: [{
2679
+ type: 'ibc',
2680
+ counterparty: {
2681
+ channel_id: 'channel-145',
2682
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
2683
+ chain_name: 'injective'
2684
+ },
2685
+ chain: {
2686
+ channel_id: 'channel-29'
2687
+ }
2688
+ }]
2689
+ },
2690
+ {
2691
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
2692
+ denom_units: [{
2693
+ denom: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
2694
+ exponent: 0,
2695
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
2696
+ }, {
2697
+ denom: 'nUSDT',
2698
+ exponent: 6
2699
+ }],
2700
+ base: 'ibc/1136543CC432242A6142F65AC6A551E7A964766136C046B6B8C2A017400F1D17',
2701
+ name: 'Neptune Receipt USDT',
2702
+ display: 'nUSDT',
2703
+ symbol: 'nUSDT',
2704
+ images: [{
2705
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
2706
+ }],
2707
+ traces: [{
2708
+ type: 'ibc',
2709
+ counterparty: {
2710
+ channel_id: 'channel-145',
2711
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
2712
+ chain_name: 'injective'
2713
+ },
2714
+ chain: {
2715
+ channel_id: 'channel-29'
2716
+ }
2717
+ }]
2718
+ },
2719
+ {
2720
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
2721
+ denom_units: [{
2722
+ denom: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
2723
+ exponent: 0,
2724
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
2725
+ }, {
2726
+ denom: 'nTIA',
2727
+ exponent: 6
2728
+ }],
2729
+ base: 'ibc/2CD329EDB911B6D6F4E349BAA9D04522EEE9BDA962BFF588F8505672AAB7CC3D',
2730
+ name: 'Neptune Receipt TIA',
2731
+ display: 'nTIA',
2732
+ symbol: 'nTIA',
2733
+ images: [{
2734
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
2735
+ }],
2736
+ traces: [{
2737
+ type: 'ibc',
2738
+ counterparty: {
2739
+ channel_id: 'channel-145',
2740
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
2741
+ chain_name: 'injective'
2742
+ },
2743
+ chain: {
2744
+ channel_id: 'channel-29'
2745
+ }
2746
+ }]
2747
+ },
2458
2748
  {
2459
2749
  description: 'The native token of JUNO Chain',
2460
2750
  denom_units: [{