@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
package/mainnet/saga.js CHANGED
@@ -372,6 +372,48 @@ const assets = {
372
372
  }
373
373
  }]
374
374
  },
375
+ {
376
+ description: 'QCK - native token of Quicksilver',
377
+ denom_units: [{
378
+ denom: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F',
379
+ exponent: 0,
380
+ aliases: ['uqck']
381
+ }, {
382
+ denom: 'qck',
383
+ exponent: 6,
384
+ aliases: []
385
+ }],
386
+ base: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F',
387
+ name: 'Quicksilver',
388
+ display: 'qck',
389
+ symbol: 'QCK',
390
+ logo_URIs: {
391
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
392
+ },
393
+ coingecko_id: 'quicksilver',
394
+ images: [{
395
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
396
+ theme: {
397
+ primary_color_hex: '#b2b2b2'
398
+ }
399
+ }],
400
+ socials: {
401
+ website: 'https://quicksilver.zone/',
402
+ twitter: 'https://twitter.com/quicksilverzone'
403
+ },
404
+ type_asset: 'sdk.coin',
405
+ traces: [{
406
+ type: 'ibc',
407
+ counterparty: {
408
+ channel_id: 'channel-170',
409
+ base_denom: 'uqck',
410
+ chain_name: 'quicksilver'
411
+ },
412
+ chain: {
413
+ channel_id: 'channel-18'
414
+ }
415
+ }]
416
+ },
375
417
  {
376
418
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
377
419
  denom_units: [{
@@ -741,6 +783,48 @@ const assets = {
741
783
  }
742
784
  }]
743
785
  },
786
+ {
787
+ description: 'QCK - native token of Quicksilver',
788
+ denom_units: [{
789
+ denom: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F',
790
+ exponent: 0,
791
+ aliases: ['uqck']
792
+ }, {
793
+ denom: 'qck',
794
+ exponent: 6,
795
+ aliases: []
796
+ }],
797
+ base: 'ibc/F1B5978A17342EEC6D28C708BFB77AEEBEAFBA7CBC29CA4DB2C08010EF23960F',
798
+ name: 'Quicksilver',
799
+ display: 'qck',
800
+ symbol: 'QCK',
801
+ logo_URIs: {
802
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
803
+ },
804
+ coingecko_id: 'quicksilver',
805
+ images: [{
806
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
807
+ theme: {
808
+ primary_color_hex: '#b2b2b2'
809
+ }
810
+ }],
811
+ socials: {
812
+ website: 'https://quicksilver.zone/',
813
+ twitter: 'https://twitter.com/quicksilverzone'
814
+ },
815
+ type_asset: 'sdk.coin',
816
+ traces: [{
817
+ type: 'ibc',
818
+ counterparty: {
819
+ channel_id: 'channel-170',
820
+ base_denom: 'uqck',
821
+ chain_name: 'quicksilver'
822
+ },
823
+ chain: {
824
+ channel_id: 'channel-18'
825
+ }
826
+ }]
827
+ },
744
828
  {
745
829
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
746
830
  denom_units: [{
@@ -500,6 +500,48 @@ const assets = {
500
500
  }
501
501
  }]
502
502
  },
503
+ {
504
+ description: 'QCK - native token of Quicksilver',
505
+ denom_units: [{
506
+ denom: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C',
507
+ exponent: 0,
508
+ aliases: ['uqck']
509
+ }, {
510
+ denom: 'qck',
511
+ exponent: 6,
512
+ aliases: []
513
+ }],
514
+ base: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C',
515
+ name: 'Quicksilver',
516
+ display: 'qck',
517
+ symbol: 'QCK',
518
+ logo_URIs: {
519
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
520
+ },
521
+ coingecko_id: 'quicksilver',
522
+ images: [{
523
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
524
+ theme: {
525
+ primary_color_hex: '#b2b2b2'
526
+ }
527
+ }],
528
+ socials: {
529
+ website: 'https://quicksilver.zone/',
530
+ twitter: 'https://twitter.com/quicksilverzone'
531
+ },
532
+ type_asset: 'sdk.coin',
533
+ traces: [{
534
+ type: 'ibc',
535
+ counterparty: {
536
+ channel_id: 'channel-101',
537
+ base_denom: 'uqck',
538
+ chain_name: 'quicksilver'
539
+ },
540
+ chain: {
541
+ channel_id: 'channel-59'
542
+ }
543
+ }]
544
+ },
503
545
  {
504
546
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
505
547
  denom_units: [{
@@ -997,6 +1039,48 @@ const assets = {
997
1039
  }
998
1040
  }]
999
1041
  },
