chain-registry 1.69.66 β†’ 1.69.68

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 (87) hide show
  1. package/esm/mainnet/akash/ibc.js +29 -0
  2. package/esm/mainnet/axelar/ibc.js +29 -0
  3. package/esm/mainnet/beezee/assets.js +37 -0
  4. package/esm/mainnet/celestia/ibc.js +29 -0
  5. package/esm/mainnet/chihuahua/assets.js +31 -0
  6. package/esm/mainnet/composable/chain.js +8 -3
  7. package/esm/mainnet/cosmoshub/chain.js +8 -0
  8. package/esm/mainnet/cosmoshub/ibc.js +44 -0
  9. package/esm/mainnet/dungeon/chain.js +0 -8
  10. package/esm/mainnet/elys/chain.js +84 -0
  11. package/esm/mainnet/elys/ibc.js +192 -0
  12. package/esm/mainnet/elys/index.js +2 -0
  13. package/esm/mainnet/empowerchain/chain.js +18 -0
  14. package/esm/mainnet/fetchhub/assets.js +6 -0
  15. package/esm/mainnet/gitopia/chain.js +6 -6
  16. package/esm/mainnet/ibc.js +2 -0
  17. package/esm/mainnet/jackal/chain.js +4 -0
  18. package/esm/mainnet/kopi/chain.js +6 -6
  19. package/esm/mainnet/neutron/chain.js +8 -0
  20. package/esm/mainnet/noble/ibc.js +29 -0
  21. package/esm/mainnet/osmosis/ibc.js +29 -0
  22. package/esm/mainnet/pryzm/assets.js +375 -7
  23. package/esm/mainnet/realio/chain.js +14 -0
  24. package/esm/mainnet/source/chain.js +12 -8
  25. package/esm/mainnet/titan/chain.js +2 -2
  26. package/esm/mainnet/xion/chain.js +0 -14
  27. package/esm/mainnet/zetachain/chain.js +12 -0
  28. package/esm/testnet/assets.js +2 -0
  29. package/esm/testnet/chains.js +2 -0
  30. package/esm/testnet/cosmoshubtestnet/ibc.js +19 -47
  31. package/esm/testnet/dymensiontestnet1/assets.js +62 -0
  32. package/esm/testnet/dymensiontestnet1/chain.js +46 -0
  33. package/esm/testnet/dymensiontestnet1/index.js +4 -0
  34. package/esm/testnet/elystestnet/ibc.js +2 -2
  35. package/esm/testnet/manifesttestnet/chain.js +9 -15
  36. package/esm/testnet/named.js +1 -0
  37. package/esm/testnet/nobletestnet/ibc.js +1 -1
  38. package/esm/testnet/sourcetestnet/chain.js +0 -11
  39. package/esm/testnet/symphonytestnet/ibc.js +0 -28
  40. package/esm/testnet/titantestnet/assets.js +42 -3
  41. package/mainnet/akash/ibc.js +29 -0
  42. package/mainnet/axelar/ibc.js +29 -0
  43. package/mainnet/beezee/assets.js +37 -0
  44. package/mainnet/celestia/ibc.js +29 -0
  45. package/mainnet/chihuahua/assets.js +31 -0
  46. package/mainnet/composable/chain.js +8 -3
  47. package/mainnet/cosmoshub/chain.js +8 -0
  48. package/mainnet/cosmoshub/ibc.js +44 -0
  49. package/mainnet/dungeon/chain.js +0 -8
  50. package/mainnet/elys/chain.js +84 -0
  51. package/mainnet/elys/ibc.d.ts +3 -0
  52. package/mainnet/elys/ibc.js +194 -0
  53. package/mainnet/elys/index.d.ts +1 -0
  54. package/mainnet/elys/index.js +3 -1
  55. package/mainnet/empowerchain/chain.js +18 -0
  56. package/mainnet/fetchhub/assets.js +6 -0
  57. package/mainnet/gitopia/chain.js +6 -6
  58. package/mainnet/ibc.js +2 -0
  59. package/mainnet/jackal/chain.js +4 -0
  60. package/mainnet/kopi/chain.js +6 -6
  61. package/mainnet/neutron/chain.js +8 -0
  62. package/mainnet/noble/ibc.js +29 -0
  63. package/mainnet/osmosis/ibc.js +29 -0
  64. package/mainnet/pryzm/assets.js +375 -7
  65. package/mainnet/realio/chain.js +14 -0
  66. package/mainnet/source/chain.js +12 -8
  67. package/mainnet/titan/chain.js +2 -2
  68. package/mainnet/xion/chain.js +0 -14
  69. package/mainnet/zetachain/chain.js +12 -0
  70. package/package.json +4 -4
  71. package/testnet/assets.js +2 -0
  72. package/testnet/chains.js +2 -0
  73. package/testnet/cosmoshubtestnet/ibc.js +19 -47
  74. package/testnet/dymensiontestnet1/assets.d.ts +3 -0
  75. package/testnet/dymensiontestnet1/assets.js +64 -0
  76. package/testnet/dymensiontestnet1/chain.d.ts +3 -0
  77. package/testnet/dymensiontestnet1/chain.js +48 -0
  78. package/testnet/dymensiontestnet1/index.d.ts +2 -0
  79. package/testnet/dymensiontestnet1/index.js +10 -0
  80. package/testnet/elystestnet/ibc.js +2 -2
  81. package/testnet/manifesttestnet/chain.js +9 -15
  82. package/testnet/named.d.ts +1 -0
  83. package/testnet/named.js +4 -3
  84. package/testnet/nobletestnet/ibc.js +1 -1
  85. package/testnet/sourcetestnet/chain.js +0 -11
  86. package/testnet/symphonytestnet/ibc.js +0 -28
  87. package/testnet/titantestnet/assets.js +42 -3
