@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
@@ -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,
@@ -4198,6 +4198,44 @@ const assets = {
4198
4198
  }
4199
4199
  }]
4200
4200
  },
4201
+ {
4202
+ description: 'The native token of Neutaro',
4203
+ denom_units: [{
4204
+ denom: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
4205
+ exponent: 0,
4206
+ aliases: ['uneutaro']
4207
+ }, {
4208
+ denom: 'neutaro',
4209
+ exponent: 6
4210
+ }],
4211
+ base: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
4212
+ name: 'Neutaro',
4213
+ display: 'neutaro',
4214
+ symbol: 'NTMPI',
4215
+ logo_URIs: {
4216
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
4217
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
4218
+ },
4219
+ coingecko_id: 'neutaro',
4220
+ images: [{
4221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
4222
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
4223
+ theme: {
4224
+ primary_color_hex: '#cbfb06'
4225
+ }
4226
+ }],
4227
+ traces: [{
4228
+ type: 'ibc',
4229
+ counterparty: {
4230
+ channel_id: 'channel-4',
4231
+ base_denom: 'uneutaro',
4232
+ chain_name: 'neutaro'
4233
+ },
4234
+ chain: {
4235
+ channel_id: 'channel-79092'
4236
+ }
4237
+ }]
4238
+ },
4201
4239
  {
4202
4240
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
4203
4241
  denom_units: [{
@@ -9269,6 +9307,44 @@ const assets = {
9269
9307
  }
9270
9308
  }]
9271
9309
  },