1042
+ {
1043
+ description: 'QCK - native token of Quicksilver',
1044
+ denom_units: [{
1045
+ denom: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C',
1046
+ exponent: 0,
1047
+ aliases: ['uqck']
1048
+ }, {
1049
+ denom: 'qck',
1050
+ exponent: 6,
1051
+ aliases: []
1052
+ }],
1053
+ base: 'ibc/4BDFA9B06C816E9D8022D5AF40B8D1A65722C837BB41C0040CFA7E97C1B3C68C',
1054
+ name: 'Quicksilver',
1055
+ display: 'qck',
1056
+ symbol: 'QCK',
1057
+ logo_URIs: {
1058
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1059
+ },
1060
+ coingecko_id: 'quicksilver',
1061
+ images: [{
1062
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1063
+ theme: {
1064
+ primary_color_hex: '#b2b2b2'
1065
+ }
1066
+ }],
1067
+ socials: {
1068
+ website: 'https://quicksilver.zone/',
1069
+ twitter: 'https://twitter.com/quicksilverzone'
1070
+ },
1071
+ type_asset: 'sdk.coin',
1072
+ traces: [{
1073
+ type: 'ibc',
1074
+ counterparty: {
1075
+ channel_id: 'channel-101',
1076
+ base_denom: 'uqck',
1077
+ chain_name: 'quicksilver'
1078
+ },
1079
+ chain: {
1080
+ channel_id: 'channel-59'
1081
+ }
1082
+ }]
1083
+ },
1000
1084
  {
1001
1085
  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.',
1002
1086
  denom_units: [{
package/mainnet/terra2.js CHANGED
@@ -1526,10 +1526,10 @@ const assets = {
1526
1526
  display: 'ckUSD',
1527
1527
  symbol: 'CKUSD',
1528
1528
  logo_URIs: {
1529
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1529
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1530
1530
  },
1531
1531
  images: [{
1532
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1532
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1533
1533
  }],
1534
1534
  keywords: ['dex', 'mm'],
1535
1535
  socials: {
@@ -1564,10 +1564,10 @@ const assets = {
1564
1564
  display: 'cUSDC',
1565
1565
  symbol: 'CUSDC',
1566
1566
  logo_URIs: {
1567
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1568
1568
  },
1569
1569
  images: [{
1570
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1570
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1571
1571
  }],
1572
1572
  keywords: ['dex', 'mm'],
1573
1573
  type_asset: 'sdk.coin',
@@ -1596,12 +1596,12 @@ const assets = {
1596
1596
  base: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB',
1597
1597
  name: 'cUSDT.inj',
1598
1598
  display: 'cUSDT.inj',
1599
- symbol: 'CUSDT.inj',
1599
+ symbol: 'cUSDT.inj',
1600
1600
  logo_URIs: {
1601
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1601
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1602
1602
  },
1603
1603
  images: [{
1604
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1604
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1605
1605
  }],
1606
1606
  keywords: ['dex', 'mm'],
1607
1607
  type_asset: 'sdk.coin',
@@ -1630,12 +1630,12 @@ const assets = {
1630
1630
  base: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A',
1631
1631
  name: 'asUSDT.inj',
1632
1632
  display: 'asusdtinj',
1633
- symbol: 'ASUSDT.inj',
1633
+ symbol: 'asUSDT.inj',
1634
1634
  logo_URIs: {
1635
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1635
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1636
1636
  },
1637
1637
  images: [{
1638
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1638
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1639
1639
  }],
1640
1640
  keywords: ['dex', 'mm'],
1641
1641
  type_asset: 'sdk.coin',
@@ -1666,10 +1666,10 @@ const assets = {
1666
1666
  display: 'asUSDC',
1667
1667
  symbol: 'ASUSDC',
1668
1668
  logo_URIs: {
1669
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1669
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1670
1670
  },
1671
1671
  images: [{
1672
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1672
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1673
1673
  }],
1674
1674
  keywords: ['dex', 'mm'],
1675
1675
  type_asset: 'sdk.coin',
@@ -6085,6 +6085,48 @@ const assets = {
6085
6085
  }
6086
6086
  }]
6087
6087
  },
6088
+ {
6089
+ description: 'QCK - native token of Quicksilver',
6090
+ denom_units: [{
6091
+ denom: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF',
6092
+ exponent: 0,
6093
+ aliases: ['uqck']
6094
+ }, {
6095
+ denom: 'qck',
6096
+ exponent: 6,
6097
+ aliases: []
6098
+ }],
6099
+ base: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF',
6100
+ name: 'Quicksilver',
6101
+ display: 'qck',
6102
+ symbol: 'QCK',
6103
+ logo_URIs: {
6104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
6105
+ },
6106
+ coingecko_id: 'quicksilver',
6107
+ images: [{
6108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
6109
+ theme: {
6110
+ primary_color_hex: '#b2b2b2'
6111
+ }
6112
+ }],
6113
+ socials: {
6114
+ website: 'https://quicksilver.zone/',
6115
+ twitter: 'https://twitter.com/quicksilverzone'
6116
+ },
6117
+ type_asset: 'sdk.coin',
6118
+ traces: [{
6119
+ type: 'ibc',
6120
+ counterparty: {
6121
+ channel_id: 'channel-244',
6122
+ base_denom: 'uqck',
6123
+ chain_name: 'quicksilver'
6124
+ },
6125
+ chain: {
6126
+ channel_id: 'channel-604'
6127
+ }
6128
+ }]
6129
+ },
6088
6130
  {
6089
6131
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
6090
6132
  denom_units: [{
@@ -8851,10 +8893,10 @@ const assets = {
8851
8893
  display: 'ckUSD',
8852
8894
  symbol: 'CKUSD',
8853
8895
  logo_URIs: {
8854
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
8896
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
8855
8897
  },
8856
8898
  images: [{
8857
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
8899
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
8858
8900
  }],
8859
8901
  keywords: ['dex', 'mm'],
8860
8902
  socials: {
@@ -8889,10 +8931,10 @@ const assets = {
8889
8931
  display: 'cUSDC',
8890
8932
  symbol: 'CUSDC',
8891
8933
  logo_URIs: {
8892
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
8934
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
8893
8935
  },
8894
8936
  images: [{
8895
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
8937
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
8896
8938
  }],
8897
8939
  keywords: ['dex', 'mm'],
8898
8940
  type_asset: 'sdk.coin',
@@ -8921,12 +8963,12 @@ const assets = {
8921
8963
  base: 'ibc/675C3E4A7276F31FC9320771CD149CAC94E2386301B777A752288E38C8D7D1FB',
8922
8964
  name: 'cUSDT.inj',
8923
8965
  display: 'cUSDT.inj',
8924
- symbol: 'CUSDT.inj',
8966
+ symbol: 'cUSDT.inj',
8925
8967
  logo_URIs: {
8926
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
8968
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
8927
8969
  },
8928
8970
  images: [{
8929
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
8971
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
8930
8972
  }],
8931
8973
  keywords: ['dex', 'mm'],
8932
8974
  type_asset: 'sdk.coin',
@@ -8955,12 +8997,12 @@ const assets = {
8955
8997
  base: 'ibc/BB17B55B0328833553676F826BA5C4E8D7A7F9EF8958B72C09383846AF42228A',
8956
8998
  name: 'asUSDT.inj',
8957
8999
  display: 'asusdtinj',
8958
- symbol: 'ASUSDT.inj',
9000
+ symbol: 'asUSDT.inj',
8959
9001
  logo_URIs: {
8960
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9002
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
8961
9003
  },
8962
9004
  images: [{
8963
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9005
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
8964
9006
  }],
8965
9007
  keywords: ['dex', 'mm'],
8966
9008
  type_asset: 'sdk.coin',
@@ -8991,10 +9033,10 @@ const assets = {
8991
9033
  display: 'asUSDC',
8992
9034
  symbol: 'ASUSDC',
8993
9035
  logo_URIs: {
8994
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
9036
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
8995
9037
  },
8996
9038
  images: [{
8997
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
9039
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
8998
9040
  }],
8999
9041
  keywords: ['dex', 'mm'],
9000
9042
  type_asset: 'sdk.coin',
@@ -13410,6 +13452,48 @@ const assets = {
13410
13452
  }
13411
13453
  }]
13412
13454
  },
13455
+ {
13456
+ description: 'QCK - native token of Quicksilver',
13457
+ denom_units: [{
13458
+ denom: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF',
13459
+ exponent: 0,
13460
+ aliases: ['uqck']
13461
+ }, {
13462
+ denom: 'qck',
13463
+ exponent: 6,
13464
+ aliases: []
13465
+ }],
13466
+ base: 'ibc/3C5B7B6CF3F6EAFC44AED94ED8D004ABF7BBA28E28D90945BB8B55335C446EAF',
13467
+ name: 'Quicksilver',
13468
+ display: 'qck',
13469
+ symbol: 'QCK',
13470
+ logo_URIs: {
13471
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
13472
+ },
13473
+ coingecko_id: 'quicksilver',
13474
+ images: [{
13475
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
13476
+ theme: {
13477
+ primary_color_hex: '#b2b2b2'
13478
+ }
13479
+ }],
13480
+ socials: {
13481
+ website: 'https://quicksilver.zone/',
13482
+ twitter: 'https://twitter.com/quicksilverzone'
13483
+ },
13484
+ type_asset: 'sdk.coin',
13485
+ traces: [{
13486
+ type: 'ibc',
13487
+ counterparty: {
13488
+ channel_id: 'channel-244',
13489
+ base_denom: 'uqck',
13490
+ chain_name: 'quicksilver'
13491
+ },
13492
+ chain: {
13493
+ channel_id: 'channel-604'
13494
+ }
13495
+ }]
13496
+ },
13413
13497
  {
13414
13498
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
13415
13499
  denom_units: [{
package/mainnet/xion.js CHANGED
@@ -618,6 +618,48 @@ const assets = {
618
618
  }
619
619
  }]
620
620
  },
621
+ {
622
+ description: 'QCK - native token of Quicksilver',
623
+ denom_units: [{
624
+ denom: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485',
625
+ exponent: 0,
626
+ aliases: ['uqck']
627
+ }, {
628
+ denom: 'qck',
629
+ exponent: 6,
630
+ aliases: []
631
+ }],
632
+ base: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485',
633
+ name: 'Quicksilver',
634
+ display: 'qck',
635
+ symbol: 'QCK',
636
+ logo_URIs: {
637
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
638
+ },
639
+ coingecko_id: 'quicksilver',
640
+ images: [{
641
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
642
+ theme: {
643
+ primary_color_hex: '#b2b2b2'
644
+ }
645
+ }],
646
+ socials: {
647
+ website: 'https://quicksilver.zone/',
648
+ twitter: 'https://twitter.com/quicksilverzone'
649
+ },
650
+ type_asset: 'sdk.coin',
651
+ traces: [{
652
+ type: 'ibc',
653
+ counterparty: {
654
+ channel_id: 'channel-229',
655
+ base_denom: 'uqck',
656
+ chain_name: 'quicksilver'
657
+ },
658
+ chain: {
659
+ channel_id: 'channel-8'
660
+ }
661
+ }]
662
+ },
621
663
  {
622
664
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
623
665
  denom_units: [{
@@ -1232,6 +1274,48 @@ const assets = {
1232
1274
  channel_id: 'channel-1'
1233
1275
  }
1234
1276
  }]
1277
+ },
1278
+ {
1279
+ description: 'QCK - native token of Quicksilver',
1280
+ denom_units: [{
1281
+ denom: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485',
1282
+ exponent: 0,
1283
+ aliases: ['uqck']
1284
+ }, {
1285
+ denom: 'qck',
1286
+ exponent: 6,
1287
+ aliases: []
1288
+ }],
1289
+ base: 'ibc/82C994B74C1BEC1C0F3CA7FFCA1ED3039FBEA35B3D75846BAE0E873F20E4F485',
1290
+ name: 'Quicksilver',
1291
+ display: 'qck',
1292
+ symbol: 'QCK',
1293
+ logo_URIs: {
1294
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1295
+ },
1296
+ coingecko_id: 'quicksilver',
1297
+ images: [{
1298
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1299
+ theme: {
1300
+ primary_color_hex: '#b2b2b2'
1301
+ }
1302
+ }],
1303
+ socials: {
1304
+ website: 'https://quicksilver.zone/',
1305
+ twitter: 'https://twitter.com/quicksilverzone'
1306
+ },
1307
+ type_asset: 'sdk.coin',
1308
+ traces: [{
1309
+ type: 'ibc',
1310
+ counterparty: {
1311
+ channel_id: 'channel-229',
1312
+ base_denom: 'uqck',
1313
+ chain_name: 'quicksilver'
1314
+ },
1315
+ chain: {
1316
+ channel_id: 'channel-8'
1317
+ }
1318
+ }]
1235
1319
  }
1236
1320
  ]
1237
1321
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.106",
3
+ "version": "1.70.108",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.57",
33
- "chain-registry": "^1.69.106"
32
+ "@chain-registry/utils": "^1.51.58",
33
+ "chain-registry": "^1.69.108"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.57"
36
+ "@chain-registry/types": "^0.50.58"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "719d06179d4560272a8a6cce8b8efb192b12e497"
46
+ "gitHead": "875d166e41b678d20c6a4d9559eed8313b164c96"
47
47
  }