@chain-registry/assets 1.64.23 → 1.64.24

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 (63) hide show
  1. package/esm/mainnet/akash.js +2 -2
  2. package/esm/mainnet/assets.js +2 -1
  3. package/esm/mainnet/axelar.js +2 -2
  4. package/esm/mainnet/carbon.js +42 -22
  5. package/esm/mainnet/composable.js +80 -0
  6. package/esm/mainnet/cosmoshub.js +4 -4
  7. package/esm/mainnet/cryptoorgchain.js +2 -2
  8. package/esm/mainnet/decentr.js +2 -2
  9. package/esm/mainnet/doravota.js +2 -2
  10. package/esm/mainnet/dymension.js +88 -0
  11. package/esm/mainnet/index.js +1 -0
  12. package/esm/mainnet/irisnet.js +2 -2
  13. package/esm/mainnet/kava.js +2 -2
  14. package/esm/mainnet/kujira.js +42 -22
  15. package/esm/mainnet/mande.js +89 -0
  16. package/esm/mainnet/medasdigital.js +2 -2
  17. package/esm/mainnet/migaloo.js +44 -24
  18. package/esm/mainnet/neutron.js +44 -24
  19. package/esm/mainnet/noble.js +2 -2
  20. package/esm/mainnet/nois.js +2 -2
  21. package/esm/mainnet/osmosis.js +118 -92
  22. package/esm/mainnet/persistence.js +2 -2
  23. package/esm/mainnet/planq.js +2 -2
  24. package/esm/mainnet/regen.js +2 -2
  25. package/esm/mainnet/secretnetwork.js +116 -90
  26. package/esm/mainnet/sifchain.js +2 -2
  27. package/esm/mainnet/starname.js +2 -2
  28. package/esm/mainnet/stride.js +2 -2
  29. package/esm/noncosmos/composablepolkadot.js +2 -0
  30. package/esm/testnet/archwaytestnet.js +16 -16
  31. package/mainnet/akash.js +2 -2
  32. package/mainnet/assets.js +2 -1
  33. package/mainnet/axelar.js +2 -2
  34. package/mainnet/carbon.js +42 -22
  35. package/mainnet/composable.js +80 -0
  36. package/mainnet/cosmoshub.js +4 -4
  37. package/mainnet/cryptoorgchain.js +2 -2
  38. package/mainnet/decentr.js +2 -2
  39. package/mainnet/doravota.js +2 -2
  40. package/mainnet/dymension.js +88 -0
  41. package/mainnet/index.d.ts +1 -0
  42. package/mainnet/index.js +3 -2
  43. package/mainnet/irisnet.js +2 -2
  44. package/mainnet/kava.js +2 -2
  45. package/mainnet/kujira.js +42 -22
  46. package/mainnet/mande.d.ts +3 -0
  47. package/mainnet/mande.js +91 -0
  48. package/mainnet/medasdigital.js +2 -2
  49. package/mainnet/migaloo.js +44 -24
  50. package/mainnet/neutron.js +44 -24
  51. package/mainnet/noble.js +2 -2
  52. package/mainnet/nois.js +2 -2
  53. package/mainnet/osmosis.js +118 -92
  54. package/mainnet/persistence.js +2 -2
  55. package/mainnet/planq.js +2 -2
  56. package/mainnet/regen.js +2 -2
  57. package/mainnet/secretnetwork.js +116 -90
  58. package/mainnet/sifchain.js +2 -2
  59. package/mainnet/starname.js +2 -2
  60. package/mainnet/stride.js +2 -2
  61. package/noncosmos/composablepolkadot.js +2 -0
  62. package/package.json +5 -5
  63. package/testnet/archwaytestnet.js +16 -16
