chain-registry 1.69.116 → 1.69.118

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 (114) hide show
  1. package/devnet/assets.js +2 -0
  2. package/devnet/chains.js +2 -0
  3. package/devnet/manifestdevnet/assets.d.ts +3 -0
  4. package/devnet/manifestdevnet/assets.js +52 -0
  5. package/devnet/manifestdevnet/chain.d.ts +3 -0
  6. package/devnet/manifestdevnet/chain.js +75 -0
  7. package/devnet/manifestdevnet/index.d.ts +2 -0
  8. package/devnet/manifestdevnet/index.js +10 -0
  9. package/devnet/named.d.ts +1 -0
  10. package/devnet/named.js +2 -1
  11. package/esm/devnet/assets.js +2 -0
  12. package/esm/devnet/chains.js +2 -0
  13. package/esm/devnet/manifestdevnet/assets.js +50 -0
  14. package/esm/devnet/manifestdevnet/chain.js +73 -0
  15. package/esm/devnet/manifestdevnet/index.js +4 -0
  16. package/esm/devnet/named.js +1 -0
  17. package/esm/mainnet/akash/assets.js +0 -43
  18. package/esm/mainnet/archway/assets.js +0 -40
  19. package/esm/mainnet/axelar/chain.js +13 -6
  20. package/esm/mainnet/canto/assets.js +0 -43
  21. package/esm/mainnet/cosmoshub/assets.js +0 -37
  22. package/esm/mainnet/cronos/chain.js +9 -10
  23. package/esm/mainnet/cryptoorgchain/assets.js +3 -49
  24. package/esm/mainnet/elys/assets.js +0 -327
  25. package/esm/mainnet/juno/assets.js +0 -43
  26. package/esm/mainnet/kujira/assets.js +0 -40
  27. package/esm/mainnet/meme/assets.js +0 -42
  28. package/esm/mainnet/migaloo/assets.js +3 -3
  29. package/esm/mainnet/neutron/assets.js +0 -43
  30. package/esm/mainnet/oraichain/assets.js +0 -44
  31. package/esm/mainnet/osmosis/assets.js +0 -168
  32. package/esm/mainnet/planq/assets.js +3 -48
  33. package/esm/mainnet/pryzm/assets.js +273 -0
  34. package/esm/mainnet/pryzm/chain.js +6 -6
  35. package/esm/mainnet/quasar/assets.js +3 -3
  36. package/esm/mainnet/routerchain/assets.js +0 -49
  37. package/esm/mainnet/sei/assets.js +0 -40
  38. package/esm/mainnet/terra/chain.js +12 -0
  39. package/esm/mainnet/terra2/assets.js +0 -85
  40. package/esm/noncosmos/ethereumtestnet/assets.js +4 -4
  41. package/esm/noncosmos/picasso/assets.js +3 -2
  42. package/esm/testnet/archwaytestnet/assets.js +3 -89
  43. package/esm/testnet/assets.js +4 -0
  44. package/esm/testnet/autheotestnet/assets.js +26 -0
  45. package/esm/testnet/autheotestnet/chain.js +76 -0
  46. package/esm/testnet/autheotestnet/index.js +4 -0
  47. package/esm/testnet/axelartestnet/assets.js +36 -36
  48. package/esm/testnet/chains.js +4 -0
  49. package/esm/testnet/desmostestnet/assets.js +8 -0
  50. package/esm/testnet/dymensiontestnet1/assets.js +0 -42
  51. package/esm/testnet/elystestnet/assets.js +3 -90
  52. package/esm/testnet/elystestnet/chain.js +2 -18
  53. package/esm/testnet/iopntestnet/assets.js +26 -0
  54. package/esm/testnet/iopntestnet/chain.js +76 -0
  55. package/esm/testnet/iopntestnet/index.js +4 -0
  56. package/esm/testnet/junotestnet/assets.js +8 -0
  57. package/esm/testnet/kichaintestnet/assets.js +8 -0
  58. package/esm/testnet/mantrachaintestnet2/assets.js +2 -178
  59. package/esm/testnet/named.js +2 -0
  60. package/esm/testnet/osmosistestnet/assets.js +0 -163
  61. package/esm/testnet/stridetestnet/assets.js +0 -83
  62. package/mainnet/akash/assets.js +0 -43
  63. package/mainnet/archway/assets.js +0 -40
  64. package/mainnet/axelar/chain.js +13 -6
  65. package/mainnet/canto/assets.js +0 -43
  66. package/mainnet/cosmoshub/assets.js +0 -37
  67. package/mainnet/cronos/chain.js +9 -10
  68. package/mainnet/cryptoorgchain/assets.js +3 -49
  69. package/mainnet/elys/assets.js +0 -327
  70. package/mainnet/juno/assets.js +0 -43
  71. package/mainnet/kujira/assets.js +0 -40
  72. package/mainnet/meme/assets.js +0 -42
  73. package/mainnet/migaloo/assets.js +3 -3
  74. package/mainnet/neutron/assets.js +0 -43
  75. package/mainnet/oraichain/assets.js +0 -44
  76. package/mainnet/osmosis/assets.js +0 -168
  77. package/mainnet/planq/assets.js +3 -48
  78. package/mainnet/pryzm/assets.js +273 -0
  79. package/mainnet/pryzm/chain.js +6 -6
  80. package/mainnet/quasar/assets.js +3 -3
  81. package/mainnet/routerchain/assets.js +0 -49
  82. package/mainnet/sei/assets.js +0 -40
  83. package/mainnet/terra/chain.js +12 -0
  84. package/mainnet/terra2/assets.js +0 -85
  85. package/noncosmos/ethereumtestnet/assets.js +4 -4
  86. package/noncosmos/picasso/assets.js +3 -2
  87. package/package.json +4 -4
  88. package/testnet/archwaytestnet/assets.js +3 -89
  89. package/testnet/assets.js +4 -0
  90. package/testnet/autheotestnet/assets.d.ts +3 -0
  91. package/testnet/autheotestnet/assets.js +28 -0
  92. package/testnet/autheotestnet/chain.d.ts +3 -0
  93. package/testnet/autheotestnet/chain.js +78 -0
  94. package/testnet/autheotestnet/index.d.ts +2 -0
  95. package/testnet/autheotestnet/index.js +10 -0
  96. package/testnet/axelartestnet/assets.js +36 -36
  97. package/testnet/chains.js +4 -0
  98. package/testnet/desmostestnet/assets.js +8 -0
  99. package/testnet/dymensiontestnet1/assets.js +0 -42
  100. package/testnet/elystestnet/assets.js +3 -90
  101. package/testnet/elystestnet/chain.js +2 -18
  102. package/testnet/iopntestnet/assets.d.ts +3 -0
  103. package/testnet/iopntestnet/assets.js +28 -0
  104. package/testnet/iopntestnet/chain.d.ts +3 -0
  105. package/testnet/iopntestnet/chain.js +78 -0
  106. package/testnet/iopntestnet/index.d.ts +2 -0
  107. package/testnet/iopntestnet/index.js +10 -0
  108. package/testnet/junotestnet/assets.js +8 -0
  109. package/testnet/kichaintestnet/assets.js +8 -0
  110. package/testnet/mantrachaintestnet2/assets.js +2 -178
  111. package/testnet/named.d.ts +2 -0
  112. package/testnet/named.js +5 -3
  113. package/testnet/osmosistestnet/assets.js +0 -163
  114. package/testnet/stridetestnet/assets.js +0 -83
