@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
@@ -0,0 +1,89 @@
1
+ const assets = {
2
+ chain_name: 'mande',
3
+ assets: [{
4
+ description: 'The native governance and staking token of the Dymension Hub',
5
+ denom_units: [{
6
+ denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
7
+ exponent: 0,
8
+ aliases: ['adym']
9
+ }, {
10
+ denom: 'dym',
11
+ exponent: 18
12
+ }],
13
+ type_asset: 'sdk.coin',
14
+ base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
15
+ name: 'Dymension',
16
+ display: 'dym',
17
+ symbol: 'DYM',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
21
+ },
22
+ coingecko_id: 'dymension',
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
26
+ theme: {
27
+ primary_color_hex: '#f4e4d4'
28
+ }
29
+ }],
30
+ socials: {
31
+ website: 'https://portal.dymension.xyz',
32
+ twitter: 'https://twitter.com/dymension'
33
+ },
34
+ traces: [{
35
+ type: 'ibc',
36
+ counterparty: {
37
+ channel_id: 'channel-51',
38
+ base_denom: 'adym',
39
+ chain_name: 'dymension'
40
+ },
41
+ chain: {
42
+ channel_id: 'channel-0'
43
+ }
44
+ }]
45
+ }, {
46
+ description: 'The native governance and staking token of the Dymension Hub',
47
+ denom_units: [{
48
+ denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
49
+ exponent: 0,
50
+ aliases: ['adym']
51
+ }, {
52
+ denom: 'dym',
53
+ exponent: 18
54
+ }],
55
+ type_asset: 'sdk.coin',
56
+ base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
57
+ name: 'Dymension',
58
+ display: 'dym',
59
+ symbol: 'DYM',
60
+ logo_URIs: {
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
63
+ },
64
+ coingecko_id: 'dymension',
65
+ images: [{
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
68
+ theme: {
69
+ primary_color_hex: '#f4e4d4'
70
+ }
71
+ }],
72
+ socials: {
73
+ website: 'https://portal.dymension.xyz',
74
+ twitter: 'https://twitter.com/dymension'
75
+ },
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-51',
80
+ base_denom: 'adym',
81
+ chain_name: 'dymension'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-0'
85
+ }
86
+ }]
87
+ }]
88
+ };
89
+ export default assets;
@@ -90,7 +90,7 @@ const assets = {
90
90
  }]
91
91
  },