package/mainnet/carbon.js CHANGED
@@ -1097,16 +1097,6 @@ const assets = {
1097
1097
  name: 'Astroport CW20 Token',
1098
1098
  display: 'astro.cw20',
1099
1099
  symbol: 'ASTRO.cw20',
1100
- logo_URIs: {
1101
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
1102
- },
1103
- images: [{
1104
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
1105
- }],
1106
- socials: {
1107
- website: 'https://astroport.fi/',
1108
- twitter: 'https://twitter.com/astroport_fi'
1109
- },
1110
1100
  traces: [{
1111
1101
  type: 'ibc-cw20',
1112
1102
  counterparty: {
@@ -1119,7 +1109,27 @@ const assets = {
1119
1109
  port: 'transfer',
1120
1110
  channel_id: 'channel-16'
1121
1111
  }
1122
- }]
1112
+ }],
1113
+ logo_URIs: {
1114
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
1115
+ },
1116
+ images: [{
1117
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
1118
+ }, {
1119
+ image_sync: {
1120
+ chain_name: 'neutron',
1121
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
1122
+ },
1123
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
1124
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
1125
+ theme: {
1126
+ primary_color_hex: '#4056e9'
1127
+ }
1128
+ }],
1129
+ socials: {
1130
+ website: 'https://astroport.fi/',
1131
+ twitter: 'https://twitter.com/astroport_fi'
1132
+ }
1123
1133
  },
1124
1134
  {
1125
1135
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -2149,16 +2159,6 @@ const assets = {
2149
2159
  name: 'Astroport CW20 Token',
2150
2160
  display: 'astro.cw20',
2151
2161
  symbol: 'ASTRO.cw20',
2152
- logo_URIs: {
2153
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
2154
- },
2155
- images: [{
2156
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
2157
- }],
2158
- socials: {
2159
- website: 'https://astroport.fi/',
2160
- twitter: 'https://twitter.com/astroport_fi'
2161
- },
2162
2162
  traces: [{
2163
2163
  type: 'ibc-cw20',
2164
2164
  counterparty: {
@@ -2171,7 +2171,27 @@ const assets = {
2171
2171
  port: 'transfer',
2172
2172
  channel_id: 'channel-16'
2173
2173
  }
2174
- }]
2174
+ }],
2175
+ logo_URIs: {
2176
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
2177
+ },
2178
+ images: [{
2179
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
2180
+ }, {
2181
+ image_sync: {
2182
+ chain_name: 'neutron',
2183
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
2184
+ },
2185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
2186
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
2187
+ theme: {
2188
+ primary_color_hex: '#4056e9'
2189
+ }
2190
+ }],
2191
+ socials: {
2192
+ website: 'https://astroport.fi/',
2193
+ twitter: 'https://twitter.com/astroport_fi'
2194
+ }
2175
2195
  },
2176
2196
  {
2177
2197
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -1082,6 +1082,45 @@ const assets = {
1082
1082
  }
1083
1083
  }]
1084
1084
  },
1085
+ {
1086
+ description: 'Gelotto blends gaming, DEFI, and fun Dapps in a unique Web3 ecosystem. Join us to become part of the house, earning from all Gelotto products. Our main goal? To bring the masses into Web3 with open, accessible, and enjoyable Dapps.',
1087
+ type_asset: 'erc20',
1088
+ address: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2',
1089
+ denom_units: [{
1090
+ denom: 'ibc/262D63AEF61017AD67C33909E2A0B0BD97C5AF559143BA0BE085DED815B12104',
1091
+ exponent: 0,
1092
+ aliases: ['0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2']
1093
+ }, {
1094
+ denom: 'glto',
1095
+ exponent: 6
1096
+ }],
1097
+ base: 'ibc/262D63AEF61017AD67C33909E2A0B0BD97C5AF559143BA0BE085DED815B12104',
1098
+ name: 'Gelotto',
1099
+ display: 'glto',
1100
+ symbol: 'GLTO',
1101
+ logo_URIs: {
1102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
1103
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
1104
+ },
1105
+ images: [{
1106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
1107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
1108
+ theme: {
1109
+ primary_color_hex: '#501cad'
1110
+ }
1111
+ }],
1112
+ traces: [{
1113
+ type: 'ibc',
1114
+ counterparty: {
1115
+ channel_id: 'channel-2',
1116
+ base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2',
1117
+ chain_name: 'ethereum'
1118
+ },
1119
+ chain: {
1120
+ channel_id: 'channel-52'
1121
+ }
1122
+ }]
1123
+ },
1085
1124
  {
1086
1125
  type_asset: 'erc20',
1087
1126
  address: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f',
@@ -2150,6 +2189,7 @@ const assets = {
2150
2189
  name: 'Pica',
2151
2190
  display: 'pica',
2152
2191
  symbol: 'PICA',
2192
+ coingecko_id: 'picasso',
2153
2193
  logo_URIs: {
2154
2194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
2155
2195
  },
@@ -4093,6 +4133,45 @@ const assets = {
4093
4133
  }
4094
4134
  }]
