@chain-registry/assets 1.70.106 → 1.70.108

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 (40) hide show
  1. package/README.md +15 -12
  2. package/esm/mainnet/agoric.js +84 -0
  3. package/esm/mainnet/axelar.js +8 -8
  4. package/esm/mainnet/celestia.js +84 -0
  5. package/esm/mainnet/cosmoshub.js +24 -24
  6. package/esm/mainnet/dydx.js +84 -0
  7. package/esm/mainnet/injective.js +108 -24
  8. package/esm/mainnet/int3face.js +306 -0
  9. package/esm/mainnet/jackal.js +8 -8
  10. package/esm/mainnet/neutron.js +80 -0
  11. package/esm/mainnet/noble.js +24 -24
  12. package/esm/mainnet/omniflixhub.js +84 -0
  13. package/esm/mainnet/osmosis.js +24 -24
  14. package/esm/mainnet/quicksilver.js +1528 -168
  15. package/esm/mainnet/saga.js +84 -0
  16. package/esm/mainnet/sommelier.js +84 -0
  17. package/esm/mainnet/terra2.js +108 -24
  18. package/esm/mainnet/xion.js +84 -0
  19. package/esm/testnet/axelartestnet.js +140 -0
  20. package/esm/testnet/manifesttestnet.js +72 -0
  21. package/mainnet/agoric.js +84 -0
  22. package/mainnet/axelar.js +8 -8
  23. package/mainnet/celestia.js +84 -0
  24. package/mainnet/cosmoshub.js +24 -24
  25. package/mainnet/dydx.js +84 -0
  26. package/mainnet/injective.js +108 -24
  27. package/mainnet/int3face.js +306 -0
  28. package/mainnet/jackal.js +8 -8
  29. package/mainnet/neutron.js +80 -0
  30. package/mainnet/noble.js +24 -24
  31. package/mainnet/omniflixhub.js +84 -0
  32. package/mainnet/osmosis.js +24 -24
  33. package/mainnet/quicksilver.js +1528 -168
  34. package/mainnet/saga.js +84 -0
  35. package/mainnet/sommelier.js +84 -0
  36. package/mainnet/terra2.js +108 -24
  37. package/mainnet/xion.js +84 -0
  38. package/package.json +5 -5
  39. package/testnet/axelartestnet.js +140 -0
  40. package/testnet/manifesttestnet.js +72 -0
@@ -370,6 +370,48 @@ const assets = {
370
370
  }
371
371
  }]
372
372
  },
373
+ {
374
+ description: 'QCK - native token of Quicksilver',
375
+ denom_units: [{
376
+ denom: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F',
377
+ exponent: 0,
378
+ aliases: ['uqck']
379
+ }, {
380
+ denom: 'qck',
381
+ exponent: 6,
382
+ aliases: []
383
+ }],
384
+ base: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F',
385
+ name: 'Quicksilver',
386
+ display: 'qck',
387
+ symbol: 'QCK',
388
+ logo_URIs: {
389
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
390
+ },
391
+ coingecko_id: 'quicksilver',
392
+ images: [{
393
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
394
+ theme: {
395
+ primary_color_hex: '#b2b2b2'
396
+ }
397
+ }],
398
+ socials: {
399
+ website: 'https://quicksilver.zone/',
400
+ twitter: 'https://twitter.com/quicksilverzone'
401
+ },
402
+ type_asset: 'sdk.coin',
403
+ traces: [{
404
+ type: 'ibc',
405
+ counterparty: {
406
+ channel_id: 'channel-170',
407
+ base_denom: 'uqck',
408
+ chain_name: 'quicksilver'
409
+ },
410
+ chain: {
411
+ channel_id: 'channel-18'
412
+ }
413
+ }]
414
+ },
373
415
  {
374
416
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
375
417
  denom_units: [{
@@ -739,6 +781,48 @@ const assets = {
739
781
  }
740
782
  }]
741
783
  },
784
+ {
785
+ description: 'QCK - native token of Quicksilver',
786
+ denom_units: [{
787
+ denom: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F',
788
+ exponent: 0,
789
+ aliases: ['uqck']
790
+ }, {
791
+ denom: 'qck',
792
+ exponent: 6,
793
+ aliases: []
794
+ }],
795
+ base: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F',
796
+ name: 'Quicksilver',
797
+ display: 'qck',
798
+ symbol: 'QCK',
799
+ logo_URIs: {
800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
801
+ },
802
+ coingecko_id: 'quicksilver',
803
+ images: [{
804
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
805
+ theme: {
806
+ primary_color_hex: '#b2b2b2'
807
+ }
808
+ }],
809
+ socials: {
810
+ website: 'https://quicksilver.zone/',
811
+ twitter: 'https://twitter.com/quicksilverzone'
812
+ },
813
+ type_asset: 'sdk.coin',
814
+ traces: [{
815
+ type: 'ibc',
816
+ counterparty: {
817
+ channel_id: 'channel-170',
818
+ base_denom: 'uqck',
819
+ chain_name: 'quicksilver'
820
+ },
821
+ chain: {
822
+ channel_id: 'channel-18'
823
+ }
824
+ }]
825
+ },
742
826
  {
743
827
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
744
828
  denom_units: [{
@@ -498,6 +498,48 @@ const assets = {
498
498
  }
499
499
  }]
500
500
  },