92
92
  {
93
- description: 'DVPN is the native token of the Sentinel Hub.',
93
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
94
94
  denom_units: [{
95
95
  denom: 'ibc/4C49BE4C3CE3E5FF53784FFF47CAF34D78925B23F3C60416A7A2A0D0A1D7135B',
96
96
  exponent: 0,
@@ -220,7 +220,7 @@ const assets = {
220
220
  }]
221
221
  },
222
222
  {
223
- description: 'DVPN is the native token of the Sentinel Hub.',
223
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
224
224
  denom_units: [{
225
225
  denom: 'ibc/4C49BE4C3CE3E5FF53784FFF47CAF34D78925B23F3C60416A7A2A0D0A1D7135B',
226
226
  exponent: 0,
@@ -1741,7 +1741,7 @@ const assets = {
1741
1741
  }]
1742
1742
  },
1743
1743
  {
1744
- description: 'The native staking token of Sei.',
1744
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
1745
1745
  denom_units: [{
1746
1746
  denom: 'ibc/C6E9743113F3CEEDBA77DD2716647E704CAD494EF7D92F47520C42525A23FD8E',
1747
1747
  exponent: 0,
@@ -2181,7 +2181,7 @@ const assets = {
2181
2181
  }]
2182
2182
  },
2183
2183
  {
2184
- description: 'The native staking token of Sei.',
2184
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
2185
2185
  denom_units: [{
2186
2186
  denom: 'ibc/C6E9743113F3CEEDBA77DD2716647E704CAD494EF7D92F47520C42525A23FD8E',
2187
2187
  exponent: 0,
@@ -9834,16 +9834,6 @@ const assets = {
9834
9834
  name: 'Astroport CW20 Token',
9835
9835
  display: 'astro.cw20',
9836
9836
  symbol: 'ASTRO.cw20',
9837
- logo_URIs: {
9838
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
9839
- },
9840
- images: [{
9841
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
9842
- }],
9843
- socials: {
9844
- website: 'https://astroport.fi/',
9845
- twitter: 'https://twitter.com/astroport_fi'
9846
- },
9847
9837
  traces: [{
9848
9838
  type: 'ibc-cw20',
9849
9839
  counterparty: {
@@ -9856,7 +9846,27 @@ const assets = {
9856
9846
  port: 'transfer',
9857
9847
  channel_id: 'channel-2'
9858
9848
  }
9859
- }]
9849
+ }],
9850
+ logo_URIs: {
9851
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
9852
+ },
9853
+ images: [{
9854
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
9855
+ }, {
9856
+ image_sync: {
9857
+ chain_name: 'neutron',
9858
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
9859
+ },
9860
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
9861
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
9862
+ theme: {
9863
+ primary_color_hex: '#4056e9'
9864
+ }
9865
+ }],
9866
+ socials: {
9867
+ website: 'https://astroport.fi/',
9868
+ twitter: 'https://twitter.com/astroport_fi'
9869
+ }
9860
9870
  },
9861
9871
  {
9862
9872
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -18325,16 +18335,6 @@ const assets = {
18325
18335
  name: 'Astroport CW20 Token',
18326
18336
  display: 'astro.cw20',
18327
18337
  symbol: 'ASTRO.cw20',
18328
- logo_URIs: {
18329
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
18330
- },
18331
- images: [{
18332
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
18333
- }],
18334
- socials: {
18335
- website: 'https://astroport.fi/',
18336
- twitter: 'https://twitter.com/astroport_fi'
18337
- },
18338
18338
  traces: [{
18339
18339
  type: 'ibc-cw20',
18340
18340
  counterparty: {
@@ -18347,7 +18347,27 @@ const assets = {
18347
18347
  port: 'transfer',
18348
18348
  channel_id: 'channel-2'
18349
18349
  }
18350
- }]
18350
+ }],
18351
+ logo_URIs: {
18352
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
18353
+ },
18354
+ images: [{
18355
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
18356
+ }, {
18357
+ image_sync: {
18358
+ chain_name: 'neutron',
18359
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
18360
+ },
18361
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
18362
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
18363
+ theme: {
18364
+ primary_color_hex: '#4056e9'
18365
+ }
18366
+ }],
18367
+ socials: {
18368
+ website: 'https://astroport.fi/',
18369
+ twitter: 'https://twitter.com/astroport_fi'
18370
+ }
18351
18371
  },
18352
18372
  {
18353
18373
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -2294,7 +2294,7 @@ const assets = {
2294
2294
  }]
2295
2295
  },
2296
2296
  {
2297
- description: 'The native staking token of Sei.',
2297
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
2298
2298
  denom_units: [{
2299
2299
  denom: 'ibc/41646AADED0E33983922676F54BF2B8FD31DE06BB02C72949FD4F34081A41073',
2300
2300
  exponent: 0,
@@ -2989,7 +2989,7 @@ const assets = {
2989
2989
  }]
2990
2990
  },
2991
2991
  {
2992
- description: 'The native staking token of Sei.',
2992
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
2993
2993
  denom_units: [{
2994
2994
  denom: 'ibc/41646AADED0E33983922676F54BF2B8FD31DE06BB02C72949FD4F34081A41073',
2995
2995
  exponent: 0,
@@ -3740,16 +3740,6 @@ const assets = {
3740
3740
  name: 'Astroport CW20 Token',
3741
3741
  display: 'astro.cw20',
3742
3742
  symbol: 'ASTRO.cw20',
3743
- logo_URIs: {
3744
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
3745
- },
3746
- images: [{
3747
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
3748
- }],
3749
- socials: {
3750
- website: 'https://astroport.fi/',
3751
- twitter: 'https://twitter.com/astroport_fi'
3752
- },
3753
3743
  traces: [{
3754
3744
  type: 'ibc-cw20',
3755
3745
  counterparty: {
@@ -3762,7 +3752,27 @@ const assets = {
3762
3752
  port: 'transfer',
3763
3753
  channel_id: 'channel-5'
3764
3754
  }
3765
- }]
3755
+ }],
3756
+ logo_URIs: {
3757
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
3758
+ },
3759
+ images: [{
3760
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
3761
+ }, {
3762
+ image_sync: {
3763
+ chain_name: 'neutron',
3764
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
3765
+ },
3766
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
3767
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
3768
+ theme: {
3769
+ primary_color_hex: '#4056e9'
3770
+ }
3771
+ }],
3772
+ socials: {
3773
+ website: 'https://astroport.fi/',
3774
+ twitter: 'https://twitter.com/astroport_fi'
3775
+ }
3766
3776
  },
3767
3777
  {
3768
3778
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -5167,16 +5177,6 @@ const assets = {
5167
5177
  name: 'Astroport CW20 Token',
5168
5178
  display: 'astro.cw20',
5169
5179
  symbol: 'ASTRO.cw20',
5170
- logo_URIs: {
5171
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
5172
- },
5173
- images: [{
5174
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
5175
- }],
5176
- socials: {
5177
- website: 'https://astroport.fi/',
5178
- twitter: 'https://twitter.com/astroport_fi'
5179
- },
5180
5180
  traces: [{
5181
5181
  type: 'ibc-cw20',
5182
5182
  counterparty: {
@@ -5189,7 +5189,27 @@ const assets = {
5189
5189
  port: 'transfer',
5190
5190
  channel_id: 'channel-5'
5191
5191
  }
5192
- }]
5192
+ }],
5193
+ logo_URIs: {
5194
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
5195
+ },
5196
+ images: [{
5197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
5198
+ }, {
5199
+ image_sync: {
5200
+ chain_name: 'neutron',
5201
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
5202
+ },
5203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
5204
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
5205
+ theme: {
5206
+ primary_color_hex: '#4056e9'
5207
+ }
5208
+ }],
5209
+ socials: {
5210
+ website: 'https://astroport.fi/',
5211
+ twitter: 'https://twitter.com/astroport_fi'
5212
+ }
5193
5213
  },
5194
5214
  {
5195
5215
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -3277,7 +3277,7 @@ const assets = {
3277
3277
  }]
3278
3278
  },
3279
3279
  {
3280
- description: 'The native staking token of Sei.',
3280
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
3281
3281
  denom_units: [{
3282
3282
  denom: 'ibc/61911671206AA9798E403274D78F3ED3CAD9CD66AD12255BF89824F640E9D24A',
3283
3283
  exponent: 0,
@@ -4041,7 +4041,7 @@ const assets = {
4041
4041
  }]
4042
4042
  },
4043
4043
  {
4044
- description: 'The native staking token of Sei.',
4044
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
4045
4045
  denom_units: [{
4046
4046
  denom: 'ibc/61911671206AA9798E403274D78F3ED3CAD9CD66AD12255BF89824F640E9D24A',
4047
4047
  exponent: 0,
@@ -1186,7 +1186,7 @@ const assets = {
1186
1186
  }]
1187
1187
  },
1188
1188
  {
1189
- description: 'The native staking token of Sei.',
1189
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
1190
1190
  denom_units: [{
1191
1191
  denom: 'ibc/D2847415B49E08A513E9C30268E601B09AAD1C7DB5E9D9FD156359C3781B8E9C',
1192
1192
  exponent: 0,
@@ -1393,7 +1393,7 @@ const assets = {
1393
1393
  }]
1394
1394
  },
1395
1395
  {
1396
- description: 'The native staking token of Sei.',
1396
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
1397
1397
  denom_units: [{
1398
1398
  denom: 'ibc/D2847415B49E08A513E9C30268E601B09AAD1C7DB5E9D9FD156359C3781B8E9C',
1399
1399
  exponent: 0,