@chain-registry/assets 1.64.23 → 1.64.25

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 (66) hide show
  1. package/esm/mainnet/akash.js +4 -4
  2. package/esm/mainnet/assets.js +3 -1
  3. package/esm/mainnet/axelar.js +2 -2
  4. package/esm/mainnet/carbon.js +42 -22
  5. package/esm/mainnet/composable.js +176 -0
  6. package/esm/mainnet/cosmoshub.js +6 -6
  7. package/esm/mainnet/cryptoorgchain.js +4 -4
  8. package/esm/mainnet/decentr.js +4 -4
  9. package/esm/mainnet/doravota.js +2 -2
  10. package/esm/mainnet/dymension.js +88 -0
  11. package/esm/mainnet/index.js +2 -0
  12. package/esm/mainnet/irisnet.js +4 -4
  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 +4 -4
  17. package/esm/mainnet/migaloo.js +44 -24
  18. package/esm/mainnet/neutaro.js +182 -0
  19. package/esm/mainnet/neutron.js +44 -24
  20. package/esm/mainnet/noble.js +2 -2
  21. package/esm/mainnet/nois.js +2 -2
  22. package/esm/mainnet/osmosis.js +196 -94
  23. package/esm/mainnet/persistence.js +4 -4
  24. package/esm/mainnet/planq.js +2 -2
  25. package/esm/mainnet/regen.js +4 -4
  26. package/esm/mainnet/secretnetwork.js +118 -92
  27. package/esm/mainnet/sifchain.js +4 -4
  28. package/esm/mainnet/starname.js +4 -4
  29. package/esm/mainnet/stride.js +2 -2
  30. package/esm/noncosmos/composablepolkadot.js +2 -0
  31. package/esm/testnet/archwaytestnet.js +16 -16
  32. package/mainnet/akash.js +4 -4
  33. package/mainnet/assets.js +3 -1
  34. package/mainnet/axelar.js +2 -2
  35. package/mainnet/carbon.js +42 -22
  36. package/mainnet/composable.js +176 -0
  37. package/mainnet/cosmoshub.js +6 -6
  38. package/mainnet/cryptoorgchain.js +4 -4
  39. package/mainnet/decentr.js +4 -4
  40. package/mainnet/doravota.js +2 -2
  41. package/mainnet/dymension.js +88 -0
  42. package/mainnet/index.d.ts +2 -0
  43. package/mainnet/index.js +4 -2
  44. package/mainnet/irisnet.js +4 -4
  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 +4 -4
  50. package/mainnet/migaloo.js +44 -24
  51. package/mainnet/neutaro.d.ts +3 -0
  52. package/mainnet/neutaro.js +184 -0
  53. package/mainnet/neutron.js +44 -24
  54. package/mainnet/noble.js +2 -2
  55. package/mainnet/nois.js +2 -2
  56. package/mainnet/osmosis.js +196 -94
  57. package/mainnet/persistence.js +4 -4
  58. package/mainnet/planq.js +2 -2
  59. package/mainnet/regen.js +4 -4
  60. package/mainnet/secretnetwork.js +118 -92
  61. package/mainnet/sifchain.js +4 -4
  62. package/mainnet/starname.js +4 -4
  63. package/mainnet/stride.js +2 -2
  64. package/noncosmos/composablepolkadot.js +2 -0
  65. package/package.json +5 -5
  66. package/testnet/archwaytestnet.js +16 -16
@@ -2296,7 +2296,7 @@ const assets = {
2296
2296
  }]
2297
2297
  },
