@chain-registry/assets 1.64.22 → 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 (64) 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/index.d.ts +1 -1
  32. package/mainnet/akash.js +2 -2
  33. package/mainnet/assets.js +2 -1
  34. package/mainnet/axelar.js +2 -2
  35. package/mainnet/carbon.js +42 -22
  36. package/mainnet/composable.js +80 -0
  37. package/mainnet/cosmoshub.js +4 -4
  38. package/mainnet/cryptoorgchain.js +2 -2
  39. package/mainnet/decentr.js +2 -2
  40. package/mainnet/doravota.js +2 -2
  41. package/mainnet/dymension.js +88 -0
  42. package/mainnet/index.d.ts +1 -0
  43. package/mainnet/index.js +3 -2
  44. package/mainnet/irisnet.js +2 -2
  45. package/mainnet/kava.js +2 -2
  46. package/mainnet/kujira.js +42 -22
  47. package/mainnet/mande.d.ts +3 -0
  48. package/mainnet/mande.js +91 -0
  49. package/mainnet/medasdigital.js +2 -2
  50. package/mainnet/migaloo.js +44 -24
  51. package/mainnet/neutron.js +44 -24
  52. package/mainnet/noble.js +2 -2
  53. package/mainnet/nois.js +2 -2
  54. package/mainnet/osmosis.js +118 -92
  55. package/mainnet/persistence.js +2 -2
  56. package/mainnet/planq.js +2 -2
  57. package/mainnet/regen.js +2 -2
  58. package/mainnet/secretnetwork.js +116 -90
  59. package/mainnet/sifchain.js +2 -2
  60. package/mainnet/starname.js +2 -2
  61. package/mainnet/stride.js +2 -2
  62. package/noncosmos/composablepolkadot.js +2 -0
  63. package/package.json +5 -5
  64. package/testnet/archwaytestnet.js +16 -16
@@ -3814,7 +3814,7 @@ const assets = {
3814
3814
  }]
3815
3815
  },