@@ -764,6 +764,29 @@ const info = {
764
764
  }],
765
765
  type_asset: 'sdk.coin'
766
766
  },
767
+ {
768
+ description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
769
+ denom_units: [{
770
+ denom: 'p:uatom:31Mar2025',
771
+ exponent: 0
772
+ }, {
773
+ denom: 'pATOM31Mar2025',
774
+ exponent: 6
775
+ }],
776
+ base: 'p:uatom:31Mar2025',
777
+ name: 'pAtom (31Mar2025)',
778
+ display: 'pATOM31Mar2025',
779
+ symbol: 'pATOM-31Mar2025',
780
+ logo_URIs: {
781
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
782
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
783
+ },
784
+ images: [{
785
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
786
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
787
+ }],
788
+ type_asset: 'sdk.coin'
789
+ },
767
790
  {
768
791
  description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
769
792
  denom_units: [{
@@ -856,6 +879,29 @@ const info = {
856
879
  }],
857
880
  type_asset: 'sdk.coin'
858
881
  },
882
+ {
883
+ description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
884
+ denom_units: [{
885
+ denom: 'p:uosmo:31Mar2025',
886
+ exponent: 0
887
+ }, {
888
+ denom: 'pOSMO31Mar2025',
889
+ exponent: 6
890
+ }],
891
+ base: 'p:uosmo:31Mar2025',
892
+ name: 'pOsmo (31Mar2025)',
893
+ display: 'pOSMO31Mar2025',
894
+ symbol: 'pOSMO-31Mar2025',
895
+ logo_URIs: {
896
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
897
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
898
+ },
899
+ images: [{
900
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
901
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
902
+ }],
903
+ type_asset: 'sdk.coin'
904
+ },
859
905
  {
860
906
  description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
861
907
  denom_units: [{
@@ -948,6 +994,29 @@ const info = {
948
994
  }],
949
995
  type_asset: 'sdk.coin'
950
996
  },
997
+ {
998
+ description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
999
+ denom_units: [{
1000
+ denom: 'p:inj:31Mar2025',
1001
+ exponent: 0
1002
+ }, {
1003
+ denom: 'pINJ31Mar2025',
1004
+ exponent: 18
1005
+ }],
1006
+ base: 'p:inj:31Mar2025',
1007
+ name: 'pInj (31Mar2025)',
1008
+ display: 'pINJ31Mar2025',
1009
+ symbol: 'pINJ-31Mar2025',
1010
+ logo_URIs: {
1011
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1012
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1013
+ },
1014
+ images: [{
1015
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1016
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1017
+ }],
1018
+ type_asset: 'sdk.coin'
1019
+ },
951
1020
  {
952
1021
  description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
953
1022
  denom_units: [{
@@ -1041,18 +1110,18 @@ const info = {
1041
1110
  type_asset: 'sdk.coin'
1042
1111
  },
1043
1112
  {
1044
- description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
1113
+ description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
1045
1114
  denom_units: [{
1046
- denom: 'p:uluna:31Dec2026',
1115
+ denom: 'p:uluna:31Mar2025',
1047
1116
  exponent: 0
1048
1117
  }, {
1049
- denom: 'pLUNA31Dec2026',
1118
+ denom: 'pLUNA31Mar2025',
1050
1119
  exponent: 6
1051
1120
  }],
1052
- base: 'p:uluna:31Dec2026',
1053
- name: 'pLuna (31Dec2026)',
1054
- display: 'pLUNA31Dec2026',
1055
- symbol: 'pLUNA-31Dec2026',
1121
+ base: 'p:uluna:31Mar2025',
1122
+ name: 'pLuna (31Mar2025)',
1123
+ display: 'pLUNA31Mar2025',
1124
+ symbol: 'pLUNA-31Mar2025',
1056
1125
  logo_URIs: {
1057
1126
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1058
1127
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
@@ -1086,6 +1155,29 @@ const info = {
1086
1155
  }],
1087
1156
  type_asset: 'sdk.coin'
1088
1157
  },
1158
+ {
1159
+ description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
1160
+ denom_units: [{
1161
+ denom: 'p:uluna:31Dec2026',
1162
+ exponent: 0
1163
+ }, {
1164
+ denom: 'pLUNA31Dec2026',
1165
+ exponent: 6
1166
+ }],
1167
+ base: 'p:uluna:31Dec2026',
1168
+ name: 'pLuna (31Dec2026)',
1169
+ display: 'pLUNA31Dec2026',
1170
+ symbol: 'pLUNA-31Dec2026',
1171
+ logo_URIs: {
1172
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1173
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1174
+ },
1175
+ images: [{
1176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1177
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1178
+ }],
1179
+ type_asset: 'sdk.coin'
1180
+ },
1089
1181
  {
1090
1182
  description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
1091
1183
  denom_units: [{
@@ -1224,6 +1316,29 @@ const info = {
1224
1316
  }],
1225
1317
  type_asset: 'sdk.coin'
1226
1318
  },
1319
+ {
1320
+ description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
1321
+ denom_units: [{
1322
+ denom: 'p:stutia:31Mar2025',
1323
+ exponent: 0
1324
+ }, {
1325
+ denom: 'pstTIA31Mar2025',
1326
+ exponent: 6
1327
+ }],
1328
+ base: 'p:stutia:31Mar2025',
1329
+ name: 'pstTia (31Mar2025)',
1330
+ display: 'pstTIA31Mar2025',
1331
+ symbol: 'pstTIA-31Mar2025',
1332
+ logo_URIs: {
1333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1334
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1335
+ },
1336
+ images: [{
1337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1339
+ }],
1340
+ type_asset: 'sdk.coin'
1341
+ },
1227
1342
  {
1228
1343
  description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
1229
1344
  denom_units: [{
@@ -1316,6 +1431,29 @@ const info = {
1316
1431
  }],
1317
1432
  type_asset: 'sdk.coin'
1318
1433
  },
1434
+ {
1435
+ description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
1436
+ denom_units: [{
1437
+ denom: 'p:stadydx:31Mar2025',
1438
+ exponent: 0
1439
+ }, {
1440
+ denom: 'pstDYDX31Mar2025',
1441
+ exponent: 18
1442
+ }],
1443
+ base: 'p:stadydx:31Mar2025',
1444
+ name: 'pstDydx (31Mar2025)',
1445
+ display: 'pstDYDX31Mar2025',
1446
+ symbol: 'pstDYDX-31Mar2025',
1447
+ logo_URIs: {
1448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1449
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1450
+ },
1451
+ images: [{
1452
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1454
+ }],
1455
+ type_asset: 'sdk.coin'
1456
+ },
1319
1457
  {
1320
1458
  description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
1321
1459
  denom_units: [{
@@ -1385,6 +1523,29 @@ const info = {
1385
1523
  }],
1386
1524
  type_asset: 'sdk.coin'
1387
1525
  },
1526
+ {
1527
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
1528
+ denom_units: [{
1529
+ denom: 'p:udatom:31Mar2025',
1530
+ exponent: 0
1531
+ }, {
1532
+ denom: 'pdATOM31Mar2025',
1533
+ exponent: 6
1534
+ }],
1535
+ base: 'p:udatom:31Mar2025',
1536
+ name: 'pdAtom (31Mar2025)',
1537
+ display: 'pdATOM31Mar2025',
1538
+ symbol: 'pdATOM-31Mar2025',
1539
+ logo_URIs: {
1540
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1541
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1542
+ },
1543
+ images: [{
1544
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1545
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1546
+ }],
1547
+ type_asset: 'sdk.coin'
1548
+ },
1388
1549
  {
1389
1550
  description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
1390
1551
  denom_units: [{
@@ -1477,6 +1638,29 @@ const info = {
1477
1638
  }],
1478
1639
  type_asset: 'sdk.coin'
1479
1640
  },
1641
+ {
1642
+ description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
1643
+ denom_units: [{
1644
+ denom: 'p:utia:31Mar2025',
1645
+ exponent: 0
1646
+ }, {
1647
+ denom: 'pTIA31Mar2025',
1648
+ exponent: 6
1649
+ }],
1650
+ base: 'p:utia:31Mar2025',
1651
+ name: 'pTia (31Mar2025)',
1652
+ display: 'pTIA31Mar2025',
1653
+ symbol: 'pTIA-31Mar2025',
1654
+ logo_URIs: {
1655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
1656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
1657
+ },
1658
+ images: [{
1659
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
1660
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
1661
+ }],
1662
+ type_asset: 'sdk.coin'
1663
+ },
1480
1664
  {
1481
1665
  description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
1482
1666
  denom_units: [{
@@ -1569,6 +1753,29 @@ const info = {
1569
1753
  }],
1570
1754
  type_asset: 'sdk.coin'
1571
1755
  },
1756
+ {
1757
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
1758
+ denom_units: [{
1759
+ denom: 'y:uatom:31Mar2025',
1760
+ exponent: 0
1761
+ }, {
1762
+ denom: 'yATOM31Mar2025',
1763
+ exponent: 6
1764
+ }],
1765
+ base: 'y:uatom:31Mar2025',
1766
+ name: 'yAtom (31Mar2025)',
1767
+ display: 'yATOM31Mar2025',
1768
+ symbol: 'yATOM-31Mar2025',
1769
+ logo_URIs: {
1770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1771
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1772
+ },
1773
+ images: [{
1774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1775
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1776
+ }],
1777
+ type_asset: 'sdk.coin'
1778
+ },
1572
1779
  {
1573
1780
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
1574
1781
  denom_units: [{
@@ -1661,6 +1868,29 @@ const info = {
1661
1868
  }],
1662
1869
  type_asset: 'sdk.coin'
1663
1870
  },
1871
+ {
1872
+ description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
1873
+ denom_units: [{
1874
+ denom: 'y:uosmo:31Mar2025',
1875
+ exponent: 0
1876
+ }, {
1877
+ denom: 'yOSMO31Mar2025',
1878
+ exponent: 6
1879
+ }],
1880
+ base: 'y:uosmo:31Mar2025',
1881
+ name: 'yOsmo (31Mar2025)',
1882
+ display: 'yOSMO31Mar2025',
1883
+ symbol: 'yOSMO-31Mar2025',
1884
+ logo_URIs: {
1885
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
1886
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
1887
+ },
1888
+ images: [{
1889
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
1890
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
1891
+ }],
1892
+ type_asset: 'sdk.coin'
1893
+ },
1664
1894
  {
1665
1895
  description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
1666
1896
  denom_units: [{
@@ -1753,6 +1983,29 @@ const info = {
1753
1983
  }],
1754
1984
  type_asset: 'sdk.coin'
1755
1985
  },
1986
+ {
1987
+ description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
1988
+ denom_units: [{
1989
+ denom: 'y:inj:31Mar2025',
1990
+ exponent: 0
1991
+ }, {
1992
+ denom: 'yINJ31Mar2025',
1993
+ exponent: 18
1994
+ }],
1995
+ base: 'y:inj:31Mar2025',
1996
+ name: 'yInj (31Mar2025)',
1997
+ display: 'yINJ31Mar2025',
1998
+ symbol: 'yINJ-31Mar2025',
1999
+ logo_URIs: {
2000
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2001
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2002
+ },
2003
+ images: [{
2004
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2005
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2006
+ }],
2007
+ type_asset: 'sdk.coin'
2008
+ },
1756
2009
  {
1757
2010
  description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
1758
2011
  denom_units: [{
@@ -1845,6 +2098,29 @@ const info = {
1845
2098
  }],
1846
2099
  type_asset: 'sdk.coin'
1847
2100
  },
2101
+ {
2102
+ description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
2103
+ denom_units: [{
2104
+ denom: 'y:uluna:31Mar2025',
2105
+ exponent: 0
2106
+ }, {
2107
+ denom: 'yLUNA31Mar2025',
2108
+ exponent: 6
2109
+ }],
2110
+ base: 'y:uluna:31Mar2025',
2111
+ name: 'yLuna (31Mar2025)',
2112
+ display: 'yLUNA31Mar2025',
2113
+ symbol: 'yLUNA-31Mar2025',
2114
+ logo_URIs: {
2115
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2116
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2117
+ },
2118
+ images: [{
2119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2120
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2121
+ }],
2122
+ type_asset: 'sdk.coin'
2123
+ },
1848
2124
  {
1849
2125
  description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
1850
2126
  denom_units: [{
@@ -2029,6 +2305,29 @@ const info = {
2029
2305
  }],
2030
2306
  type_asset: 'sdk.coin'
2031
2307
  },
2308
+ {
2309
+ description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
2310
+ denom_units: [{
2311
+ denom: 'y:stutia:31Mar2025',
2312
+ exponent: 0
2313
+ }, {
2314
+ denom: 'ystTIA31Mar2025',
2315
+ exponent: 6
2316
+ }],
2317
+ base: 'y:stutia:31Mar2025',
2318
+ name: 'ystTia (31Mar2025)',
2319
+ display: 'ystTIA31Mar2025',
2320
+ symbol: 'ystTIA-31Mar2025',
2321
+ logo_URIs: {
2322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2323
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2324
+ },
2325
+ images: [{
2326
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2327
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2328
+ }],
2329
+ type_asset: 'sdk.coin'
2330
+ },
2032
2331
  {
2033
2332
  description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
2034
2333
  denom_units: [{
@@ -2121,6 +2420,29 @@ const info = {
2121
2420
  }],
2122
2421
  type_asset: 'sdk.coin'
2123
2422
  },
2423
+ {
2424
+ description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
2425
+ denom_units: [{
2426
+ denom: 'y:stadydx:31Mar2025',
2427
+ exponent: 0
2428
+ }, {
2429
+ denom: 'ystDYDX31Mar2025',
2430
+ exponent: 6
2431
+ }],
2432
+ base: 'y:stadydx:31Mar2025',
2433
+ name: 'ystDydx (31Mar2025)',
2434
+ display: 'ystDYDX31Mar2025',
2435
+ symbol: 'ystDYDX-31Mar2025',
2436
+ logo_URIs: {
2437
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2438
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2439
+ },
2440
+ images: [{
2441
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2442
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2443
+ }],
2444
+ type_asset: 'sdk.coin'
2445
+ },
2124
2446
  {
2125
2447
  description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
2126
2448
  denom_units: [{
@@ -2190,6 +2512,29 @@ const info = {
2190
2512
  }],
2191
2513
  type_asset: 'sdk.coin'
2192
2514
  },
2515
+ {
2516
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
2517
+ denom_units: [{
2518
+ denom: 'y:udatom:31Mar2025',
2519
+ exponent: 0
2520
+ }, {
2521
+ denom: 'ydATOM31Mar2025',
2522
+ exponent: 6
2523
+ }],
2524
+ base: 'y:udatom:31Mar2025',
2525
+ name: 'ydAtom (31Mar2025)',
2526
+ display: 'ydATOM31Mar2025',
2527
+ symbol: 'ydATOM-31Mar2025',
2528
+ logo_URIs: {
2529
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2530
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2531
+ },
2532
+ images: [{
2533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2534
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2535
+ }],
2536
+ type_asset: 'sdk.coin'
2537
+ },
2193
2538
  {
2194
2539
  description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
2195
2540
  denom_units: [{
@@ -2282,6 +2627,29 @@ const info = {
2282
2627
  }],
2283
2628
  type_asset: 'sdk.coin'
2284
2629
  },
2630
+ {
2631
+ description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
2632
+ denom_units: [{
2633
+ denom: 'y:utia:31Mar2025',
2634
+ exponent: 0
2635
+ }, {
2636
+ denom: 'yTIA31Mar2025',
2637
+ exponent: 6
2638
+ }],
2639
+ base: 'y:utia:31Mar2025',
2640
+ name: 'yTia (31Mar2025)',
2641
+ display: 'yTIA31Mar2025',
2642
+ symbol: 'yTIA-31Mar2025',
2643
+ logo_URIs: {
2644
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
2645
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
2646
+ },
2647
+ images: [{
2648
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
2649
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
2650
+ }],
2651
+ type_asset: 'sdk.coin'
2652
+ },
2285
2653
  {
2286
2654
  description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
2287
2655
  denom_units: [{
@@ -81,6 +81,10 @@ const info = {
81
81
  {
82
82
  address: 'https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money',
83
83
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
84
+ },
85
+ {
86
+ address: 'https://realio-rpc.moonbridge.org',
87
+ provider: 'Moonbridge'
84
88
  }
85
89
  ],
86
90
  rest: [
@@ -131,6 +135,10 @@ const info = {
131
135
  {
132
136
  address: 'https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money',
133
137
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
138
+ },
139
+ {
140
+ address: 'https://realio-api.moonbridge.org',
141
+ provider: 'Moonbridge'
134
142
  }
135
143
  ],
136
144
  grpc: [
@@ -248,6 +256,12 @@ const info = {
248
256
  url: 'https://explorer.whenmoonwhenlambo.money/realio',
249
257
  tx_page: 'https://explorer.whenmoonwhenlambo.money/realio/tx/${txHash}',
250
258
  account_page: 'https://explorer.whenmoonwhenlambo.money/realio/account/${accountAddress}'
259
+ },
260
+ {
261
+ kind: 'Moonbridge',
262
+ url: 'https://explorer.moonbridge.org/realio',
263
+ tx_page: 'https://explorer.moonbridge.org/realio/tx/${txHash}',
264
+ account_page: 'https://explorer.moonbridge.org/realio/account/${accountAddress}'
251
265
  }
252
266
  ],
253
267
  images: [{
@@ -38,8 +38,8 @@ const info = {
38
38
  provider: 'BccNodes'
39
39
  },
40
40
  {
41
- address: 'https://source.rpc.moonbridge.team/',
42
- provider: 'MoonBridge'
41
+ address: 'https://source-rpc.moonbridge.org',
42
+ provider: 'Moonbridge'
43
43
  },
44
44
  {
45
45
  address: 'https://source.rpc.m.stavr.tech',
@@ -132,8 +132,8 @@ const info = {
132
132
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
133
133
  },
134
134
  {
135
- address: 'https://source.api.moonbridge.team/',
136
- provider: 'MoonBridge'
135
+ address: 'https://source-api.moonbridge.org',
136
+ provider: 'Moonbridge'
137
137
  },
138
138
  {
139
139
  address: 'https://api-source.sr20de.xyz',
@@ -240,6 +240,10 @@ const info = {
240
240
  {
241
241
  address: 'https://source.declab.pro:9003',
242
242
  provider: 'Decloud Nodes Lab'
243
+ },
244
+ {
245
+ address: 'source-grpc.moonbridge.org:443',
246
+ provider: 'Moonbridge'
243
247
  }
244
248
  ]
245
249
  },
@@ -257,10 +261,10 @@ const info = {
257
261
  account_page: 'https://exp.nodeist.net/source/accounts/${accountAddress}'
258
262
  },
259
263
  {
260
- kind: 'MoonBridge',
261
- url: 'https://explorer.moonbridge.team/source',
262
- tx_page: 'https://explorer.moonbridge.team/source/tx/${txHash}',
263
- account_page: 'https://explorer.moonbridge.team/source/accounts/${accountAddress}'
264
+ kind: 'Moonbridge',
265
+ url: 'https://explorer.moonbridge.org/source',
266
+ tx_page: 'https://explorer.moonbridge.org/source/tx/${txHash}',
267
+ account_page: 'https://explorer.moonbridge.org/source/accounts/${accountAddress}'
264
268
  },
265
269
  {
266
270
  kind: 'NodeStake',
@@ -55,7 +55,7 @@ const info = {
55
55
  },
56
56
  {
57
57
  address: 'https://titan-rpc.ibs.team',
58
- provider: 'ibs.team'
58
+ provider: 'Inter Blockchain Services'
59
59
  }
60
60
  ],
61
61
  rest: [
@@ -77,7 +77,7 @@ const info = {
77
77
  },
78
78
  {
79
79
  address: 'https://titan-api.ibs.team',
80
- provider: 'ibs.team'
80
+ provider: 'Inter Blockchain Services'
81
81
  }
82
82
  ],
83
83
  grpc: [
@@ -49,10 +49,6 @@ const info = {
49
49
  address: 'https://xion-mainnet-rpc.autostake.com:443',
50
50
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
51
51
  },
52
- {
53
- address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
54
- provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
55
- },
56
52
  {
57
53
  address: 'https://rpc.xion.nodestake.org',
58
54
  provider: 'NodeStake'
@@ -79,10 +75,6 @@ const info = {
79
75
  address: 'https://xion-mainnet-lcd.autostake.com:443',
80
76
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
81
77
  },
82
- {
83
- address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
84
- provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
85
- },
86
78
  {
87
79
  address: 'https://api.xion.nodestake.org',
88
80
  provider: 'NodeStake'
@@ -117,12 +109,6 @@ const info = {
117
109
  tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
118
110
  account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
119
111
  },
120
- {
121
- kind: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯',
122
- url: 'https://explorer.whenmoonwhenlambo.money/xion',
123
- tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
124
- account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
125
- },
126
112
  {
127
113
  kind: 'staking-explorer.com',
128
114
  url: 'https://staking-explorer.com/explorer/xion',
@@ -59,6 +59,10 @@ const info = {
59
59
  {
60
60
  address: 'https://zeta.rpc.m.stavr.tech:443',
61
61
  provider: 'πŸ”₯STAVRπŸ”₯'
62
+ },
63
+ {
64
+ address: 'https://zetachain-mainnet-rpc.cosmonautstakes.com',
65
+ provider: 'Cosmonaut Stakes'
62
66
  }
63
67
  ],
64
68
  rest: [
@@ -89,6 +93,10 @@ const info = {
89
93
  {
90
94
  address: 'https://zeta.api.m.stavr.tech',
91
95
  provider: 'πŸ”₯STAVRπŸ”₯'
96
+ },
97
+ {
98
+ address: 'https://zetachain-mainnet-rest.cosmonautstakes.com',
99
+ provider: 'Cosmonaut Stakes'
92
100
  }
93
101
  ],
94
102
  grpc: [
@@ -111,6 +119,10 @@ const info = {
111
119
  {
112
120
  address: 'zeta.grpc.m.stavr.tech',
113
121
  provider: 'πŸ”₯STAVRπŸ”₯'
122
+ },
123
+ {
124
+ address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
125
+ provider: 'Cosmonaut Stakes'
114
126
  }
115
127
  ]
116
128
  },