2298
2298
  {
2299
- description: 'The native staking token of Sei.',
2299
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
2300
2300
  denom_units: [{
2301
2301
  denom: 'ibc/41646AADED0E33983922676F54BF2B8FD31DE06BB02C72949FD4F34081A41073',
2302
2302
  exponent: 0,
@@ -2991,7 +2991,7 @@ const assets = {
2991
2991
  }]
2992
2992
  },
2993
2993
  {
2994
- description: 'The native staking token of Sei.',
2994
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
2995
2995
  denom_units: [{
2996
2996
  denom: 'ibc/41646AADED0E33983922676F54BF2B8FD31DE06BB02C72949FD4F34081A41073',
2997
2997
  exponent: 0,
@@ -3742,16 +3742,6 @@ const assets = {
3742
3742
  name: 'Astroport CW20 Token',
3743
3743
  display: 'astro.cw20',
3744
3744
  symbol: 'ASTRO.cw20',
3745
- logo_URIs: {
3746
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
3747
- },
3748
- images: [{
3749
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
3750
- }],
3751
- socials: {
3752
- website: 'https://astroport.fi/',
3753
- twitter: 'https://twitter.com/astroport_fi'
3754
- },
3755
3745
  traces: [{
3756
3746
  type: 'ibc-cw20',
3757
3747
  counterparty: {
@@ -3764,7 +3754,27 @@ const assets = {
3764
3754
  port: 'transfer',
3765
3755
  channel_id: 'channel-5'
3766
3756
  }
3767
- }]
3757
+ }],
3758
+ logo_URIs: {
3759
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
3760
+ },
3761
+ images: [{
3762
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
3763
+ }, {
3764
+ image_sync: {
3765
+ chain_name: 'neutron',
3766
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
3767
+ },
3768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
3769
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
3770
+ theme: {
3771
+ primary_color_hex: '#4056e9'
3772
+ }
3773
+ }],
3774
+ socials: {
3775
+ website: 'https://astroport.fi/',
3776
+ twitter: 'https://twitter.com/astroport_fi'
3777
+ }
3768
3778
  },
3769
3779
  {
3770
3780
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -5169,16 +5179,6 @@ const assets = {
5169
5179
  name: 'Astroport CW20 Token',
5170
5180
  display: 'astro.cw20',
5171
5181
  symbol: 'ASTRO.cw20',
5172
- logo_URIs: {
5173
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
5174
- },
5175
- images: [{
5176
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
5177
- }],
5178
- socials: {
5179
- website: 'https://astroport.fi/',
5180
- twitter: 'https://twitter.com/astroport_fi'
5181
- },
5182
5182
  traces: [{
5183
5183
  type: 'ibc-cw20',
5184
5184
  counterparty: {
@@ -5191,7 +5191,27 @@ const assets = {
5191
5191
  port: 'transfer',
5192
5192
  channel_id: 'channel-5'
5193
5193
  }
5194
- }]
5194
+ }],
5195
+ logo_URIs: {
5196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
5197
+ },
5198
+ images: [{
5199
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
5200
+ }, {
5201
+ image_sync: {
5202
+ chain_name: 'neutron',
5203
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
5204
+ },
5205
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
5206
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
5207
+ theme: {
5208
+ primary_color_hex: '#4056e9'
5209
+ }
5210
+ }],
5211
+ socials: {
5212
+ website: 'https://astroport.fi/',
5213
+ twitter: 'https://twitter.com/astroport_fi'
5214
+ }
5195
5215
  },
5196
5216
  {
5197
5217
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
package/mainnet/noble.js CHANGED
@@ -3279,7 +3279,7 @@ const assets = {
3279
3279
  }]
3280
3280
  },
3281
3281
  {
3282
- description: 'The native staking token of Sei.',
3282
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
3283
3283
  denom_units: [{
3284
3284
  denom: 'ibc/61911671206AA9798E403274D78F3ED3CAD9CD66AD12255BF89824F640E9D24A',
3285
3285
  exponent: 0,
@@ -4043,7 +4043,7 @@ const assets = {
4043
4043
  }]
4044
4044
  },
4045
4045
  {
4046
- description: 'The native staking token of Sei.',
4046
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
4047
4047
  denom_units: [{
4048
4048
  denom: 'ibc/61911671206AA9798E403274D78F3ED3CAD9CD66AD12255BF89824F640E9D24A',
4049
4049
  exponent: 0,
package/mainnet/nois.js CHANGED
@@ -1188,7 +1188,7 @@ const assets = {
1188
1188
  }]
1189
1189
  },
1190
1190
  {
1191
- description: 'The native staking token of Sei.',
1191
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
1192
1192
  denom_units: [{
1193
1193
  denom: 'ibc/D2847415B49E08A513E9C30268E601B09AAD1C7DB5E9D9FD156359C3781B8E9C',
1194
1194
  exponent: 0,
@@ -1395,7 +1395,7 @@ const assets = {
1395
1395
  }]
1396
1396
  },
1397
1397
  {
1398
- description: 'The native staking token of Sei.',
1398
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
1399
1399
  denom_units: [{
1400
1400
  denom: 'ibc/D2847415B49E08A513E9C30268E601B09AAD1C7DB5E9D9FD156359C3781B8E9C',
1401
1401
  exponent: 0,
@@ -4200,6 +4200,44 @@ const assets = {
4200
4200
  }
4201
4201
  }]
4202
4202
  },
4203
+ {
4204
+ description: 'The native token of Neutaro',
4205
+ denom_units: [{
4206
+ denom: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
4207
+ exponent: 0,
4208
+ aliases: ['uneutaro']
4209
+ }, {
4210
+ denom: 'neutaro',
4211
+ exponent: 6
4212
+ }],
4213
+ base: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
4214
+ name: 'Neutaro',
4215
+ display: 'neutaro',
4216
+ symbol: 'NTMPI',
4217
+ logo_URIs: {
4218
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
4219
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
4220
+ },
4221
+ coingecko_id: 'neutaro',
4222
+ images: [{
4223
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
4224
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
4225
+ theme: {
4226
+ primary_color_hex: '#cbfb06'
4227
+ }
4228
+ }],
4229
+ traces: [{
4230
+ type: 'ibc',
4231
+ counterparty: {
4232
+ channel_id: 'channel-4',
4233
+ base_denom: 'uneutaro',
4234
+ chain_name: 'neutaro'
4235
+ },
4236
+ chain: {
4237
+ channel_id: 'channel-79092'
4238
+ }
4239
+ }]
4240
+ },
4203
4241
  {
4204
4242
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
4205
4243
  denom_units: [{
@@ -9271,6 +9309,44 @@ const assets = {
9271
9309
  }
9272
9310
  }]
9273
9311
  },
9312
+ {
9313
+ description: 'The native token of Neutaro',
9314
+ denom_units: [{
9315
+ denom: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
9316
+ exponent: 0,
9317
+ aliases: ['uneutaro']
9318
+ }, {
9319
+ denom: 'neutaro',
9320
+ exponent: 6
9321
+ }],
9322
+ base: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
9323
+ name: 'Neutaro',
9324
+ display: 'neutaro',
9325
+ symbol: 'NTMPI',
9326
+ logo_URIs: {
9327
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
9328
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
9329
+ },
9330
+ coingecko_id: 'neutaro',
9331
+ images: [{
9332
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
9333
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
9334
+ theme: {
9335
+ primary_color_hex: '#cbfb06'
9336
+ }
9337
+ }],
9338
+ traces: [{
9339
+ type: 'ibc',
9340
+ counterparty: {
9341
+ channel_id: 'channel-4',
9342
+ base_denom: 'uneutaro',
9343
+ chain_name: 'neutaro'
9344
+ },
9345
+ chain: {
9346
+ channel_id: 'channel-79092'
9347
+ }
9348
+ }]
9349
+ },
9274
9350
  {
9275
9351
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
9276
9352
  denom_units: [{
@@ -11067,7 +11143,7 @@ const assets = {
11067
11143
  }]
11068
11144
  },
11069
11145
  {
11070
- description: 'The native staking token of Sei.',
11146
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
11071
11147
  denom_units: [{
11072
11148
  denom: 'ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D',
11073
11149
  exponent: 0,
@@ -11184,7 +11260,7 @@ const assets = {
11184
11260
  }]
11185
11261
  },
11186
11262
  {
11187
- description: 'DVPN is the native token of the Sentinel Hub.',
11263
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
11188
11264
  denom_units: [{
11189
11265
  denom: 'ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84',
11190
11266
  exponent: 0,
@@ -11211,7 +11287,7 @@ const assets = {
11211
11287
  }],
11212
11288
  socials: {
11213
11289
  website: 'https://www.sentinel.co/',
11214
- twitter: 'https://twitter.com/SentinelVPN'
11290
+ twitter: 'https://x.com/SentinelDVPN'
11215
11291
  },
11216
11292
  traces: [{
11217
11293
  type: 'ibc',
@@ -13933,7 +14009,7 @@ const assets = {
13933
14009
  }]
13934
14010
  },
13935
14011
  {
13936
- description: 'The native staking token of Sei.',
14012
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
13937
14013
  denom_units: [{
13938
14014
  denom: 'ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D',
13939
14015
  exponent: 0,
@@ -14050,7 +14126,7 @@ const assets = {
14050
14126
  }]
14051
14127
  },
14052
14128
  {
14053
- description: 'DVPN is the native token of the Sentinel Hub.',
14129
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
14054
14130
  denom_units: [{
14055
14131
  denom: 'ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84',
14056
14132
  exponent: 0,
@@ -14077,7 +14153,7 @@ const assets = {
14077
14153
  }],
14078
14154
  socials: {
14079
14155
  website: 'https://www.sentinel.co/',
14080
- twitter: 'https://twitter.com/SentinelVPN'
14156
+ twitter: 'https://x.com/SentinelDVPN'
14081
14157
  },
14082
14158
  traces: [{
14083
14159
  type: 'ibc',
@@ -16096,18 +16172,6 @@ const assets = {
16096
16172
  name: 'Racoon',
16097
16173
  display: 'rac',
16098
16174
  symbol: 'RAC',
16099
- logo_URIs: {
16100
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
16101
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
16102
- },
16103
- coingecko_id: 'racoon',
16104
- images: [{
16105
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
16106
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
16107
- theme: {
16108
- primary_color_hex: '#070f0e'
16109
- }
16110
- }],
16111
16175
  traces: [{
16112
16176
  type: 'ibc-cw20',
16113
16177
  counterparty: {
@@ -16120,6 +16184,18 @@ const assets = {
16120
16184
  port: 'transfer',
16121
16185
  channel_id: 'channel-169'
16122
16186
  }
16187
+ }],
16188
+ logo_URIs: {
16189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
16190
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
16191
+ },
16192
+ coingecko_id: 'racoon',
16193
+ images: [{
16194
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
16195
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
16196
+ theme: {
16197
+ primary_color_hex: '#070f0e'
16198
+ }
16123
16199
  }]
16124
16200
  },
16125
16201
  {
@@ -16413,17 +16489,6 @@ const assets = {
16413
16489
  name: 'Gelotto',
16414
16490
  display: 'glto',
16415
16491
  symbol: 'GLTO',
16416
- logo_URIs: {
16417
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
16418
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
16419
- },
16420
- images: [{
16421
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
16422
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg',
16423
- theme: {
16424
- primary_color_hex: '#501cad'
16425
- }
16426
- }],
16427
16492
  traces: [{
16428
16493
  type: 'ibc-cw20',
16429
16494
  counterparty: {
@@ -16436,6 +16501,21 @@ const assets = {
16436
16501
  port: 'transfer',
16437
16502
  channel_id: 'channel-169'
16438
16503
  }
16504
+ }],
16505
+ logo_URIs: {
16506
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
16507
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
16508
+ },
16509
+ images: [{
16510
+ image_sync: {
16511
+ chain_name: 'ethereum',
16512
+ base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
16513
+ },
16514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
16515
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
16516
+ theme: {
16517
+ primary_color_hex: '#501cad'
16518
+ }
16439
16519
  }]
16440
16520
  },
16441
16521
  {
@@ -16779,16 +16859,6 @@ const assets = {
16779
16859
  name: 'FURY.legacy',
16780
16860
  display: 'fury',
16781
16861
  symbol: 'FURY.legacy',
16782
- logo_URIs: {
16783
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
16784
- },
16785
- coingecko_id: 'fanfury',
16786
- images: [{
16787
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
16788
- theme: {
16789
- primary_color_hex: '#14045c'
16790
- }
16791
- }],
16792
16862
  traces: [{
16793
16863
  type: 'ibc-cw20',
16794
16864
  counterparty: {
@@ -16801,6 +16871,15 @@ const assets = {
16801
16871
  port: 'transfer',
16802
16872
  channel_id: 'channel-169'
16803
16873
  }
16874
+ }],
16875
+ logo_URIs: {
16876
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
16877
+ },
16878
+ images: [{
16879
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
16880
+ theme: {
16881
+ primary_color_hex: '#14045c'
16882
+ }
16804
16883
  }]
16805
16884
  },
16806
16885
  {
@@ -18988,18 +19067,6 @@ const assets = {
18988
19067
  name: 'Racoon',
18989
19068
  display: 'rac',
18990
19069
  symbol: 'RAC',
18991
- logo_URIs: {
18992
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
18993
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
18994
- },
18995
- coingecko_id: 'racoon',
18996
- images: [{
18997
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
18998
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
18999
- theme: {
19000
- primary_color_hex: '#070f0e'
19001
- }
19002
- }],
19003
19070
  traces: [{
19004
19071
  type: 'ibc-cw20',
19005
19072
  counterparty: {
@@ -19012,6 +19079,18 @@ const assets = {
19012
19079
  port: 'transfer',
19013
19080
  channel_id: 'channel-169'
19014
19081
  }
19082
+ }],
19083
+ logo_URIs: {
19084
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
19085
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
19086
+ },
19087
+ coingecko_id: 'racoon',
19088
+ images: [{
19089
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
19090
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
19091
+ theme: {
19092
+ primary_color_hex: '#070f0e'
19093
+ }
19015
19094
  }]
19016
19095
  },
19017
19096
  {
@@ -19305,17 +19384,6 @@ const assets = {
19305
19384
  name: 'Gelotto',
19306
19385
  display: 'glto',
19307
19386
  symbol: 'GLTO',
19308
- logo_URIs: {
19309
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
19310
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
19311
- },
19312
- images: [{
19313
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
19314
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg',
19315
- theme: {
19316
- primary_color_hex: '#501cad'
19317
- }
19318
- }],
19319
19387
  traces: [{
19320
19388
  type: 'ibc-cw20',
19321
19389
  counterparty: {
@@ -19328,6 +19396,21 @@ const assets = {
19328
19396
  port: 'transfer',
19329
19397
  channel_id: 'channel-169'
19330
19398
  }
19399
+ }],
19400
+ logo_URIs: {
19401
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
19402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
19403
+ },
19404
+ images: [{
19405
+ image_sync: {
19406
+ chain_name: 'ethereum',
19407
+ base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
19408
+ },
19409
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
19410
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
19411
+ theme: {
19412
+ primary_color_hex: '#501cad'
19413
+ }
19331
19414
  }]
19332
19415
  },
19333
19416
  {
@@ -19671,16 +19754,6 @@ const assets = {
19671
19754
  name: 'FURY.legacy',
19672
19755
  display: 'fury',
19673
19756
  symbol: 'FURY.legacy',
19674
- logo_URIs: {
19675
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
19676
- },
19677
- coingecko_id: 'fanfury',
19678
- images: [{
19679
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
19680
- theme: {
19681
- primary_color_hex: '#14045c'
19682
- }
19683
- }],
19684
19757
  traces: [{
19685
19758
  type: 'ibc-cw20',
19686
19759
  counterparty: {
@@ -19693,6 +19766,15 @@ const assets = {
19693
19766
  port: 'transfer',
19694
19767
  channel_id: 'channel-169'
19695
19768
  }
19769
+ }],
19770
+ logo_URIs: {
19771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
19772
+ },
19773
+ images: [{
19774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
19775
+ theme: {
19776
+ primary_color_hex: '#14045c'
19777
+ }
19696
19778
  }]
19697
19779
  },
19698
19780
  {
@@ -29116,16 +29198,6 @@ const assets = {
29116
29198
  name: 'Astroport CW20 Token',
29117
29199
  display: 'astro.cw20',
29118
29200
  symbol: 'ASTRO.cw20',
29119
- logo_URIs: {
29120
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
29121
- },
29122
- images: [{
29123
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
29124
- }],
29125
- socials: {
29126
- website: 'https://astroport.fi/',
29127
- twitter: 'https://twitter.com/astroport_fi'
29128
- },
29129
29201
  traces: [{
29130
29202
  type: 'ibc-cw20',
29131
29203
  counterparty: {
@@ -29138,7 +29210,27 @@ const assets = {
29138
29210
  port: 'transfer',
29139
29211
  channel_id: 'channel-559'
29140
29212
  }
29141
- }]
29213
+ }],
29214
+ logo_URIs: {
29215
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
29216
+ },
29217
+ images: [{
29218
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
29219
+ }, {
29220
+ image_sync: {
29221
+ chain_name: 'neutron',
29222
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
29223
+ },
29224
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
29225
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
29226
+ theme: {
29227
+ primary_color_hex: '#4056e9'
29228
+ }
29229
+ }],
29230
+ socials: {
29231
+ website: 'https://astroport.fi/',
29232
+ twitter: 'https://twitter.com/astroport_fi'
29233
+ }
29142
29234
  },
29143
29235
  {
29144
29236
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -37607,16 +37699,6 @@ const assets = {
37607
37699
  name: 'Astroport CW20 Token',
37608
37700
  display: 'astro.cw20',
37609
37701
  symbol: 'ASTRO.cw20',
37610
- logo_URIs: {
37611
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
37612
- },
37613
- images: [{
37614
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
37615
- }],
37616
- socials: {
37617
- website: 'https://astroport.fi/',
37618
- twitter: 'https://twitter.com/astroport_fi'
37619
- },
37620
37702
  traces: [{
37621
37703
  type: 'ibc-cw20',
37622
37704
  counterparty: {
@@ -37629,7 +37711,27 @@ const assets = {
37629
37711
  port: 'transfer',
37630
37712
  channel_id: 'channel-559'
37631
37713
  }
37632
- }]
37714
+ }],
37715
+ logo_URIs: {
37716
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
37717
+ },
37718
+ images: [{
37719
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
37720
+ }, {
37721
+ image_sync: {
37722
+ chain_name: 'neutron',
37723
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
37724
+ },
37725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
37726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
37727
+ theme: {
37728
+ primary_color_hex: '#4056e9'
37729
+ }
37730
+ }],
37731
+ socials: {
37732
+ website: 'https://astroport.fi/',
37733
+ twitter: 'https://twitter.com/astroport_fi'
37734
+ }
37633
37735
  },
37634
37736
  {
37635
37737
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -3091,7 +3091,7 @@ const assets = {
3091
3091
  }]
3092
3092
  },
3093
3093
  {
3094
- description: 'DVPN is the native token of the Sentinel Hub.',
3094
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
3095
3095
  denom_units: [{
3096
3096
  denom: 'ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04',
3097
3097
  exponent: 0,
@@ -3118,7 +3118,7 @@ const assets = {
3118
3118
  }],
3119
3119
  socials: {
3120
3120
  website: 'https://www.sentinel.co/',
3121
- twitter: 'https://twitter.com/SentinelVPN'
3121
+ twitter: 'https://x.com/SentinelDVPN'
3122
3122
  },
3123
3123
  traces: [{
3124
3124
  type: 'ibc',
@@ -3498,7 +3498,7 @@ const assets = {
3498
3498
  }]
3499
3499
  },
3500
3500
  {
3501
- description: 'DVPN is the native token of the Sentinel Hub.',
3501
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
3502
3502
  denom_units: [{
3503
3503
  denom: 'ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04',
3504
3504
  exponent: 0,
@@ -3525,7 +3525,7 @@ const assets = {
3525
3525
  }],
3526
3526
  socials: {
3527
3527
  website: 'https://www.sentinel.co/',
3528
- twitter: 'https://twitter.com/SentinelVPN'
3528
+ twitter: 'https://x.com/SentinelDVPN'
3529
3529
  },
3530
3530
  traces: [{
3531
3531
  type: 'ibc',
package/mainnet/planq.js CHANGED
@@ -752,7 +752,7 @@ const assets = {
752
752
  }]
753
753
  },
754
754
  {
755
- description: 'The native staking token of Sei.',
755
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
756
756
  denom_units: [{
757
757
  denom: 'ibc/471CADC899528CAA2E5EFA54B18D95AA1EFEF6D6061F527233003EE11A2CCE97',
758
758
  exponent: 0,
@@ -871,7 +871,7 @@ const assets = {
871
871
  }]
872
872
  },
873
873
  {
874
- description: 'The native staking token of Sei.',
874
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
875
875
  denom_units: [{
876
876
  denom: 'ibc/471CADC899528CAA2E5EFA54B18D95AA1EFEF6D6061F527233003EE11A2CCE97',
877
877
  exponent: 0,