4095
4135
  },
4136
+ {
4137
+ description: 'Gelotto blends gaming, DEFI, and fun Dapps in a unique Web3 ecosystem. Join us to become part of the house, earning from all Gelotto products. Our main goal? To bring the masses into Web3 with open, accessible, and enjoyable Dapps.',
4138
+ type_asset: 'erc20',
4139
+ address: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2',
4140
+ denom_units: [{
4141
+ denom: 'ibc/262D63AEF61017AD67C33909E2A0B0BD97C5AF559143BA0BE085DED815B12104',
4142
+ exponent: 0,
4143
+ aliases: ['0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2']
4144
+ }, {
4145
+ denom: 'glto',
4146
+ exponent: 6
4147
+ }],
4148
+ base: 'ibc/262D63AEF61017AD67C33909E2A0B0BD97C5AF559143BA0BE085DED815B12104',
4149
+ name: 'Gelotto',
4150
+ display: 'glto',
4151
+ symbol: 'GLTO',
4152
+ logo_URIs: {
4153
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
4154
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
4155
+ },
4156
+ images: [{
4157
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
4158
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
4159
+ theme: {
4160
+ primary_color_hex: '#501cad'
4161
+ }
4162
+ }],
4163
+ traces: [{
4164
+ type: 'ibc',
4165
+ counterparty: {
4166
+ channel_id: 'channel-2',
4167
+ base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2',
4168
+ chain_name: 'ethereum'
4169
+ },
4170
+ chain: {
4171
+ channel_id: 'channel-52'
4172
+ }
4173
+ }]
4174
+ },
4096
4175
  {
4097
4176
  type_asset: 'erc20',
4098
4177
  address: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f',
@@ -4409,6 +4488,7 @@ const assets = {
4409
4488
  name: 'Pica',
4410
4489
  display: 'pica',
4411
4490
  symbol: 'PICA',
4491
+ coingecko_id: 'picasso',
4412
4492
  logo_URIs: {
4413
4493
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
4414
4494
  },
@@ -3799,7 +3799,7 @@ const assets = {
3799
3799
  }]
3800
3800
  },