501
+ {
502
+ description: 'QCK - native token of Quicksilver',
503
+ denom_units: [{
504
+ denom: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C',
505
+ exponent: 0,
506
+ aliases: ['uqck']
507
+ }, {
508
+ denom: 'qck',
509
+ exponent: 6,
510
+ aliases: []
511
+ }],
512
+ base: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C',
513
+ name: 'Quicksilver',
514
+ display: 'qck',
515
+ symbol: 'QCK',
516
+ logo_URIs: {
517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
518
+ },
519
+ coingecko_id: 'quicksilver',
520
+ images: [{
521
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
522
+ theme: {
523
+ primary_color_hex: '#b2b2b2'
524
+ }
525
+ }],
526
+ socials: {
527
+ website: 'https://quicksilver.zone/',
528
+ twitter: 'https://twitter.com/quicksilverzone'
529
+ },
530
+ type_asset: 'sdk.coin',
531
+ traces: [{
532
+ type: 'ibc',
533
+ counterparty: {
534
+ channel_id: 'channel-101',
535
+ base_denom: 'uqck',
536
+ chain_name: 'quicksilver'
537
+ },
538
+ chain: {
539
+ channel_id: 'channel-59'
540
+ }
541
+ }]
542
+ },
501
543
  {
502
544
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
503
545
  denom_units: [{
@@ -995,6 +1037,48 @@ const assets = {
995
1037
  }
996
1038
  }]
997
1039
  },