9310
+ {
9311
+ description: 'The native token of Neutaro',
9312
+ denom_units: [{
9313
+ denom: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
9314
+ exponent: 0,
9315
+ aliases: ['uneutaro']
9316
+ }, {
9317
+ denom: 'neutaro',
9318
+ exponent: 6
9319
+ }],
9320
+ base: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
9321
+ name: 'Neutaro',
9322
+ display: 'neutaro',
9323
+ symbol: 'NTMPI',
9324
+ logo_URIs: {
9325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
9326
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
9327
+ },
9328
+ coingecko_id: 'neutaro',
9329
+ images: [{
9330
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
9331
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
9332
+ theme: {
9333
+ primary_color_hex: '#cbfb06'
9334
+ }
9335
+ }],
9336
+ traces: [{
9337
+ type: 'ibc',
9338
+ counterparty: {
9339
+ channel_id: 'channel-4',
9340
+ base_denom: 'uneutaro',
9341
+ chain_name: 'neutaro'
9342
+ },
9343
+ chain: {
9344
+ channel_id: 'channel-79092'
9345
+ }
9346
+ }]
9347
+ },
9272
9348
  {
9273
9349
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
9274
9350
  denom_units: [{
@@ -11065,7 +11141,7 @@ const assets = {
11065
11141
  }]
11066
11142
  },
11067
11143
  {
11068
- description: 'The native staking token of Sei.',
11144
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
11069
11145
  denom_units: [{
11070
11146
  denom: 'ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D',
11071
11147
  exponent: 0,
@@ -11182,7 +11258,7 @@ const assets = {
11182
11258
  }]
11183
11259
  },
11184
11260
  {
11185
- description: 'DVPN is the native token of the Sentinel Hub.',
11261
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
11186
11262
  denom_units: [{
11187
11263
  denom: 'ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84',
11188
11264
  exponent: 0,
@@ -11209,7 +11285,7 @@ const assets = {
11209
11285
  }],
11210
11286
  socials: {
11211
11287
  website: 'https://www.sentinel.co/',
11212
- twitter: 'https://twitter.com/SentinelVPN'
11288
+ twitter: 'https://x.com/SentinelDVPN'
11213
11289
  },
11214
11290
  traces: [{
11215
11291
  type: 'ibc',
@@ -13931,7 +14007,7 @@ const assets = {
13931
14007
  }]
13932
14008
  },
13933
14009
  {
13934
- description: 'The native staking token of Sei.',
14010
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
13935
14011
  denom_units: [{
13936
14012
  denom: 'ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D',
13937
14013
  exponent: 0,
@@ -14048,7 +14124,7 @@ const assets = {
14048
14124
  }]
14049
14125
  },
14050
14126
  {
14051
- description: 'DVPN is the native token of the Sentinel Hub.',
14127
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
14052
14128
  denom_units: [{
14053
14129
  denom: 'ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84',
14054
14130
  exponent: 0,
@@ -14075,7 +14151,7 @@ const assets = {
14075
14151
  }],
14076
14152
  socials: {
14077
14153
  website: 'https://www.sentinel.co/',
14078
- twitter: 'https://twitter.com/SentinelVPN'
14154
+ twitter: 'https://x.com/SentinelDVPN'
14079
14155
  },
14080
14156
  traces: [{
14081
14157
  type: 'ibc',
@@ -16094,18 +16170,6 @@ const assets = {
16094
16170
  name: 'Racoon',
16095
16171
  display: 'rac',
16096
16172
  symbol: 'RAC',
16097
- logo_URIs: {
16098
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
16099
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
16100
- },
16101
- coingecko_id: 'racoon',
16102
- images: [{
16103
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
16104
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
16105
- theme: {
16106
- primary_color_hex: '#070f0e'
16107
- }
16108
- }],
16109
16173
  traces: [{
16110
16174
  type: 'ibc-cw20',
16111
16175
  counterparty: {
@@ -16118,6 +16182,18 @@ const assets = {
16118
16182
  port: 'transfer',
16119
16183
  channel_id: 'channel-169'
16120
16184
  }
16185
+ }],
16186
+ logo_URIs: {
16187
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
16188
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
16189
+ },
16190
+ coingecko_id: 'racoon',
16191
+ images: [{
16192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
16193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
16194
+ theme: {
16195
+ primary_color_hex: '#070f0e'
16196
+ }
16121
16197
  }]
16122
16198
  },
16123
16199
  {
@@ -16411,17 +16487,6 @@ const assets = {
16411
16487
  name: 'Gelotto',
16412
16488
  display: 'glto',
16413
16489
  symbol: 'GLTO',
16414
- logo_URIs: {
16415
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
16416
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
16417
- },
16418
- images: [{
16419
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
16420
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg',
16421
- theme: {
16422
- primary_color_hex: '#501cad'
16423
- }
16424
- }],
16425
16490
  traces: [{
16426
16491
  type: 'ibc-cw20',
16427
16492
  counterparty: {
@@ -16434,6 +16499,21 @@ const assets = {
16434
16499
  port: 'transfer',
16435
16500
  channel_id: 'channel-169'
16436
16501
  }
16502
+ }],
16503
+ logo_URIs: {
16504
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
16505
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
16506
+ },
16507
+ images: [{
16508
+ image_sync: {
16509
+ chain_name: 'ethereum',
16510
+ base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
16511
+ },
16512
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
16513
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
16514
+ theme: {
16515
+ primary_color_hex: '#501cad'
16516
+ }
16437
16517
  }]
16438
16518
  },
16439
16519
  {
@@ -16777,16 +16857,6 @@ const assets = {
16777
16857
  name: 'FURY.legacy',
16778
16858
  display: 'fury',
16779
16859
  symbol: 'FURY.legacy',
16780
- logo_URIs: {
16781
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
16782
- },
16783
- coingecko_id: 'fanfury',
16784
- images: [{
16785
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
16786
- theme: {
16787
- primary_color_hex: '#14045c'
16788
- }
16789
- }],
16790
16860
  traces: [{
16791
16861
  type: 'ibc-cw20',
16792
16862
  counterparty: {
@@ -16799,6 +16869,15 @@ const assets = {
16799
16869
  port: 'transfer',
16800
16870
  channel_id: 'channel-169'
16801
16871
  }
16872
+ }],
16873
+ logo_URIs: {
16874
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
16875
+ },
16876
+ images: [{
16877
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
16878
+ theme: {
16879
+ primary_color_hex: '#14045c'
16880
+ }
16802
16881
  }]
16803
16882
  },
16804
16883
  {
@@ -18986,18 +19065,6 @@ const assets = {
18986
19065
  name: 'Racoon',
18987
19066
  display: 'rac',
18988
19067
  symbol: 'RAC',
18989
- logo_URIs: {
18990
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
18991
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
18992
- },
18993
- coingecko_id: 'racoon',
18994
- images: [{
18995
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
18996
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
18997
- theme: {
18998
- primary_color_hex: '#070f0e'
18999
- }
19000
- }],
19001
19068
  traces: [{
19002
19069
  type: 'ibc-cw20',
19003
19070
  counterparty: {
@@ -19010,6 +19077,18 @@ const assets = {
19010
19077
  port: 'transfer',
19011
19078
  channel_id: 'channel-169'
19012
19079
  }
19080
+ }],
19081
+ logo_URIs: {
19082
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
19083
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
19084
+ },
19085
+ coingecko_id: 'racoon',
19086
+ images: [{
19087
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
19088
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
19089
+ theme: {
19090
+ primary_color_hex: '#070f0e'
19091
+ }
19013
19092
  }]
19014
19093
  },
19015
19094
  {
@@ -19303,17 +19382,6 @@ const assets = {
19303
19382
  name: 'Gelotto',
19304
19383
  display: 'glto',
19305
19384
  symbol: 'GLTO',
19306
- logo_URIs: {
19307
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
19308
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
19309
- },
19310
- images: [{
19311
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
19312
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg',
19313
- theme: {
19314
- primary_color_hex: '#501cad'
19315
- }
19316
- }],
19317
19385
  traces: [{
19318
19386
  type: 'ibc-cw20',
19319
19387
  counterparty: {
@@ -19326,6 +19394,21 @@ const assets = {
19326
19394
  port: 'transfer',
19327
19395
  channel_id: 'channel-169'
19328
19396
  }
19397
+ }],
19398
+ logo_URIs: {
19399
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
19400
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
19401
+ },
19402
+ images: [{
19403
+ image_sync: {
19404
+ chain_name: 'ethereum',
19405
+ base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
19406
+ },
19407
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
19408
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
19409
+ theme: {
19410
+ primary_color_hex: '#501cad'
19411
+ }
19329
19412
  }]
19330
19413
  },
19331
19414
  {
@@ -19669,16 +19752,6 @@ const assets = {
19669
19752
  name: 'FURY.legacy',
19670
19753
  display: 'fury',
19671
19754
  symbol: 'FURY.legacy',
19672
- logo_URIs: {
19673
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
19674
- },
19675
- coingecko_id: 'fanfury',
19676
- images: [{
19677
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
19678
- theme: {
19679
- primary_color_hex: '#14045c'
19680
- }
19681
- }],
19682
19755
  traces: [{
19683
19756
  type: 'ibc-cw20',
19684
19757
  counterparty: {
@@ -19691,6 +19764,15 @@ const assets = {
19691
19764
  port: 'transfer',
19692
19765
  channel_id: 'channel-169'
19693
19766
  }
19767
+ }],
19768
+ logo_URIs: {
19769
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
19770
+ },
19771
+ images: [{
19772
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
19773
+ theme: {
19774
+ primary_color_hex: '#14045c'
19775
+ }
19694
19776
  }]
19695
19777
  },
19696
19778
  {
@@ -29114,16 +29196,6 @@ const assets = {
29114
29196
  name: 'Astroport CW20 Token',
29115
29197
  display: 'astro.cw20',
29116
29198
  symbol: 'ASTRO.cw20',
29117
- logo_URIs: {
29118
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
29119
- },
29120
- images: [{
29121
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
29122
- }],
29123
- socials: {
29124
- website: 'https://astroport.fi/',
29125
- twitter: 'https://twitter.com/astroport_fi'
29126
- },
29127
29199
  traces: [{
29128
29200
  type: 'ibc-cw20',
29129
29201
  counterparty: {
@@ -29136,7 +29208,27 @@ const assets = {
29136
29208
  port: 'transfer',
29137
29209
  channel_id: 'channel-559'
29138
29210
  }
29139
- }]
29211
+ }],
29212
+ logo_URIs: {
29213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
29214
+ },
29215
+ images: [{
29216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
29217
+ }, {
29218
+ image_sync: {
29219
+ chain_name: 'neutron',
29220
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
29221
+ },
29222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
29223
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
29224
+ theme: {
29225
+ primary_color_hex: '#4056e9'
29226
+ }
29227
+ }],
29228
+ socials: {
29229
+ website: 'https://astroport.fi/',
29230
+ twitter: 'https://twitter.com/astroport_fi'
29231
+ }
29140
29232
  },
29141
29233
  {
29142
29234
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -37605,16 +37697,6 @@ const assets = {
37605
37697
  name: 'Astroport CW20 Token',
37606
37698
  display: 'astro.cw20',
37607
37699
  symbol: 'ASTRO.cw20',
37608
- logo_URIs: {
37609
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
37610
- },
37611
- images: [{
37612
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
37613
- }],
37614
- socials: {
37615
- website: 'https://astroport.fi/',
37616
- twitter: 'https://twitter.com/astroport_fi'
37617
- },
37618
37700
  traces: [{
37619
37701
  type: 'ibc-cw20',
37620
37702
  counterparty: {
@@ -37627,7 +37709,27 @@ const assets = {
37627
37709
  port: 'transfer',
37628
37710
  channel_id: 'channel-559'
37629
37711
  }
37630
- }]
37712
+ }],
37713
+ logo_URIs: {
37714
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
37715
+ },
37716
+ images: [{
37717
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
37718
+ }, {
37719
+ image_sync: {
37720
+ chain_name: 'neutron',
37721
+ base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
37722
+ },
37723
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
37724
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
37725
+ theme: {
37726
+ primary_color_hex: '#4056e9'
37727
+ }
37728
+ }],
37729
+ socials: {
37730
+ website: 'https://astroport.fi/',
37731
+ twitter: 'https://twitter.com/astroport_fi'
37732
+ }
37631
37733
  },
37632
37734
  {
37633
37735
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -3089,7 +3089,7 @@ const assets = {
3089
3089
  }]
3090
3090
  },
3091
3091
  {
3092
- description: 'DVPN is the native token of the Sentinel Hub.',
3092
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
3093
3093
  denom_units: [{
3094
3094
  denom: 'ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04',
3095
3095
  exponent: 0,
@@ -3116,7 +3116,7 @@ const assets = {
3116
3116
  }],
3117
3117
  socials: {
3118
3118
  website: 'https://www.sentinel.co/',
3119
- twitter: 'https://twitter.com/SentinelVPN'
3119
+ twitter: 'https://x.com/SentinelDVPN'
3120
3120
  },
3121
3121
  traces: [{
3122
3122
  type: 'ibc',
@@ -3496,7 +3496,7 @@ const assets = {
3496
3496
  }]
3497
3497
  },
3498
3498
  {
3499
- description: 'DVPN is the native token of the Sentinel Hub.',
3499
+ description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
3500
3500
  denom_units: [{
3501
3501
  denom: 'ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04',
3502
3502
  exponent: 0,
@@ -3523,7 +3523,7 @@ const assets = {
3523
3523
  }],
3524
3524
  socials: {
3525
3525
  website: 'https://www.sentinel.co/',
3526
- twitter: 'https://twitter.com/SentinelVPN'
3526
+ twitter: 'https://x.com/SentinelDVPN'
3527
3527
  },
3528
3528
  traces: [{
3529
3529
  type: 'ibc',
@@ -750,7 +750,7 @@ const assets = {
750
750
  }]
751
751
  },
752
752
  {
753
- description: 'The native staking token of Sei.',
753
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
754
754
  denom_units: [{
755
755
  denom: 'ibc/471CADC899528CAA2E5EFA54B18D95AA1EFEF6D6061F527233003EE11A2CCE97',
756
756
  exponent: 0,
@@ -869,7 +869,7 @@ const assets = {
869
869
  }]
870
870
  },
871
871
  {
872
- description: 'The native staking token of Sei.',
872
+ description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
873
873
  denom_units: [{
874
874
  denom: 'ibc/471CADC899528CAA2E5EFA54B18D95AA1EFEF6D6061F527233003EE11A2CCE97',
875
875
  exponent: 0,