@@ -534,6 +534,49 @@ const info = {
534
534
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
535
535
  }]
536
536
  },
537
+ {
538
+ description: 'Ondo Finance\'s US Dollar Yield',
539
+ denom_units: [{
540
+ denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
541
+ exponent: 0,
542
+ aliases: ['ausdy']
543
+ }, {
544
+ denom: 'usdy',
545
+ exponent: 18
546
+ }],
547
+ type_asset: 'ics20',
548
+ base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
549
+ name: 'USDY',
550
+ display: 'usdy',
551
+ symbol: 'USDY',
552
+ traces: [{
553
+ type: 'ibc',
554
+ counterparty: {
555
+ chain_name: 'noble',
556
+ base_denom: 'ausdy',
557
+ channel_id: 'channel-79'
558
+ },
559
+ chain: {
560
+ channel_id: 'channel-5',
561
+ path: 'transfer/channel-5/ausdy'
562
+ }
563
+ }],
564
+ logo_URIs: {
565
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
566
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
567
+ },
568
+ images: [{
569
+ image_sync: {
570
+ chain_name: 'noble',
571
+ base_denom: 'ausdy'
572
+ },
573
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
574
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
575
+ theme: {
576
+ primary_color_hex: '#142c5c'
577
+ }
578
+ }]
579
+ },
537
580
  {
538
581
  description: 'Pryzm\'s native liquid staking token for ATOM',
539
582
  denom_units: [{
@@ -1709,6 +1752,98 @@ const info = {
1709
1752
  }],
1710
1753
  type_asset: 'sdk.coin'
1711
1754
  },
1755
+ {
1756
+ description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
1757
+ denom_units: [{
1758
+ denom: 'p:ausdy:31Mar2025',
1759
+ exponent: 0
1760
+ }, {
1761
+ denom: 'pUSDY31Mar2025',
1762
+ exponent: 18
1763
+ }],
1764
+ base: 'p:ausdy:31Mar2025',
1765
+ name: 'pUsdy (31Mar2025)',
1766
+ display: 'pUSDY31Mar2025',
1767
+ symbol: 'pUSDY-31Mar2025',
1768
+ logo_URIs: {
1769
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1770
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1771
+ },
1772
+ images: [{
1773
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1774
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1775
+ }],
1776
+ type_asset: 'sdk.coin'
1777
+ },
1778
+ {
1779
+ description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
1780
+ denom_units: [{
1781
+ denom: 'p:ausdy:30Jun2025',
1782
+ exponent: 0
1783
+ }, {
1784
+ denom: 'pUSDY30Jun2025',
1785
+ exponent: 18
1786
+ }],
1787
+ base: 'p:ausdy:30Jun2025',
1788
+ name: 'pUsdy (30Jun2025)',
1789
+ display: 'pUSDY30Jun2025',
1790
+ symbol: 'pUSDY-30Jun2025',
1791
+ logo_URIs: {
1792
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1793
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1794
+ },
1795
+ images: [{
1796
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1797
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1798
+ }],
1799
+ type_asset: 'sdk.coin'
1800
+ },
1801
+ {
1802
+ description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
1803
+ denom_units: [{
1804
+ denom: 'p:ausdy:30Sep2025',
1805
+ exponent: 0
1806
+ }, {
1807
+ denom: 'pUSDY30Sep2025',
1808
+ exponent: 18
1809
+ }],
1810
+ base: 'p:ausdy:30Sep2025',
1811
+ name: 'pUsdy (30Sep2025)',
1812
+ display: 'pUSDY30Sep2025',
1813
+ symbol: 'pUSDY-30Sep2025',
1814
+ logo_URIs: {
1815
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1816
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1817
+ },
1818
+ images: [{
1819
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1820
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1821
+ }],
1822
+ type_asset: 'sdk.coin'
1823
+ },
1824
+ {
1825
+ description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
1826
+ denom_units: [{
1827
+ denom: 'p:ausdy:31Dec2025',
1828
+ exponent: 0
1829
+ }, {
1830
+ denom: 'pUSDY31Dec2025',
1831
+ exponent: 18
1832
+ }],
1833
+ base: 'p:ausdy:31Dec2025',
1834
+ name: 'pUsdy (31Dec2025)',
1835
+ display: 'pUSDY31Dec2025',
1836
+ symbol: 'pUSDY-31Dec2025',
1837
+ logo_URIs: {
1838
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1839
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1840
+ },
1841
+ images: [{
1842
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1843
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1844
+ }],
1845
+ type_asset: 'sdk.coin'
1846
+ },
1712
1847
  {
1713
1848
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
1714
1849
  denom_units: [{
@@ -2698,6 +2833,98 @@ const info = {
2698
2833
  }],
2699
2834
  type_asset: 'sdk.coin'
2700
2835
  },
2836
+ {
2837
+ description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
2838
+ denom_units: [{
2839
+ denom: 'y:ausdy:31Mar2025',
2840
+ exponent: 0
2841
+ }, {
2842
+ denom: 'yUSDY31Mar2025',
2843
+ exponent: 18
2844
+ }],
2845
+ base: 'y:ausdy:31Mar2025',
2846
+ name: 'yUsdy (31Mar2025)',
2847
+ display: 'yUSDY31Mar2025',
2848
+ symbol: 'yUSDY-31Mar2025',
2849
+ logo_URIs: {
2850
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2851
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2852
+ },
2853
+ images: [{
2854
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2855
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2856
+ }],
2857
+ type_asset: 'sdk.coin'
2858
+ },
2859
+ {
2860
+ description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
2861
+ denom_units: [{
2862
+ denom: 'y:ausdy:30Jun2025',
2863
+ exponent: 0
2864
+ }, {
2865
+ denom: 'yUSDY30Jun2025',
2866
+ exponent: 18
2867
+ }],
2868
+ base: 'y:ausdy:30Jun2025',
2869
+ name: 'yUsdy (30Jun2025)',
2870
+ display: 'yUSDY30Jun2025',
2871
+ symbol: 'yUSDY-30Jun2025',
2872
+ logo_URIs: {
2873
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2874
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2875
+ },
2876
+ images: [{
2877
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2878
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2879
+ }],
2880
+ type_asset: 'sdk.coin'
2881
+ },
2882
+ {
2883
+ description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
2884
+ denom_units: [{
2885
+ denom: 'y:ausdy:30Sep2025',
2886
+ exponent: 0
2887
+ }, {
2888
+ denom: 'yUSDY30Sep2025',
2889
+ exponent: 18
2890
+ }],
2891
+ base: 'y:ausdy:30Sep2025',
2892
+ name: 'yUsdy (30Sep2025)',
2893
+ display: 'yUSDY30Sep2025',
2894
+ symbol: 'yUSDY-30Sep2025',
2895
+ logo_URIs: {
2896
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2897
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2898
+ },
2899
+ images: [{
2900
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2901
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2902
+ }],
2903
+ type_asset: 'sdk.coin'
2904
+ },
2905
+ {
2906
+ description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
2907
+ denom_units: [{
2908
+ denom: 'y:ausdy:31Dec2025',
2909
+ exponent: 0
2910
+ }, {
2911
+ denom: 'yUSDY31Dec2025',
2912
+ exponent: 18
2913
+ }],
2914
+ base: 'y:ausdy:31Dec2025',
2915
+ name: 'yUsdy (31Dec2025)',
2916
+ display: 'yUSDY31Dec2025',
2917
+ symbol: 'yUSDY-31Dec2025',
2918
+ logo_URIs: {
2919
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2920
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2921
+ },
2922
+ images: [{
2923
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2924
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2925
+ }],
2926
+ type_asset: 'sdk.coin'
2927
+ },
2701
2928
  {
2702
2929
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
2703
2930
  denom_units: [{
@@ -3296,6 +3523,52 @@ const info = {
3296
3523
  }],
3297
3524
  type_asset: 'sdk.coin'
3298
3525
  },
3526
+ {
3527
+ description: 'Pryzm\'s LP token for USDY Yield pool',
3528
+ denom_units: [{
3529
+ denom: 'lp:31:ausdy',
3530
+ exponent: 0
3531
+ }, {
3532
+ denom: 'lp:31:usdy',
3533
+ exponent: 18
3534
+ }],
3535
+ base: 'lp:31:ausdy',
3536
+ name: 'USDY Yield LP',
3537
+ display: 'lp:31:usdy',
3538
+ symbol: 'USDY-YIELD-LP',
3539
+ logo_URIs: {
3540
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3541
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3542
+ },
3543
+ images: [{
3544
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3545
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3546
+ }],
3547
+ type_asset: 'sdk.coin'
3548
+ },
3549
+ {
3550
+ description: 'Pryzm\'s LP token for USDY Boost pool',
3551
+ denom_units: [{
3552
+ denom: 'lp:32:ausdyypt-uusdc',
3553
+ exponent: 0
3554
+ }, {
3555
+ denom: 'lp:32:usdyypt-usdc',
3556
+ exponent: 18
3557
+ }],
3558
+ base: 'lp:32:ausdyypt-uusdc',
3559
+ name: 'USDY Boost LP',
3560
+ display: 'lp:32:usdyypt-usdc',
3561
+ symbol: 'USDY-BOOST-LP',
3562
+ logo_URIs: {
3563
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3564
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3565
+ },
3566
+ images: [{
3567
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3568
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3569
+ }],
3570
+ type_asset: 'sdk.coin'
3571
+ },
3299
3572
  {
3300
3573
  description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
3301
3574
  denom_units: [{
@@ -106,13 +106,13 @@ const info = {
106
106
  },
107
107
  codebase: {
108
108
  git_repo: 'https://github.com/pryzm-finance/pryzm-core',
109
- recommended_version: 'v0.22.1',
110
- compatible_versions: ['v0.22.1', 'v0.22.0'],
109
+ recommended_version: 'v0.24.0',
110
+ compatible_versions: ['v0.24.0'],
111
111
  binaries: {
112
- "darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.22.1/pryzmd-0.22.1-darwin-amd64',
113
- "darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.22.1/pryzmd-0.22.1-darwin-arm64',
114
- "linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.22.1/pryzmd-0.22.1-linux-amd64',
115
- "linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.22.1/pryzmd-0.22.1-linux-arm64'
112
+ "darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-darwin-amd64',
113
+ "darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-darwin-arm64',
114
+ "linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-linux-amd64',
115
+ "linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-linux-arm64'
116
116
  },
117
117
  consensus: {
118
118
  type: 'cometbft',
@@ -55,7 +55,7 @@ const info = {
55
55
  counterparty: {
56
56
  chain_name: 'osmosis',
57
57
  base_denom: 'uosmo',
58
- channel_id: 'channel-668'
58
+ channel_id: 'channel-688'
59
59
  },
60
60
  chain: {
61
61
  channel_id: 'channel-1',
@@ -99,7 +99,7 @@ const info = {
99
99
  counterparty: {
100
100
  chain_name: 'osmosis',
101
101
  base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
102
- channel_id: 'channel-668'
102
+ channel_id: 'channel-688'
103
103
  },
104
104
  chain: {
105
105
  channel_id: 'channel-1',
@@ -143,7 +143,7 @@ const info = {
143
143
  counterparty: {
144
144
  chain_name: 'osmosis',
145
145
  base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
146
- channel_id: 'channel-668'
146
+ channel_id: 'channel-688'
147
147
  },
148
148
  chain: {
149
149
  channel_id: 'channel-1',
@@ -34,55 +34,6 @@ const info = {
34
34
  twitter: 'https://x.com/routerprotocol'
35
35
  },
36
36
  type_asset: 'sdk.coin'
37
- }, {
38
- description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
39
- denom_units: [{
40
- denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
41
- exponent: 0,
42
- aliases: ['microusdc', 'uusdc']
43
- }, {
44
- denom: 'usdc',
45
- exponent: 6
46
- }],
47
- type_asset: 'ics20',
48
- base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
49
- name: 'USDC',
50
- display: 'usdc',
51
- symbol: 'USDC',
52
- traces: [
53
- {
54
- type: 'synthetic',
55
- counterparty: {
56
- chain_name: 'forex',
57
- base_denom: 'USD'
58
- },
59
- provider: 'Circle'
60
- },
61
- {
62
- type: 'additional-mintage',
63
- counterparty: {
64
- chain_name: 'ethereum',
65
- base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
66
- },
67
- provider: 'Circle'
68
- },
69
- {
70
- type: 'ibc',
71
- counterparty: {
72
- chain_name: 'noble',
73
- base_denom: 'uusdc',
74
- channel_id: 'channel-119'
75
- },
76
- chain: {
77
- channel_id: 'channel-13',
78
- path: 'transfer/channel-13/uusdc'
79
- }
80
- }
81
- ],
82
- logo_URIs: {
83
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
84
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
85
- }
86
37
  }]
87
38
  };
88
39
  exports.default = info;
@@ -130,46 +130,6 @@ const info = {
130
130
  }],
131
131
  type_asset: 'sdk.coin'
132
132
  },
133
- {
134
- description: 'The first memecoin on osmosis.',
135
- denom_units: [{
136
- denom: 'ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A',
137
- exponent: 0
138
- }, {
139
- denom: 'WOSMO',
140
- exponent: 6
141
- }],
142
- type_asset: 'ics20',
143
- base: 'ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A',
144
- name: 'Wosmo',
145
- display: 'WOSMO',
146
- symbol: 'WOSMO',
147
- traces: [{
148
- type: 'ibc',
149
- counterparty: {
150
- chain_name: 'osmosis',
151
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
152
- channel_id: 'channel-0'
153
- },
154
- chain: {
155
- channel_id: 'channel-782',
156
- path: 'transfer/channel-782/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
157
- }
158
- }],
159
- images: [{
160
- image_sync: {
161
- chain_name: 'osmosis',
162
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
163
- },
164
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png',
165
- theme: {
166
- primary_color_hex: '#edd5ee'
167
- }
168
- }],
169
- logo_URIs: {
170
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
171
- }
172
- },
173
133
  {
174
134
  description: 'OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series',
175
135
  denom_units: [{
@@ -189,6 +189,10 @@ const info = {
189
189
  {
190
190
  address: 'https://terraclassic-rpc-server-01.stakely.io',
191
191
  provider: 'Stakely'
192
+ },
193
+ {
194
+ address: 'https://api-lunc-rpc.binodes.com',
195
+ provider: 'BInodes'
192
196
  }
193
197
  ],
194
198
  rest: [
@@ -207,6 +211,10 @@ const info = {
207
211
  {
208
212
  address: 'https://terraclassic-lcd-server-01.stakely.io',
209
213
  provider: 'Stakely'
214
+ },
215
+ {
216
+ address: 'https://api-lunc-lcd.binodes.com',
217
+ provider: 'BInodes'
210
218
  }
211
219
  ],
212
220
  grpc: [
@@ -225,6 +233,10 @@ const info = {
225
233
  {
226
234
  address: 'terraclassic-mainnet-grpc.autostake.com:443',
227
235
  provider: 'AutoStake 🛡️ Slash Protected'
236
+ },
237
+ {
238
+ address: 'api-lunc-grpc.binodes.com:443',
239
+ provider: 'BInodes'
228
240
  }
229
241
  ]
230
242
  },
@@ -931,46 +931,6 @@ const info = {
931
931
  }
932
932
  }]
933
933
  },
934
- {
935
- description: 'The first memecoin on osmosis.',
936
- denom_units: [{
937
- denom: 'ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2',
938
- exponent: 0
939
- }, {
940
- denom: 'WOSMO',
941
- exponent: 6
942
- }],
943
- type_asset: 'ics20',
944
- base: 'ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2',
945
- name: 'Wosmo',
946
- display: 'WOSMO',
947
- symbol: 'WOSMO',
948
- traces: [{
949
- type: 'ibc',
950
- counterparty: {
951
- chain_name: 'osmosis',
952
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
953
- channel_id: 'channel-1'
954
- },
955
- chain: {
956
- channel_id: 'channel-251',
957
- path: 'transfer/channel-251/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
958
- }
959
- }],
960
- images: [{
961
- image_sync: {
962
- chain_name: 'osmosis',
963
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
964
- },
965
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png',
966
- theme: {
967
- primary_color_hex: '#edd5ee'
968
- }
969
- }],
970
- logo_URIs: {
971
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
972
- }
973
- },
974
934
  {
975
935
  description: 'DNA DAO',
976
936
  type_asset: 'cw20',
@@ -1322,51 +1282,6 @@ const info = {
1322
1282
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1323
1283
  }]
1324
1284
  },
1325
- {
1326
- description: 'Cosmo is the best currency in the universe.',
1327
- denom_units: [{
1328
- denom: 'ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201',
1329
- exponent: 0,
1330
- aliases: ['factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO']
1331
- }, {
1332
- denom: 'COSMO',
1333
- exponent: 6
1334
- }],
1335
- type_asset: 'ics20',
1336
- base: 'ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201',
1337
- name: 'Cosmo',
1338
- display: 'COSMO',
1339
- symbol: 'COSMO',
1340
- traces: [{
1341
- type: 'ibc',
1342
- counterparty: {
1343
- chain_name: 'injective',
1344
- base_denom: 'factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO',
1345
- channel_id: 'channel-8'
1346
- },
1347
- chain: {
1348
- channel_id: 'channel-122',
1349
- path: 'transfer/channel-122/factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO'
1350
- }
1351
- }],
1352
- logo_URIs: {
1353
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png'
1354
- },
1355
- images: [{
1356
- image_sync: {
1357
- chain_name: 'injective',
1358
- base_denom: 'factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO'
1359
- },
1360
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png',
1361
- theme: {
1362
- primary_color_hex: '#343169'
1363
- }
1364
- }],
1365
- socials: {
1366
- website: 'https://github.com/raphaellafar/Cosmo',
1367
- twitter: 'https://x.com/CosmoClub84'
1368
- }
1369
- },
1370
1285
  {
1371
1286
  description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
1372
1287
  denom_units: [{
@@ -83,12 +83,12 @@ const info = {
83
83
  display: 'ausdc',
84
84
  symbol: 'aUSDC',
85
85
  traces: [{
86
- type: 'synthetic',
86
+ type: 'test-mintage',
87
87
  counterparty: {
88
- chain_name: 'forex',
89
- base_denom: 'USD'
88
+ chain_name: 'ethereum',
89
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
90
90
  },
91
- provider: 'Circle'
91
+ provider: 'Ethereum'
92
92
  }],
93
93
  logo_URIs: {
94
94
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
@@ -72,7 +72,7 @@ const info = {
72
72
  display: 'dot',
73
73
  symbol: 'DOT',
74
74
  traces: [{
75
- type: 'ibc',
75
+ type: 'ibc-bridge',
76
76
  counterparty: {
77
77
  chain_name: 'composablepolkadot',
78
78
  base_denom: '79228162514264337593543950342',
@@ -81,7 +81,8 @@ const info = {
81
81
  chain: {
82
82
  channel_id: 'channel-15',
83
83
  path: 'transfer/channel-15/79228162514264337593543950342'
84
- }
84
+ },
85
+ provider: 'Picasso'
85
86
  }],
86
87
  images: [{
87
88
  image_sync: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.116",
3
+ "version": "1.69.118",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.65",
32
+ "@chain-registry/utils": "^1.51.67",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.65"
36
+ "@chain-registry/types": "^0.50.67"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "f4debde80f04d2cc95bb735c12cb1f6c96fa599e"
46
+ "gitHead": "7efdcf82a4f02b979c061b4e374c9ea5fd6e5248"
47
47
  }