1040
+ {
1041
+ description: 'QCK - native token of Quicksilver',
1042
+ denom_units: [{
1043
+ denom: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C',
1044
+ exponent: 0,
1045
+ aliases: ['uqck']
1046
+ }, {
1047
+ denom: 'qck',
1048
+ exponent: 6,
1049
+ aliases: []
1050
+ }],
1051
+ base: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C',
1052
+ name: 'Quicksilver',
1053
+ display: 'qck',
1054
+ symbol: 'QCK',
1055
+ logo_URIs: {
1056
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1057
+ },
1058
+ coingecko_id: 'quicksilver',
1059
+ images: [{
1060
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1061
+ theme: {
1062
+ primary_color_hex: '#b2b2b2'
1063
+ }
1064
+ }],
1065
+ socials: {
1066
+ website: 'https://quicksilver.zone/',
1067
+ twitter: 'https://twitter.com/quicksilverzone'
1068
+ },
1069
+ type_asset: 'sdk.coin',
1070
+ traces: [{
1071
+ type: 'ibc',
1072
+ counterparty: {
1073
+ channel_id: 'channel-101',
1074
+ base_denom: 'uqck',
1075
+ chain_name: 'quicksilver'
1076
+ },
1077
+ chain: {
1078
+ channel_id: 'channel-59'
1079
+ }
1080
+ }]
1081
+ },
998
1082
  {
999
1083
  description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
1000
1084
  denom_units: [{
@@ -1524,10 +1524,10 @@ const assets = {
1524
1524
  display: 'ckUSD',
1525
1525
  symbol: 'CKUSD',
1526
1526
  logo_URIs: {
1527
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1527
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1528
1528
  },
1529
1529
  images: [{
1530
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1530
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1531
1531
  }],
1532
1532
  keywords: ['dex', 'mm'],
1533
1533
  socials: {
@@ -1562,10 +1562,10 @@ const assets = {
1562
1562
  display: 'cUSDC',
1563
1563
  symbol: 'CUSDC',
1564
1564
  logo_URIs: {
1565
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1565
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1566
1566
  },
1567
1567
  images: [{
1568
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1568
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1569
1569
  }],
1570
1570
  keywords: ['dex', 'mm'],
1571
1571
  type_asset: 'sdk.coin',
@@ -1594,12 +1594,12 @@ const assets = {
1594
1594
  base: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB',
1595
1595
  name: 'cUSDT.inj',
1596
1596
  display: 'cUSDT.inj',
1597
- symbol: 'CUSDT.inj',
1597
+ symbol: 'cUSDT.inj',
1598
1598
  logo_URIs: {
1599
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1599
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1600
1600
  },
1601
1601
  images: [{
1602
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1602
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1603
1603
  }],
1604
1604
  keywords: ['dex', 'mm'],
1605
1605
  type_asset: 'sdk.coin',
@@ -1628,12 +1628,12 @@ const assets = {
1628
1628
  base: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A',
1629
1629
  name: 'asUSDT.inj',
1630
1630
  display: 'asusdtinj',
1631
- symbol: 'ASUSDT.inj',
1631
+ symbol: 'asUSDT.inj',
1632
1632
  logo_URIs: {
1633
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1633
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1634
1634
  },
1635
1635
  images: [{
1636
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1636
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1637
1637
  }],
1638
1638
  keywords: ['dex', 'mm'],
1639
1639
  type_asset: 'sdk.coin',
@@ -1664,10 +1664,10 @@ const assets = {
1664
1664
  display: 'asUSDC',
1665
1665
  symbol: 'ASUSDC',
1666
1666
  logo_URIs: {
1667
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1667
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1668
1668
  },
1669
1669
  images: [{
1670
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1670
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1671
1671
  }],
1672
1672
  keywords: ['dex', 'mm'],
1673
1673
  type_asset: 'sdk.coin',
@@ -6083,6 +6083,48 @@ const assets = {
6083
6083
  }
6084
6084
  }]
6085
6085
  },
6086
+ {
6087
+ description: 'QCK - native token of Quicksilver',
6088
+ denom_units: [{
6089
+ denom: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF',
6090
+ exponent: 0,
6091
+ aliases: ['uqck']
6092
+ }, {
6093
+ denom: 'qck',
6094
+ exponent: 6,
6095
+ aliases: []
6096
+ }],
6097
+ base: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF',
6098
+ name: 'Quicksilver',
6099
+ display: 'qck',
6100
+ symbol: 'QCK',
6101
+ logo_URIs: {
6102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
6103
+ },
6104
+ coingecko_id: 'quicksilver',
6105
+ images: [{
6106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
6107
+ theme: {
6108
+ primary_color_hex: '#b2b2b2'
6109
+ }
6110
+ }],
6111
+ socials: {
6112
+ website: 'https://quicksilver.zone/',
6113
+ twitter: 'https://twitter.com/quicksilverzone'
6114
+ },
6115
+ type_asset: 'sdk.coin',
6116
+ traces: [{
6117
+ type: 'ibc',
6118
+ counterparty: {
6119
+ channel_id: 'channel-244',
6120
+ base_denom: 'uqck',
6121
+ chain_name: 'quicksilver'
6122
+ },
6123
+ chain: {
6124
+ channel_id: 'channel-604'
6125
+ }
6126
+ }]
6127
+ },
6086
6128
  {
6087
6129
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
6088
6130
  denom_units: [{
@@ -8849,10 +8891,10 @@ const assets = {
8849
8891
  display: 'ckUSD',
8850
8892
  symbol: 'CKUSD',
8851
8893
  logo_URIs: {
8852
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
8894
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
8853
8895
  },
8854
8896
  images: [{
8855
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
8897
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
8856
8898
  }],
8857
8899
  keywords: ['dex', 'mm'],
8858
8900
  socials: {
@@ -8887,10 +8929,10 @@ const assets = {
8887
8929
  display: 'cUSDC',
8888
8930
  symbol: 'CUSDC',
8889
8931
  logo_URIs: {
8890
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
8932
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
8891
8933
  },
8892
8934
  images: [{
8893
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
8935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
8894
8936
  }],
8895
8937
  keywords: ['dex', 'mm'],
8896
8938
  type_asset: 'sdk.coin',
@@ -8919,12 +8961,12 @@ const assets = {
8919
8961
  base: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB',
8920
8962
  name: 'cUSDT.inj',
8921
8963
  display: 'cUSDT.inj',
8922
- symbol: 'CUSDT.inj',
8964
+ symbol: 'cUSDT.inj',
8923
8965
  logo_URIs: {
8924
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
8966
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
8925
8967
  },
8926
8968
  images: [{
8927
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
8969
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
8928
8970
  }],
8929
8971
  keywords: ['dex', 'mm'],
8930
8972
  type_asset: 'sdk.coin',
@@ -8953,12 +8995,12 @@ const assets = {
8953
8995
  base: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A',
8954
8996
  name: 'asUSDT.inj',
8955
8997
  display: 'asusdtinj',
8956
- symbol: 'ASUSDT.inj',
8998
+ symbol: 'asUSDT.inj',
8957
8999
  logo_URIs: {
8958
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9000
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
8959
9001
  },
8960
9002
  images: [{
8961
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9003
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
8962
9004
  }],
8963
9005
  keywords: ['dex', 'mm'],
8964
9006
  type_asset: 'sdk.coin',
@@ -8989,10 +9031,10 @@ const assets = {
8989
9031
  display: 'asUSDC',
8990
9032
  symbol: 'ASUSDC',
8991
9033
  logo_URIs: {
8992
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
9034
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
8993
9035
  },
8994
9036
  images: [{
8995
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
9037
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
8996
9038
  }],
8997
9039
  keywords: ['dex', 'mm'],
8998
9040
  type_asset: 'sdk.coin',
@@ -13408,6 +13450,48 @@ const assets = {
13408
13450
  }
13409
13451
  }]
13410
13452
  },
13453
+ {
13454
+ description: 'QCK - native token of Quicksilver',
13455
+ denom_units: [{
13456
+ denom: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF',
13457
+ exponent: 0,
13458
+ aliases: ['uqck']
13459
+ }, {
13460
+ denom: 'qck',
13461
+ exponent: 6,
13462
+ aliases: []
13463
+ }],
13464
+ base: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF',
13465
+ name: 'Quicksilver',
13466
+ display: 'qck',
13467
+ symbol: 'QCK',
13468
+ logo_URIs: {
13469
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
13470
+ },
13471
+ coingecko_id: 'quicksilver',
13472
+ images: [{
13473
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
13474
+ theme: {
13475
+ primary_color_hex: '#b2b2b2'
13476
+ }
13477
+ }],
13478
+ socials: {
13479
+ website: 'https://quicksilver.zone/',
13480
+ twitter: 'https://twitter.com/quicksilverzone'
13481
+ },
13482
+ type_asset: 'sdk.coin',
13483
+ traces: [{
13484
+ type: 'ibc',
13485
+ counterparty: {
13486
+ channel_id: 'channel-244',
13487
+ base_denom: 'uqck',
13488
+ chain_name: 'quicksilver'
13489
+ },
13490
+ chain: {
13491
+ channel_id: 'channel-604'
13492
+ }
13493
+ }]
13494
+ },
13411
13495
  {
13412
13496
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
13413
13497
  denom_units: [{
@@ -616,6 +616,48 @@ const assets = {
616
616
  }
617
617
  }]
618
618
  },
619
+ {
620
+ description: 'QCK - native token of Quicksilver',
621
+ denom_units: [{
622
+ denom: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485',
623
+ exponent: 0,
624
+ aliases: ['uqck']
625
+ }, {
626
+ denom: 'qck',
627
+ exponent: 6,
628
+ aliases: []
629
+ }],
630
+ base: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485',
631
+ name: 'Quicksilver',
632
+ display: 'qck',
633
+ symbol: 'QCK',
634
+ logo_URIs: {
635
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
636
+ },
637
+ coingecko_id: 'quicksilver',
638
+ images: [{
639
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
640
+ theme: {
641
+ primary_color_hex: '#b2b2b2'
642
+ }
643
+ }],
644
+ socials: {
645
+ website: 'https://quicksilver.zone/',
646
+ twitter: 'https://twitter.com/quicksilverzone'
647
+ },
648
+ type_asset: 'sdk.coin',
649
+ traces: [{
650
+ type: 'ibc',
651
+ counterparty: {
652
+ channel_id: 'channel-229',
653
+ base_denom: 'uqck',
654
+ chain_name: 'quicksilver'
655
+ },
656
+ chain: {
657
+ channel_id: 'channel-8'
658
+ }
659
+ }]
660
+ },
619
661
  {
620
662
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
621
663
  denom_units: [{
@@ -1230,6 +1272,48 @@ const assets = {
1230
1272
  channel_id: 'channel-1'
1231
1273
  }
1232
1274
  }]
1275
+ },
1276
+ {
1277
+ description: 'QCK - native token of Quicksilver',
1278
+ denom_units: [{
1279
+ denom: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485',
1280
+ exponent: 0,
1281
+ aliases: ['uqck']
1282
+ }, {
1283
+ denom: 'qck',
1284
+ exponent: 6,
1285
+ aliases: []
1286
+ }],
1287
+ base: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485',
1288
+ name: 'Quicksilver',
1289
+ display: 'qck',
1290
+ symbol: 'QCK',
1291
+ logo_URIs: {
1292
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1293
+ },
1294
+ coingecko_id: 'quicksilver',
1295
+ images: [{
1296
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1297
+ theme: {
1298
+ primary_color_hex: '#b2b2b2'
1299
+ }
1300
+ }],
1301
+ socials: {
1302
+ website: 'https://quicksilver.zone/',
1303
+ twitter: 'https://twitter.com/quicksilverzone'
1304
+ },
1305
+ type_asset: 'sdk.coin',
1306
+ traces: [{
1307
+ type: 'ibc',
1308
+ counterparty: {
1309
+ channel_id: 'channel-229',
1310
+ base_denom: 'uqck',
1311
+ chain_name: 'quicksilver'
1312
+ },
1313
+ chain: {
1314
+ channel_id: 'channel-8'
1315
+ }
1316
+ }]
1233
1317
  }
1234
1318
  ]
1235
1319
  };