3816
3816
  {
3817
- description: 'DVPN is the native token of the Sentinel Hub.',
3817
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
3818
3818
  denom_units: [{
3819
3819
  denom: 'ibc/E83107E876FF194B54E9AC3099E49DBB7728156F250ABD3E997D2B7E89E0810B',
3820
3820
  exponent: 0,
@@ -5156,7 +5156,7 @@ const assets = {
5156
5156
  }]
5157
5157
  },
5158
5158
  {
5159
- description: 'DVPN is the native token of the Sentinel Hub.',
5159
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
5160
5160
  denom_units: [{
5161
5161
  denom: 'ibc/E83107E876FF194B54E9AC3099E49DBB7728156F250ABD3E997D2B7E89E0810B',
5162
5162
  exponent: 0,
@@ -6637,18 +6637,6 @@ const assets = {
6637
6637
  name: 'Racoon',
6638
6638
  display: 'rac',
6639
6639
  symbol: 'RAC',
6640
- logo_URIs: {
6641
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
6642
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
6643
- },
6644
- coingecko_id: 'racoon',
6645
- images: [{
6646
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
6647
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
6648
- theme: {
6649
- primary_color_hex: '#070f0e'
6650
- }
6651
- }],
6652
6640
  traces: [{
6653
6641
  type: 'ibc-cw20',
6654
6642
  counterparty: {
@@ -6661,6 +6649,18 @@ const assets = {
6661
6649
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
6662
6650
  channel_id: 'channel-45'
6663
6651
  }
6652
+ }],
6653
+ logo_URIs: {
6654
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
6655
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
6656
+ },
6657
+ coingecko_id: 'racoon',
6658
+ images: [{
6659
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
6660
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
6661
+ theme: {
6662
+ primary_color_hex: '#070f0e'
6663
+ }
6664
6664
  }]
6665
6665
  },
6666
6666
  {
@@ -6954,17 +6954,6 @@ const assets = {
6954
6954
  name: 'Gelotto',
6955
6955
  display: 'glto',
6956
6956
  symbol: 'GLTO',
6957
- logo_URIs: {
6958
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
6959
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
6960
- },
6961
- images: [{
6962
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
6963
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg',
6964
- theme: {
6965
- primary_color_hex: '#501cad'
6966
- }
6967
- }],
6968
6957
  traces: [{
6969
6958
  type: 'ibc-cw20',
6970
6959
  counterparty: {
@@ -6977,6 +6966,21 @@ const assets = {
6977
6966
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
6978
6967
  channel_id: 'channel-45'
6979
6968
  }
6969
+ }],
6970
+ logo_URIs: {
6971
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
6972
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
6973
+ },
6974
+ images: [{
6975
+ image_sync: {
6976
+ chain_name: 'ethereum',
6977
+ base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
6978
+ },
6979
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
6980
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
6981
+ theme: {
6982
+ primary_color_hex: '#501cad'
6983
+ }
6980
6984
  }]
6981
6985
  },
6982
6986
  {
@@ -7320,16 +7324,6 @@ const assets = {
7320
7324
  name: 'FURY.legacy',
7321
7325
  display: 'fury',
7322
7326
  symbol: 'FURY.legacy',
7323
- logo_URIs: {
7324
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
7325
- },
7326
- coingecko_id: 'fanfury',
7327
- images: [{
7328
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
7329
- theme: {
7330
- primary_color_hex: '#14045c'
7331
- }
7332
- }],
7333
7327
  traces: [{
7334
7328
  type: 'ibc-cw20',
7335
7329
  counterparty: {
@@ -7342,6 +7336,15 @@ const assets = {
7342
7336
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
7343
7337
  channel_id: 'channel-45'
7344
7338
  }
7339
+ }],
7340
+ logo_URIs: {
7341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
7342
+ },
7343
+ images: [{
7344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
7345
+ theme: {
7346
+ primary_color_hex: '#14045c'
7347
+ }
7345
7348
  }]
7346
7349
  },
7347
7350
  {
@@ -9446,18 +9449,6 @@ const assets = {
9446
9449
  name: 'Racoon',
9447
9450
  display: 'rac',
9448
9451
  symbol: 'RAC',
9449
- logo_URIs: {
9450
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
9451
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
9452
- },
9453
- coingecko_id: 'racoon',
9454
- images: [{
9455
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
9456
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
9457
- theme: {
9458
- primary_color_hex: '#070f0e'
9459
- }
9460
- }],
9461
9452
  traces: [{
9462
9453
  type: 'ibc-cw20',
9463
9454
  counterparty: {
@@ -9470,6 +9461,18 @@ const assets = {
9470
9461
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
9471
9462
  channel_id: 'channel-45'
9472
9463
  }
9464
+ }],
9465
+ logo_URIs: {
9466
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
9467
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
9468
+ },
9469
+ coingecko_id: 'racoon',
9470
+ images: [{
9471
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
9472
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
9473
+ theme: {
9474
+ primary_color_hex: '#070f0e'
9475
+ }
9473
9476
  }]
9474
9477
  },
9475
9478
  {
@@ -9763,17 +9766,6 @@ const assets = {
9763
9766
  name: 'Gelotto',
9764
9767
  display: 'glto',
9765
9768
  symbol: 'GLTO',
9766
- logo_URIs: {
9767
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
9768
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
9769
- },
9770
- images: [{
9771
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
9772
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg',
9773
- theme: {
9774
- primary_color_hex: '#501cad'
9775
- }
9776
- }],
9777
9769
  traces: [{
9778
9770
  type: 'ibc-cw20',
9779
9771
  counterparty: {
@@ -9786,6 +9778,21 @@ const assets = {
9786
9778
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
9787
9779
  channel_id: 'channel-45'
9788
9780
  }
9781
+ }],
9782
+ logo_URIs: {
9783
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
9784
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
9785
+ },
9786
+ images: [{
9787
+ image_sync: {
9788
+ chain_name: 'ethereum',
9789
+ base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
9790
+ },
9791
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
9792
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
9793
+ theme: {
9794
+ primary_color_hex: '#501cad'
9795
+ }
9789
9796
  }]
9790
9797
  },
9791
9798
  {
@@ -10129,16 +10136,6 @@ const assets = {
10129
10136
  name: 'FURY.legacy',
10130
10137
  display: 'fury',
10131
10138
  symbol: 'FURY.legacy',
10132
- logo_URIs: {
10133
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
10134
- },
10135
- coingecko_id: 'fanfury',
10136
- images: [{
10137
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
10138
- theme: {
10139
- primary_color_hex: '#14045c'
10140
- }
10141
- }],
10142
10139
  traces: [{
10143
10140
  type: 'ibc-cw20',
10144
10141
  counterparty: {
@@ -10151,6 +10148,15 @@ const assets = {
10151
10148
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
10152
10149
  channel_id: 'channel-45'
10153
10150
  }
10151
+ }],
10152
+ logo_URIs: {
10153
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
10154
+ },
10155
+ images: [{
10156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
10157
+ theme: {
10158
+ primary_color_hex: '#14045c'
10159
+ }
10154
10160
  }]
10155
10161
  },
10156
10162
  {
@@ -12131,16 +12137,6 @@ const assets = {
12131
12137
  name: 'Astroport CW20 Token',
12132
12138
  display: 'astro.cw20',
12133
12139
  symbol: 'ASTRO.cw20',
12134
- logo_URIs: {
12135
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
12136
- },
12137
- images: [{
12138
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
12139
- }],
12140
- socials: {
12141
- website: 'https://astroport.fi/',
12142
- twitter: 'https://twitter.com/astroport_fi'
12143
- },
12144
12140
  traces: [{
12145
12141
  type: 'ibc-cw20',
12146
12142
  counterparty: {
@@ -12153,7 +12149,27 @@ const assets = {
12153
12149
  port: 'transfer',
12154
12150
  channel_id: 'channel-127'
12155
12151
  }
12156
- }]
12152
+ }],
12153
+ logo_URIs: {
12154
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
12155
+ },
12156
+ images: [{
12157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
12158
+ }, {
12159
+ image_sync: {
12160
+ chain_name: 'neutron',
12161
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
12162
+ },
12163
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
12164
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
12165
+ theme: {
12166
+ primary_color_hex: '#4056e9'
12167
+ }
12168
+ }],
12169
+ socials: {
12170
+ website: 'https://astroport.fi/',
12171
+ twitter: 'https://twitter.com/astroport_fi'
12172
+ }
12157
12173
  },
12158
12174
  {
12159
12175
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -13183,16 +13199,6 @@ const assets = {
13183
13199
  name: 'Astroport CW20 Token',
13184
13200
  display: 'astro.cw20',
13185
13201
  symbol: 'ASTRO.cw20',
13186
- logo_URIs: {
13187
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
13188
- },
13189
- images: [{
13190
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
13191
- }],
13192
- socials: {
13193
- website: 'https://astroport.fi/',
13194
- twitter: 'https://twitter.com/astroport_fi'
13195
- },
13196
13202
  traces: [{
13197
13203
  type: 'ibc-cw20',
13198
13204
  counterparty: {
@@ -13205,7 +13211,27 @@ const assets = {
13205
13211
  port: 'transfer',
13206
13212
  channel_id: 'channel-127'
13207
13213
  }
13208
- }]
13214
+ }],
13215
+ logo_URIs: {
13216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
13217
+ },
13218
+ images: [{
13219
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
13220
+ }, {
13221
+ image_sync: {
13222
+ chain_name: 'neutron',
13223
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
13224
+ },
13225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
13226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
13227
+ theme: {
13228
+ primary_color_hex: '#4056e9'
13229
+ }
13230
+ }],
13231
+ socials: {
13232
+ website: 'https://astroport.fi/',
13233
+ twitter: 'https://twitter.com/astroport_fi'
13234
+ }
13209
13235
  },
13210
13236
  {
13211
13237
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -498,7 +498,7 @@ const assets = {
498
498
  }]
499
499
  },
500
500
  {
501
- description: 'DVPN is the native token of the Sentinel Hub.',
501
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
502
502
  denom_units: [{
503
503
  denom: 'ibc/21CB41565FCA19AB6613EE06B0D56E588E0DC3E53FF94BA499BB9635794A1A35',
504
504
  exponent: 0,
@@ -1036,7 +1036,7 @@ const assets = {
1036
1036
  }]
1037
1037
  },
1038
1038
  {
1039
- description: 'DVPN is the native token of the Sentinel Hub.',
1039
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
1040
1040
  denom_units: [{
1041
1041
  denom: 'ibc/21CB41565FCA19AB6613EE06B0D56E588E0DC3E53FF94BA499BB9635794A1A35',
1042
1042
  exponent: 0,
@@ -376,7 +376,7 @@ const assets = {
376
376
  }]
377
377
  },
378
378
  {
379
- description: 'DVPN is the native token of the Sentinel Hub.',
379
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
380
380
  denom_units: [{
381
381
  denom: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
382
382
  exponent: 0,
@@ -792,7 +792,7 @@ const assets = {
792
792
  }]
793
793
  },
794
794
  {
795
- description: 'DVPN is the native token of the Sentinel Hub.',
795
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
796
796
  denom_units: [{
797
797
  denom: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
798
798
  exponent: 0,
@@ -1651,7 +1651,7 @@ const assets = {
1651
1651
  }]
1652
1652
  },
1653
1653
  {
1654
- description: 'The native staking token of Sei.',
1654
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
1655
1655
  denom_units: [{
1656
1656
  denom: 'ibc/AB7D2FCED9DEBF4988CB2ED41F527FD025C35665429C48703A0ECB856DE4C8AE',
1657
1657
  exponent: 0,
@@ -3469,7 +3469,7 @@ const assets = {
3469
3469
  }]
3470
3470
  },
3471
3471
  {
3472
- description: 'The native staking token of Sei.',
3472
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
3473
3473
  denom_units: [{
3474
3474
  denom: 'ibc/AB7D2FCED9DEBF4988CB2ED41F527FD025C35665429C48703A0ECB856DE4C8AE',
3475
3475
  exponent: 0,
@@ -15,6 +15,7 @@ const assets = {
15
15
  name: 'Pica',
16
16
  display: 'pica',
17
17
  symbol: 'PICA',
18
+ coingecko_id: 'picasso',
18
19
  logo_URIs: {
19
20
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
20
21
  },
@@ -47,6 +48,7 @@ const assets = {
47
48
  name: 'Pica',
48
49
  display: 'pica',
49
50
  symbol: 'PICA',
51
+ coingecko_id: 'picasso',
50
52
  logo_URIs: {
51
53
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
52
54
  },
@@ -107,7 +107,7 @@ const assets = {
107
107
  {
108
108
  description: 'The native token of Osmosis',
109
109
  denom_units: [{
110
- denom: 'ibc/AD1308BFB6646C2EF66E5901670941C4BD58A1798DEAE0410522794B292E4A82',
110
+ denom: 'ibc/F05050E6851A163E36B927EA821A13A6CE0D596C7B85FBF90570AC57C3F16D5A',
111
111
  exponent: 0,
112
112
  aliases: ['uosmo']
113
113
  }, {
@@ -116,7 +116,7 @@ const assets = {
116
116
  aliases: []
117
117
  }],
118
118
  type_asset: 'sdk.coin',
119
- base: 'ibc/AD1308BFB6646C2EF66E5901670941C4BD58A1798DEAE0410522794B292E4A82',
119
+ base: 'ibc/F05050E6851A163E36B927EA821A13A6CE0D596C7B85FBF90570AC57C3F16D5A',
120
120
  name: 'Osmosis Testnet',
121
121
  display: 'osmo',
122
122
  symbol: 'OSMO',
@@ -133,18 +133,18 @@ const assets = {
133
133
  traces: [{
134
134
  type: 'ibc',
135
135
  counterparty: {
136
- channel_id: 'channel-3938',
136
+ channel_id: 'channel-7779',
137
137
  base_denom: 'uosmo',
138
138
  chain_name: 'osmosistestnet'
139
139
  },
140
140
  chain: {
141
- channel_id: 'channel-58'
141
+ channel_id: 'channel-225'
142
142
  }
143
143
  }]
144
144
  },
145
145
  {
146
146
  denom_units: [{
147
- denom: 'ibc/C48B6EE786DA2F58FB75800A1C49C1093C4D19C7E4F805AC0DDA7B31679F8091',
147
+ denom: 'ibc/25920C7D913212374622A50BFD85A64C56695D6A0C12FB654FC20B113818CE28',
148
148
  exponent: 0,
149
149
  aliases: ['uion']
150
150
  }, {
@@ -152,7 +152,7 @@ const assets = {
152
152
  exponent: 6
153
153
  }],
154
154
  type_asset: 'sdk.coin',
155
- base: 'ibc/C48B6EE786DA2F58FB75800A1C49C1093C4D19C7E4F805AC0DDA7B31679F8091',
155
+ base: 'ibc/25920C7D913212374622A50BFD85A64C56695D6A0C12FB654FC20B113818CE28',
156
156
  name: 'Ion',
157
157
  display: 'ion',
158
158
  symbol: 'ION',
@@ -169,12 +169,12 @@ const assets = {
169
169
  traces: [{
170
170
  type: 'ibc',
171
171
  counterparty: {
172
- channel_id: 'channel-3938',
172
+ channel_id: 'channel-7779',
173
173
  base_denom: 'uion',
174
174
  chain_name: 'osmosistestnet'
175
175
  },
176
176
  chain: {
177
- channel_id: 'channel-58'
177
+ channel_id: 'channel-225'
178
178
  }
179
179
  }]
180
180
  },
@@ -216,7 +216,7 @@ const assets = {
216
216
  {
217
217
  description: 'The native token of Osmosis',
218
218
  denom_units: [{
219
- denom: 'ibc/AD1308BFB6646C2EF66E5901670941C4BD58A1798DEAE0410522794B292E4A82',
219
+ denom: 'ibc/F05050E6851A163E36B927EA821A13A6CE0D596C7B85FBF90570AC57C3F16D5A',
220
220
  exponent: 0,
221
221
  aliases: ['uosmo']
222
222
  }, {
@@ -225,7 +225,7 @@ const assets = {
225
225
  aliases: []
226
226
  }],
227
227
  type_asset: 'sdk.coin',
228
- base: 'ibc/AD1308BFB6646C2EF66E5901670941C4BD58A1798DEAE0410522794B292E4A82',
228
+ base: 'ibc/F05050E6851A163E36B927EA821A13A6CE0D596C7B85FBF90570AC57C3F16D5A',
229
229
  name: 'Osmosis Testnet',
230
230
  display: 'osmo',
231
231
  symbol: 'OSMO',
@@ -242,18 +242,18 @@ const assets = {
242
242
  traces: [{
243
243
  type: 'ibc',
244
244
  counterparty: {
245
- channel_id: 'channel-3938',
245
+ channel_id: 'channel-7779',
246
246
  base_denom: 'uosmo',
247
247
  chain_name: 'osmosistestnet'
248
248
  },
249
249
  chain: {
250
- channel_id: 'channel-58'
250
+ channel_id: 'channel-225'
251
251
  }
252
252
  }]
253
253
  },
254
254
  {
255
255
  denom_units: [{
256
- denom: 'ibc/C48B6EE786DA2F58FB75800A1C49C1093C4D19C7E4F805AC0DDA7B31679F8091',
256
+ denom: 'ibc/25920C7D913212374622A50BFD85A64C56695D6A0C12FB654FC20B113818CE28',
257
257
  exponent: 0,
258
258
  aliases: ['uion']
259
259
  }, {
@@ -261,7 +261,7 @@ const assets = {
261
261
  exponent: 6
262
262
  }],
263
263
  type_asset: 'sdk.coin',
264
- base: 'ibc/C48B6EE786DA2F58FB75800A1C49C1093C4D19C7E4F805AC0DDA7B31679F8091',
264
+ base: 'ibc/25920C7D913212374622A50BFD85A64C56695D6A0C12FB654FC20B113818CE28',
265
265
  name: 'Ion',
266
266
  display: 'ion',
267
267
  symbol: 'ION',
@@ -278,12 +278,12 @@ const assets = {
278
278
  traces: [{
279
279
  type: 'ibc',
280
280
  counterparty: {
281
- channel_id: 'channel-3938',
281
+ channel_id: 'channel-7779',
282
282
  base_denom: 'uion',
283
283
  chain_name: 'osmosistestnet'
284
284
  },
285
285
  chain: {
286
- channel_id: 'channel-58'
286
+ channel_id: 'channel-225'
287
287
  }
288
288
  }]
289
289
  }
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export * from './testnet';
3
3
  export * from './noncosmos';
4
4
  import asset_lists from './asset_lists';
5
5
  declare const _default: {
6
- asset_lists: AssetList[];
6
+ asset_lists: import("@chain-registry/types").AssetList[];
7
7
  };
8
8
  export default _default;
9
9
  export { asset_lists };
package/mainnet/akash.js CHANGED
@@ -666,7 +666,7 @@ const assets = {
666
666
  }]
667
667
  },
668
668
  {
669
- description: 'DVPN is the native token of the Sentinel Hub.',
669
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
670
670
  denom_units: [{
671
671
  denom: 'ibc/0FD5103C7353F0C68F33B60ED7F99B3B5DF90CA947263FFC85BB5A9BEE3060E5',
672
672
  exponent: 0,
@@ -1492,7 +1492,7 @@ const assets = {
1492
1492
  }]
1493
1493
  },
1494
1494
  {
1495
- description: 'DVPN is the native token of the Sentinel Hub.',
1495
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
1496
1496
  denom_units: [{
1497
1497
  denom: 'ibc/0FD5103C7353F0C68F33B60ED7F99B3B5DF90CA947263FFC85BB5A9BEE3060E5',
1498
1498
  exponent: 0,
package/mainnet/assets.js CHANGED
@@ -75,6 +75,7 @@ const lambda_1 = __importDefault(require("./lambda"));
75
75
  const likecoin_1 = __importDefault(require("./likecoin"));
76
76
  const lumenx_1 = __importDefault(require("./lumenx"));
77
77
  const lumnetwork_1 = __importDefault(require("./lumnetwork"));
78
+ const mande_1 = __importDefault(require("./mande"));
78
79
  const mars_1 = __importDefault(require("./mars"));
79
80
  const medasdigital_1 = __importDefault(require("./medasdigital"));
80
81
  const meme_1 = __importDefault(require("./meme"));
@@ -138,5 +139,5 @@ const unification_1 = __importDefault(require("./unification"));
138
139
  const uptick_1 = __importDefault(require("./uptick"));
139
140
  const vidulum_1 = __importDefault(require("./vidulum"));
140
141
  const xpla_1 = __importDefault(require("./xpla"));
141
- const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
142
+ const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
142
143
  exports.default = assets;
package/mainnet/axelar.js CHANGED
@@ -2377,7 +2377,7 @@ const assets = {
2377
2377
  }]
2378
2378
  },
2379
2379
  {
2380
- description: 'The native staking token of Sei.',
2380
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
2381
2381
  denom_units: [{
2382
2382
  denom: 'ibc/07B3CA39C1A40FE3ACF1CA5CCBC92D7C37957AE35D41E1954AF4951250AC2961',
2383
2383
  exponent: 0,
@@ -4505,7 +4505,7 @@ const assets = {
4505
4505
  }]
4506
4506
  },
4507
4507
  {
4508
- description: 'The native staking token of Sei.',
4508
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
4509
4509
  denom_units: [{
4510
4510
  denom: 'ibc/07B3CA39C1A40FE3ACF1CA5CCBC92D7C37957AE35D41E1954AF4951250AC2961',
4511
4511
  exponent: 0,