3801
3801
  {
3802
- description: 'The native staking token of Sei.',
3802
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
3803
3803
  denom_units: [{
3804
3804
  denom: 'ibc/261460D72BA2141BC77D439038343CB2B37C87B4148B4D5E30A5168A93E3E1D9',
3805
3805
  exponent: 0,
@@ -3916,7 +3916,7 @@ const assets = {
3916
3916
  }]
3917
3917
  },
3918
3918
  {
3919
- description: 'DVPN is the native token of the Sentinel Hub.',
3919
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
3920
3920
  denom_units: [{
3921
3921
  denom: 'ibc/42E47A5BA708EBE6E0C227006254F2784E209F4DBD3C6BB77EDC4B29EF875E8E',
3922
3922
  exponent: 0,
@@ -6675,7 +6675,7 @@ const assets = {
6675
6675
  }]
6676
6676
  },
6677
6677
  {
6678
- description: 'The native staking token of Sei.',
6678
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
6679
6679
  denom_units: [{
6680
6680
  denom: 'ibc/261460D72BA2141BC77D439038343CB2B37C87B4148B4D5E30A5168A93E3E1D9',
6681
6681
  exponent: 0,
@@ -6792,7 +6792,7 @@ const assets = {
6792
6792
  }]
6793
6793
  },
6794
6794
  {
6795
- description: 'DVPN is the native token of the Sentinel Hub.',
6795
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
6796
6796
  denom_units: [{
6797
6797
  denom: 'ibc/42E47A5BA708EBE6E0C227006254F2784E209F4DBD3C6BB77EDC4B29EF875E8E',
6798
6798
  exponent: 0,
@@ -733,7 +733,7 @@ const assets = {
733
733
  }]
734
734
  },
735
735
  {
736
- description: 'DVPN is the native token of the Sentinel Hub.',
736
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
737
737
  denom_units: [{
738
738
  denom: 'ibc/EA3EE13F2D2A4085922BE6AF07F2DC7009A80D9461A37BB4C4F76B2A5817D23A',
739
739
  exponent: 0,
@@ -1264,7 +1264,7 @@ const assets = {
1264
1264
  }]
1265
1265
  },
1266
1266
  {
1267
- description: 'DVPN is the native token of the Sentinel Hub.',
1267
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
1268
1268
  denom_units: [{
1269
1269
  denom: 'ibc/EA3EE13F2D2A4085922BE6AF07F2DC7009A80D9461A37BB4C4F76B2A5817D23A',
1270
1270
  exponent: 0,
@@ -190,7 +190,7 @@ const assets = {
190
190
  }]
191
191
  },
192
192
  {
193
- description: 'DVPN is the native token of the Sentinel Hub.',
193
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
194
194
  denom_units: [{
195
195
  denom: 'ibc/B7489F796F582168A256F44B1B2AB93DD2E868487DA91F28FD2BA967E97F5712',
196
196
  exponent: 0,
@@ -362,7 +362,7 @@ const assets = {
362
362
  }]
363
363
  },
364
364
  {
365
- description: 'DVPN is the native token of the Sentinel Hub.',
365
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
366
366
  denom_units: [{
367
367
  denom: 'ibc/B7489F796F582168A256F44B1B2AB93DD2E868487DA91F28FD2BA967E97F5712',
368
368
  exponent: 0,
@@ -819,7 +819,7 @@ const assets = {
819
819
  }]
820
820
  },
821
821
  {
822
- description: 'The native staking token of Sei.',
822
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
823
823
  denom_units: [{
824
824
  denom: 'ibc/1D0755F60633E1F7E5BA06B12EA2F531F72CD078D0B99C436FBAD79ED3A638D8',
825
825
  exponent: 0,
@@ -1345,7 +1345,7 @@ const assets = {
1345
1345
  }]
1346
1346
  },
1347
1347
  {
1348
- description: 'The native staking token of Sei.',
1348
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
1349
1349
  denom_units: [{
1350
1350
  denom: 'ibc/1D0755F60633E1F7E5BA06B12EA2F531F72CD078D0B99C436FBAD79ED3A638D8',
1351
1351
  exponent: 0,
@@ -755,6 +755,50 @@ const assets = {
755
755
  }
756
756
  }]
757
757
  },
758
+ {
759
+ description: 'The native token of Mande Network.',
760
+ denom_units: [{
761
+ denom: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
762
+ exponent: 0,
763
+ aliases: ['amand']
764
+ }, {
765
+ denom: 'mand',
766
+ exponent: 18
767
+ }],
768
+ type_asset: 'sdk.coin',
769
+ base: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
770
+ name: 'Mande Network',
771
+ display: 'mand',
772
+ symbol: 'MAND',
773
+ coingecko_id: 'mande-network',
774
+ images: [{
775
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
776
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg',
777
+ theme: {
778
+ primary_color_hex: '#274cbf'
779
+ }
780
+ }],
781
+ socials: {
782
+ website: 'https://mande.network/',
783
+ twitter: 'https://twitter.com/MandeNetwork'
784
+ },
785
+ keywords: ['credibility', 'web3'],
786
+ logo_URIs: {
787
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
788
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
789
+ },
790
+ traces: [{
791
+ type: 'ibc',
792
+ counterparty: {
793
+ channel_id: 'channel-0',
794
+ base_denom: 'amand',
795
+ chain_name: 'mande'
796
+ },
797
+ chain: {
798
+ channel_id: 'channel-51'
799
+ }
800
+ }]
801
+ },
758
802
  {
759
803
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
760
804
  denom_units: [{
@@ -1630,6 +1674,50 @@ const assets = {
1630
1674
  }
1631
1675
  }]
1632
1676
  },
1677
+ {
1678
+ description: 'The native token of Mande Network.',
1679
+ denom_units: [{
1680
+ denom: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
1681
+ exponent: 0,
1682
+ aliases: ['amand']
1683
+ }, {
1684
+ denom: 'mand',
1685
+ exponent: 18
1686
+ }],
1687
+ type_asset: 'sdk.coin',
1688
+ base: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
1689
+ name: 'Mande Network',
1690
+ display: 'mand',
1691
+ symbol: 'MAND',
1692
+ coingecko_id: 'mande-network',
1693
+ images: [{
1694
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
1695
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg',
1696
+ theme: {
1697
+ primary_color_hex: '#274cbf'
1698
+ }
1699
+ }],
1700
+ socials: {
1701
+ website: 'https://mande.network/',
1702
+ twitter: 'https://twitter.com/MandeNetwork'
1703
+ },
1704
+ keywords: ['credibility', 'web3'],
1705
+ logo_URIs: {
1706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
1707
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
1708
+ },
1709
+ traces: [{
1710
+ type: 'ibc',
1711
+ counterparty: {
1712
+ channel_id: 'channel-0',
1713
+ base_denom: 'amand',
1714
+ chain_name: 'mande'
1715
+ },
1716
+ chain: {
1717
+ channel_id: 'channel-51'
1718
+ }
1719
+ }]
1720
+ },
1633
1721
  {
1634
1722
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
1635
1723
  denom_units: [{
@@ -70,6 +70,7 @@ export * as lambda from './lambda';
70
70
  export * as likecoin from './likecoin';
71
71
  export * as lumenx from './lumenx';
72
72
  export * as lumnetwork from './lumnetwork';
73
+ export * as mande from './mande';
73
74
  export * as mars from './mars';
74
75
  export * as medasdigital from './medasdigital';
75
76
  export * as meme from './meme';
package/mainnet/index.js CHANGED
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.galaxy = exports.fxcore = exports.furya = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = void 0;
27
- exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = void 0;
28
- exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = void 0;
27
+ exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = void 0;
28
+ exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = void 0;
29
29
  exports._8ball = __importStar(require("./8ball"));
30
30
  exports.acrechain = __importStar(require("./acrechain"));
31
31
  exports.agoric = __importStar(require("./agoric"));
@@ -98,6 +98,7 @@ exports.lambda = __importStar(require("./lambda"));
98
98
  exports.likecoin = __importStar(require("./likecoin"));
99
99
  exports.lumenx = __importStar(require("./lumenx"));
100
100
  exports.lumnetwork = __importStar(require("./lumnetwork"));
101
+ exports.mande = __importStar(require("./mande"));
101
102
  exports.mars = __importStar(require("./mars"));
102
103
  exports.medasdigital = __importStar(require("./medasdigital"));
103
104
  exports.meme = __importStar(require("./meme"));
@@ -1302,7 +1302,7 @@ const assets = {
1302
1302
  }]
1303
1303
  },
1304
1304
  {
1305
- description: 'DVPN is the native token of the Sentinel Hub.',
1305
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
1306
1306
  denom_units: [{
1307
1307
  denom: 'ibc/1EC0D41FED64D7C9C0D87E059F478965BE3962841BA14EFBF8C5A75F4458143A',
1308
1308
  exponent: 0,
@@ -1704,7 +1704,7 @@ const assets = {
1704
1704
  }]
1705
1705
  },
1706
1706
  {
1707
- description: 'DVPN is the native token of the Sentinel Hub.',
1707
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
1708
1708
  denom_units: [{
1709
1709
  denom: 'ibc/1EC0D41FED64D7C9C0D87E059F478965BE3962841BA14EFBF8C5A75F4458143A',
1710
1710
  exponent: 0,
package/mainnet/kava.js CHANGED
@@ -1862,7 +1862,7 @@ const assets = {
1862
1862
  }]
1863
1863
  },
1864
1864
  {
1865
- description: 'The native staking token of Sei.',
1865
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
1866
1866
  denom_units: [{
1867
1867
  denom: 'ibc/A3D9BA615C3BC5C8892E86B1D8B792DD139A68ADE97AA7A9C7F26AD25D9E5FD7',
1868
1868
  exponent: 0,
@@ -2411,7 +2411,7 @@ const assets = {
2411
2411
  }]
2412
2412
  },
2413
2413
  {
2414
- description: 'The native staking token of Sei.',
2414
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
2415
2415
  denom_units: [{
2416
2416
  denom: 'ibc/A3D9BA615C3BC5C8892E86B1D8B792DD139A68ADE97AA7A9C7F26AD25D9E5FD7',
2417
2417
  exponent: 0,
package/mainnet/kujira.js CHANGED
@@ -6292,16 +6292,6 @@ const assets = {
6292
6292
  name: 'Astroport CW20 Token',
6293
6293
  display: 'astro.cw20',
6294
6294
  symbol: 'ASTRO.cw20',
6295
- logo_URIs: {
6296
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
6297
- },
6298
- images: [{
6299
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
6300
- }],
6301
- socials: {
6302
- website: 'https://astroport.fi/',
6303
- twitter: 'https://twitter.com/astroport_fi'
6304
- },
6305
6295
  traces: [{
6306
6296
  type: 'ibc-cw20',
6307
6297
  counterparty: {
@@ -6314,7 +6304,27 @@ const assets = {
6314
6304
  port: 'transfer',
6315
6305
  channel_id: 'channel-36'
6316
6306
  }
6317
- }]
6307
+ }],
6308
+ logo_URIs: {
6309
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
6310
+ },
6311
+ images: [{
6312
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
6313
+ }, {
6314
+ image_sync: {
6315
+ chain_name: 'neutron',
6316
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
6317
+ },
6318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
6319
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
6320
+ theme: {
6321
+ primary_color_hex: '#4056e9'
6322
+ }
6323
+ }],
6324
+ socials: {
6325
+ website: 'https://astroport.fi/',
6326
+ twitter: 'https://twitter.com/astroport_fi'
6327
+ }
6318
6328
  },
6319
6329
  {
6320
6330
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -7719,16 +7729,6 @@ const assets = {
7719
7729
  name: 'Astroport CW20 Token',
7720
7730
  display: 'astro.cw20',
7721
7731
  symbol: 'ASTRO.cw20',
7722
- logo_URIs: {
7723
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
7724
- },
7725
- images: [{
7726
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
7727
- }],
7728
- socials: {
7729
- website: 'https://astroport.fi/',
7730
- twitter: 'https://twitter.com/astroport_fi'
7731
- },
7732
7732
  traces: [{
7733
7733
  type: 'ibc-cw20',
7734
7734
  counterparty: {
@@ -7741,7 +7741,27 @@ const assets = {
7741
7741
  port: 'transfer',
7742
7742
  channel_id: 'channel-36'
7743
7743
  }
7744
- }]
7744
+ }],
7745
+ logo_URIs: {
7746
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
7747
+ },
7748
+ images: [{
7749
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
7750
+ }, {
7751
+ image_sync: {
7752
+ chain_name: 'neutron',
7753
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
7754
+ },
7755
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
7756
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
7757
+ theme: {
7758
+ primary_color_hex: '#4056e9'
7759
+ }
7760
+ }],
7761
+ socials: {
7762
+ website: 'https://astroport.fi/',
7763
+ twitter: 'https://twitter.com/astroport_fi'
7764
+ }
7745
7765
  },
7746
7766
  {
7747
7767
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;