chain-registry 1.69.106 → 1.69.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 (68) hide show
  1. package/README.md +15 -12
  2. package/esm/mainnet/agoric/ibc.js +29 -0
  3. package/esm/mainnet/archway/ibc.js +2 -1
  4. package/esm/mainnet/axelar/ibc.js +6 -6
  5. package/esm/mainnet/celestia/ibc.js +29 -0
  6. package/esm/mainnet/cosmoshub/ibc.js +5 -1
  7. package/esm/mainnet/dydx/ibc.js +29 -0
  8. package/esm/mainnet/fetchhub/chain.js +12 -0
  9. package/esm/mainnet/injective/assets.js +113 -0
  10. package/esm/mainnet/injective/ibc.js +29 -0
  11. package/esm/mainnet/int3face/ibc.js +28 -0
  12. package/esm/mainnet/jackal/ibc.js +6 -6
  13. package/esm/mainnet/juno/ibc.js +5 -1
  14. package/esm/mainnet/kopi/assets.js +12 -12
  15. package/esm/mainnet/milkyway/assets.js +74 -0
  16. package/esm/mainnet/milkyway/chain.js +24 -17
  17. package/esm/mainnet/neutron/ibc.js +29 -0
  18. package/esm/mainnet/omniflixhub/ibc.js +29 -0
  19. package/esm/mainnet/osmosis/assets.js +599 -8
  20. package/esm/mainnet/quicksilver/assets.js +224 -8
  21. package/esm/mainnet/quicksilver/chain.js +31 -163
  22. package/esm/mainnet/quicksilver/ibc.js +293 -7
  23. package/esm/mainnet/regen/ibc.js +5 -1
  24. package/esm/mainnet/saga/ibc.js +29 -0
  25. package/esm/mainnet/secretnetwork/ibc.js +5 -1
  26. package/esm/mainnet/sommelier/ibc.js +29 -0
  27. package/esm/mainnet/stargaze/ibc.js +5 -1
  28. package/esm/mainnet/terra2/assets.js +19 -0
  29. package/esm/mainnet/terra2/ibc.js +29 -0
  30. package/esm/mainnet/umee/ibc.js +5 -1
  31. package/esm/mainnet/xion/ibc.js +29 -0
  32. package/esm/testnet/axelartestnet/assets.js +39 -0
  33. package/esm/testnet/axelartestnet/ibc.js +28 -0
  34. package/esm/testnet/manifesttestnet/ibc.js +27 -0
  35. package/mainnet/agoric/ibc.js +29 -0
  36. package/mainnet/archway/ibc.js +2 -1
  37. package/mainnet/axelar/ibc.js +6 -6
  38. package/mainnet/celestia/ibc.js +29 -0
  39. package/mainnet/cosmoshub/ibc.js +5 -1
  40. package/mainnet/dydx/ibc.js +29 -0
  41. package/mainnet/fetchhub/chain.js +12 -0
  42. package/mainnet/injective/assets.js +113 -0
  43. package/mainnet/injective/ibc.js +29 -0
  44. package/mainnet/int3face/ibc.js +28 -0
  45. package/mainnet/jackal/ibc.js +6 -6
  46. package/mainnet/juno/ibc.js +5 -1
  47. package/mainnet/kopi/assets.js +12 -12
  48. package/mainnet/milkyway/assets.js +74 -0
  49. package/mainnet/milkyway/chain.js +24 -17
  50. package/mainnet/neutron/ibc.js +29 -0
  51. package/mainnet/omniflixhub/ibc.js +29 -0
  52. package/mainnet/osmosis/assets.js +599 -8
  53. package/mainnet/quicksilver/assets.js +224 -8
  54. package/mainnet/quicksilver/chain.js +31 -163
  55. package/mainnet/quicksilver/ibc.js +293 -7
  56. package/mainnet/regen/ibc.js +5 -1
  57. package/mainnet/saga/ibc.js +29 -0
  58. package/mainnet/secretnetwork/ibc.js +5 -1
  59. package/mainnet/sommelier/ibc.js +29 -0
  60. package/mainnet/stargaze/ibc.js +5 -1
  61. package/mainnet/terra2/assets.js +19 -0
  62. package/mainnet/terra2/ibc.js +29 -0
  63. package/mainnet/umee/ibc.js +5 -1
  64. package/mainnet/xion/ibc.js +29 -0
  65. package/package.json +4 -4
  66. package/testnet/axelartestnet/assets.js +39 -0
  67. package/testnet/axelartestnet/ibc.js +28 -0
  68. package/testnet/manifesttestnet/ibc.js +27 -0
@@ -6772,7 +6772,7 @@ const info = {
6772
6772
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png',
6773
6773
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg',
6774
6774
  theme: {
6775
- primary_color_hex: '#fc944c'
6775
+ primary_color_hex: '#ff914d'
6776
6776
  }
6777
6777
  }]
6778
6778
  },
@@ -7300,7 +7300,7 @@ const info = {
7300
7300
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png',
7301
7301
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg',
7302
7302
  theme: {
7303
- primary_color_hex: '#fc944c'
7303
+ primary_color_hex: '#ff914d'
7304
7304
  }
7305
7305
  }]
7306
7306
  },
@@ -7394,7 +7394,7 @@ const info = {
7394
7394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png',
7395
7395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg',
7396
7396
  theme: {
7397
- primary_color_hex: '#fc944c'
7397
+ primary_color_hex: '#ff914d'
7398
7398
  }
7399
7399
  }]
7400
7400
  },
@@ -7574,7 +7574,7 @@ const info = {
7574
7574
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png',
7575
7575
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg',
7576
7576
  theme: {
7577
- primary_color_hex: '#fc944c'
7577
+ primary_color_hex: '#ff914d'
7578
7578
  }
7579
7579
  }]
7580
7580
  },
@@ -10096,7 +10096,7 @@ const info = {
10096
10096
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png',
10097
10097
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg',
10098
10098
  theme: {
10099
- primary_color_hex: '#fc944c'
10099
+ primary_color_hex: '#ff914d'
10100
10100
  }
10101
10101
  }]
10102
10102
  },
@@ -16358,7 +16358,7 @@ const info = {
16358
16358
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png',
16359
16359
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg',
16360
16360
  theme: {
16361
- primary_color_hex: '#fc944c'
16361
+ primary_color_hex: '#ff914d'
16362
16362
  }
16363
16363
  }]
16364
16364
  },
@@ -16460,7 +16460,7 @@ const info = {
16460
16460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png',
16461
16461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg',
16462
16462
  theme: {
16463
- primary_color_hex: '#fc944c'
16463
+ primary_color_hex: '#ff914d'
16464
16464
  }
16465
16465
  }]
16466
16466
  },
@@ -16511,7 +16511,7 @@ const info = {
16511
16511
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png',
16512
16512
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg',
16513
16513
  theme: {
16514
- primary_color_hex: '#fc944c'
16514
+ primary_color_hex: '#ff914d'
16515
16515
  }
16516
16516
  }]
16517
16517
  },
@@ -22816,6 +22816,597 @@ const info = {
22816
22816
  twitter: 'https://x.com/Pixl_Plebs'
22817
22817
  },
22818
22818
  keywords: ['meme']
22819
+ },
22820
+ {
22821
+ description: 'An alloy of SUI asset variants on Osmosis.',
22822
+ denom_units: [{
22823
+ denom: 'factory/osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48/alloyed/allSUI',
22824
+ exponent: 0
22825
+ }, {
22826
+ denom: 'sui',
22827
+ exponent: 8
22828
+ }],
22829
+ type_asset: 'sdk.coin',
22830
+ address: 'osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48',
22831
+ base: 'factory/osmo1nqu7rc5mj5p2cgyfp7gl3lw7kw99cltple3xtzl2cs5fyw0r2tasr7xv48/alloyed/allSUI',
22832
+ name: 'Sui',
22833
+ display: 'sui',
22834
+ symbol: 'SUI',
22835
+ traces: [{
22836
+ type: 'synthetic',
22837
+ counterparty: {
22838
+ chain_name: 'sui',
22839
+ base_denom: '0x2::sui::SUI'
22840
+ },
22841
+ provider: 'Osmosis'
22842
+ }],
22843
+ logo_URIs: {
22844
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg'
22845
+ },
22846
+ images: [{
22847
+ image_sync: {
22848
+ chain_name: 'sui',
22849
+ base_denom: '0x2::sui::SUI'
22850
+ },
22851
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg',
22852
+ theme: {
22853
+ primary_color_hex: '#6fbcef'
22854
+ }
22855
+ }]
22856
+ },
22857
+ {
22858
+ description: 'An alloy of APTOS asset variants on Osmosis.',
22859
+ denom_units: [{
22860
+ denom: 'factory/osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v/alloyed/allAPT',
22861
+ exponent: 0
22862
+ }, {
22863
+ denom: 'APT',
22864
+ exponent: 8
22865
+ }],
22866
+ type_asset: 'sdk.coin',
22867
+ address: 'osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v',
22868
+ base: 'factory/osmo1zynnzvwdu72zc4mxqnnp348ksfmayldqyfs8khdud3myr7m5h8nsqwta2v/alloyed/allAPT',
22869
+ name: 'Aptos Coin',
22870
+ display: 'APT',
22871
+ symbol: 'APT',
22872
+ traces: [{
22873
+ type: 'synthetic',
22874
+ counterparty: {
22875
+ chain_name: 'aptos',
22876
+ base_denom: '0x1::aptos_coin::AptosCoin'
22877
+ },
22878
+ provider: 'Osmosis'
22879
+ }],
22880
+ logo_URIs: {
22881
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
22882
+ },
22883
+ images: [
22884
+ {
22885
+ image_sync: {
22886
+ chain_name: 'aptos',
22887
+ base_denom: '0x1::aptos_coin::AptosCoin'
22888
+ },
22889
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg',
22890
+ theme: {
22891
+ primary_color_hex: '#ffffff',
22892
+ dark_mode: false
22893
+ }
22894
+ },
22895
+ {
22896
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg',
22897
+ theme: {
22898
+ dark_mode: true
22899
+ }
22900
+ },
22901
+ {
22902
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allAPT.svg',
22903
+ theme: {
22904
+ circle: true,
22905
+ dark_mode: true,
22906
+ primary_color_hex: '#ffffff'
22907
+ }
22908
+ }
22909
+ ]
22910
+ },
22911
+ {
22912
+ description: 'An alloy of BNB asset variants on Osmosis.',
22913
+ denom_units: [{
22914
+ denom: 'factory/osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz/alloyed/allBNB',
22915
+ exponent: 0
22916
+ }, {
22917
+ denom: 'bnb',
22918
+ exponent: 12
22919
+ }],
22920
+ type_asset: 'sdk.coin',
22921
+ address: 'osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz',
22922
+ base: 'factory/osmo1zetxzc5nka4jm203ljjtjf933jwjh45ge6spfeef447rnnhqxc4qrazrcz/alloyed/allBNB',
22923
+ name: 'Binance Coin',
22924
+ display: 'bnb',
22925
+ symbol: 'BNB',
22926
+ traces: [{
22927
+ type: 'synthetic',
22928
+ counterparty: {
22929
+ chain_name: 'binancesmartchain',
22930
+ base_denom: 'wei'
22931
+ },
22932
+ provider: 'Osmosis'
22933
+ }],
22934
+ logo_URIs: {
22935
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
22936
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg'
22937
+ },
22938
+ images: [{
22939
+ image_sync: {
22940
+ chain_name: 'binancesmartchain',
22941
+ base_denom: 'wei'
22942
+ },
22943
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
22944
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg',
22945
+ theme: {
22946
+ primary_color_hex: '#f0b90b'
22947
+ }
22948
+ }, {
22949
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBNB.svg',
22950
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBNB.png',
22951
+ theme: {
22952
+ circle: true,
22953
+ primary_color_hex: '#f0b90b'
22954
+ }
22955
+ }]
22956
+ },
22957
+ {
22958
+ description: 'Quicksilver Liquid Staked ARCH',
22959
+ denom_units: [{
22960
+ denom: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1',
22961
+ exponent: 0,
22962
+ aliases: ['aqarch']
22963
+ }, {
22964
+ denom: 'qarch',
22965
+ exponent: 18,
22966
+ aliases: []
22967
+ }],
22968
+ type_asset: 'ics20',
22969
+ base: 'ibc/BA47828ADDC3700F50B35696390F4C53E35CBB42E84FF768BB75C3F6BAEFD9F1',
22970
+ name: 'Quicksilver Liquid Staked ARCH',
22971
+ display: 'qarch',
22972
+ symbol: 'qARCH',
22973
+ traces: [{
22974
+ type: 'liquid-stake',
22975
+ counterparty: {
22976
+ chain_name: 'archway',
22977
+ base_denom: 'aarch'
22978
+ },
22979
+ provider: 'Quicksilver'
22980
+ }, {
22981
+ type: 'ibc',
22982
+ counterparty: {
22983
+ chain_name: 'quicksilver',
22984
+ base_denom: 'aqarch',
22985
+ channel_id: 'channel-2'
22986
+ },
22987
+ chain: {
22988
+ channel_id: 'channel-522',
22989
+ path: 'transfer/channel-522/aqarch'
22990
+ }
22991
+ }],
22992
+ logo_URIs: {
22993
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png',
22994
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg'
22995
+ },
22996
+ images: [{
22997
+ image_sync: {
22998
+ chain_name: 'quicksilver',
22999
+ base_denom: 'aqarch'
23000
+ },
23001
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.png',
23002
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qarch.svg',
23003
+ theme: {
23004
+ primary_color_hex: '#ff914d'
23005
+ }
23006
+ }]
23007
+ },
23008
+ {
23009
+ description: 'Quicksilver Liquid Staked TIA',
23010
+ denom_units: [{
23011
+ denom: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E',
23012
+ exponent: 0,
23013
+ aliases: ['uqtia']
23014
+ }, {
23015
+ denom: 'qtia',
23016
+ exponent: 6,
23017
+ aliases: []
23018
+ }],
23019
+ type_asset: 'ics20',
23020
+ base: 'ibc/E8CB12995A190336CA7A647B618E97DF6CA1E1A3FD7685B1AA9C1C80FC63858E',
23021
+ name: 'Quicksilver Liquid Staked TIA',
23022
+ display: 'qtia',
23023
+ symbol: 'qTIA',
23024
+ traces: [{
23025
+ type: 'liquid-stake',
23026
+ counterparty: {
23027
+ chain_name: 'celestia',
23028
+ base_denom: 'utia'
23029
+ },
23030
+ provider: 'Quicksilver'
23031
+ }, {
23032
+ type: 'ibc',
23033
+ counterparty: {
23034
+ chain_name: 'quicksilver',
23035
+ base_denom: 'uqtia',
23036
+ channel_id: 'channel-2'
23037
+ },
23038
+ chain: {
23039
+ channel_id: 'channel-522',
23040
+ path: 'transfer/channel-522/uqtia'
23041
+ }
23042
+ }],
23043
+ logo_URIs: {
23044
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png',
23045
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg'
23046
+ },
23047
+ images: [{
23048
+ image_sync: {
23049
+ chain_name: 'quicksilver',
23050
+ base_denom: 'uqtia'
23051
+ },
23052
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.png',
23053
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qtia.svg',
23054
+ theme: {
23055
+ primary_color_hex: '#ff914d'
23056
+ }
23057
+ }]
23058
+ },
23059
+ {
23060
+ description: 'Quicksilver Liquid Staked PICA',
23061
+ denom_units: [{
23062
+ denom: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55',
23063
+ exponent: 0,
23064
+ aliases: ['pqpica']
23065
+ }, {
23066
+ denom: 'qpica',
23067
+ exponent: 12,
23068
+ aliases: []
23069
+ }],
23070
+ type_asset: 'ics20',
23071
+ base: 'ibc/C66CF6F56DC47AECFA2C593C371D5D6218CF9DF709B6F0DAB7C33A9766889E55',
23072
+ name: 'Quicksilver Liquid Staked PICA',
23073
+ display: 'qpica',
23074
+ symbol: 'qPICA',
23075
+ traces: [{
23076
+ type: 'liquid-stake',
23077
+ counterparty: {
23078
+ chain_name: 'composable',
23079
+ base_denom: 'ppica'
23080
+ },
23081
+ provider: 'Quicksilver'
23082
+ }, {
23083
+ type: 'ibc',
23084
+ counterparty: {
23085
+ chain_name: 'quicksilver',
23086
+ base_denom: 'pqpica',
23087
+ channel_id: 'channel-2'
23088
+ },
23089
+ chain: {
23090
+ channel_id: 'channel-522',
23091
+ path: 'transfer/channel-522/pqpica'
23092
+ }
23093
+ }],
23094
+ logo_URIs: {
23095
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png',
23096
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg'
23097
+ },
23098
+ images: [{
23099
+ image_sync: {
23100
+ chain_name: 'quicksilver',
23101
+ base_denom: 'pqpica'
23102
+ },
23103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.png',
23104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qpica.svg',
23105
+ theme: {
23106
+ primary_color_hex: '#ff914d'
23107
+ }
23108
+ }]
23109
+ },
23110
+ {
23111
+ description: 'Quicksilver Liquid Staked INJ',
23112
+ denom_units: [{
23113
+ denom: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
23114
+ exponent: 0,
23115
+ aliases: ['qinj']
23116
+ }, {
23117
+ denom: 'qINJ',
23118
+ exponent: 18,
23119
+ aliases: []
23120
+ }],
23121
+ type_asset: 'ics20',
23122
+ base: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
23123
+ name: 'Quicksilver Liquid Staked INJ',
23124
+ display: 'qinj',
23125
+ symbol: 'qINJ',
23126
+ traces: [{
23127
+ type: 'liquid-stake',
23128
+ counterparty: {
23129
+ chain_name: 'injective',
23130
+ base_denom: 'inj'
23131
+ },
23132
+ provider: 'Quicksilver'
23133
+ }, {
23134
+ type: 'ibc',
23135
+ counterparty: {
23136
+ chain_name: 'quicksilver',
23137
+ base_denom: 'qinj',
23138
+ channel_id: 'channel-2'
23139
+ },
23140
+ chain: {
23141
+ channel_id: 'channel-522',
23142
+ path: 'transfer/channel-522/qinj'
23143
+ }
23144
+ }],
23145
+ logo_URIs: {
23146
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png',
23147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg'
23148
+ },
23149
+ images: [{
23150
+ image_sync: {
23151
+ chain_name: 'quicksilver',
23152
+ base_denom: 'qinj'
23153
+ },
23154
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.png',
23155
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qinj.svg',
23156
+ theme: {
23157
+ primary_color_hex: '#ff914d'
23158
+ }
23159
+ }]
23160
+ },
23161
+ {
23162
+ description: 'Quicksilver Liquid Staked FLIX',
23163
+ denom_units: [{
23164
+ denom: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162',
23165
+ exponent: 0,
23166
+ aliases: ['uqflix']
23167
+ }, {
23168
+ denom: 'qflix',
23169
+ exponent: 6,
23170
+ aliases: []
23171
+ }],
23172
+ type_asset: 'ics20',
23173
+ base: 'ibc/9880C90A843C647E7A5D7C108CBB3D6E3D671F3F6BB930558F81B3B24D334162',
23174
+ name: 'Quicksilver Liquid Staked FLIX',
23175
+ display: 'qflix',
23176
+ symbol: 'qFLIX',
23177
+ traces: [{
23178
+ type: 'liquid-stake',
23179
+ counterparty: {
23180
+ chain_name: 'omniflixhub',
23181
+ base_denom: 'uflix'
23182
+ },
23183
+ provider: 'Quicksilver'
23184
+ }, {
23185
+ type: 'ibc',
23186
+ counterparty: {
23187
+ chain_name: 'quicksilver',
23188
+ base_denom: 'uqflix',
23189
+ channel_id: 'channel-2'
23190
+ },
23191
+ chain: {
23192
+ channel_id: 'channel-522',
23193
+ path: 'transfer/channel-522/uqflix'
23194
+ }
23195
+ }],
23196
+ logo_URIs: {
23197
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png',
23198
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg'
23199
+ },
23200
+ images: [{
23201
+ image_sync: {
23202
+ chain_name: 'quicksilver',
23203
+ base_denom: 'uqflix'
23204
+ },
23205
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.png',
23206
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qflix.svg',
23207
+ theme: {
23208
+ primary_color_hex: '#ff914d'
23209
+ }
23210
+ }]
23211
+ },
23212
+ {
23213
+ description: 'Quicksilver Liquid Staked LUNA',
23214
+ denom_units: [{
23215
+ denom: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053',
23216
+ exponent: 0,
23217
+ aliases: ['uqluna']
23218
+ }, {
23219
+ denom: 'qluna',
23220
+ exponent: 6,
23221
+ aliases: []
23222
+ }],
23223
+ type_asset: 'ics20',
23224
+ base: 'ibc/C3FD0795C73D0D61C09374F99D3F23E746194D22A64B6A44FF0530BCF2419053',
23225
+ name: 'Quicksilver Liquid Staked LUNA',
23226
+ display: 'qluna',
23227
+ symbol: 'qLUNA',
23228
+ traces: [{
23229
+ type: 'liquid-stake',
23230
+ counterparty: {
23231
+ chain_name: 'terra2',
23232
+ base_denom: 'uluna'
23233
+ },
23234
+ provider: 'Quicksilver'
23235
+ }, {
23236
+ type: 'ibc',
23237
+ counterparty: {
23238
+ chain_name: 'quicksilver',
23239
+ base_denom: 'uqluna',
23240
+ channel_id: 'channel-2'
23241
+ },
23242
+ chain: {
23243
+ channel_id: 'channel-522',
23244
+ path: 'transfer/channel-522/uqluna'
23245
+ }
23246
+ }],
23247
+ logo_URIs: {
23248
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png',
23249
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg'
23250
+ },
23251
+ images: [{
23252
+ image_sync: {
23253
+ chain_name: 'quicksilver',
23254
+ base_denom: 'uqluna'
23255
+ },
23256
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.png',
23257
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qluna.svg',
23258
+ theme: {
23259
+ primary_color_hex: '#ff914d'
23260
+ }
23261
+ }]
23262
+ },
23263
+ {
23264
+ description: 'Cosmos Bitcoin',
23265
+ extended_description: 'Cosmos Bitcoin',
23266
+ denom_units: [{
23267
+ denom: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B',
23268
+ exponent: 0,
23269
+ aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN']
23270
+ }, {
23271
+ denom: 'BITCOIN',
23272
+ exponent: 6
23273
+ }],
23274
+ type_asset: 'ics20',
23275
+ base: 'ibc/648260E4FF8AEDD310F2A72930F25DD7F43DD82F45F66E53B4A70A0C216FA53B',
23276
+ name: 'Cosmos Bitcoin',
23277
+ display: 'BITCOIN',
23278
+ symbol: 'BITCOIN',
23279
+ traces: [{
23280
+ type: 'ibc',
23281
+ counterparty: {
23282
+ chain_name: 'injective',
23283
+ base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN',
23284
+ channel_id: 'channel-8'
23285
+ },
23286
+ chain: {
23287
+ channel_id: 'channel-122',
23288
+ path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN'
23289
+ }
23290
+ }],
23291
+ logo_URIs: {
23292
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png'
23293
+ },
23294
+ socials: {
23295
+ website: 'https://getbitcoinmeme.com',
23296
+ twitter: 'https://x.com/getbitcoinmeme'
23297
+ },
23298
+ keywords: ['meme']
23299
+ },
23300
+ {
23301
+ description: 'Crypto',
23302
+ extended_description: 'Crypto',
23303
+ denom_units: [{
23304
+ denom: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849',
23305
+ exponent: 0,
23306
+ aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO']
23307
+ }, {
23308
+ denom: 'CRYPTO',
23309
+ exponent: 6
23310
+ }],
23311
+ type_asset: 'ics20',
23312
+ base: 'ibc/1B23B6F7DAC37267F04E82466AB798CC59F941BD4AE5653C497730F174F14849',
23313
+ name: 'Crypto',
23314
+ display: 'CRYPTO',
23315
+ symbol: 'CRYPTO',
23316
+ traces: [{
23317
+ type: 'ibc',
23318
+ counterparty: {
23319
+ chain_name: 'injective',
23320
+ base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO',
23321
+ channel_id: 'channel-8'
23322
+ },
23323
+ chain: {
23324
+ channel_id: 'channel-122',
23325
+ path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO'
23326
+ }
23327
+ }],
23328
+ logo_URIs: {
23329
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png'
23330
+ },
23331
+ socials: {
23332
+ website: 'https://getcryptomeme.com',
23333
+ twitter: 'https://x.com/getcryptomeme'
23334
+ },
23335
+ keywords: ['meme']
23336
+ },
23337
+ {
23338
+ description: 'Bricscoin',
23339
+ extended_description: 'BRICS coin',
23340
+ denom_units: [{
23341
+ denom: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A',
23342
+ exponent: 0,
23343
+ aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS']
23344
+ }, {
23345
+ denom: 'BRICS',
23346
+ exponent: 6
23347
+ }],
23348
+ type_asset: 'ics20',
23349
+ base: 'ibc/54C7B977B96DFC56D877A7F74D22BD26B5E42CA6171F120F5A36AC82BFD4711A',
23350
+ name: 'Brics coin',
23351
+ display: 'BRICS',
23352
+ symbol: 'BRICS',
23353
+ traces: [{
23354
+ type: 'ibc',
23355
+ counterparty: {
23356
+ chain_name: 'injective',
23357
+ base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS',
23358
+ channel_id: 'channel-8'
23359
+ },
23360
+ chain: {
23361
+ channel_id: 'channel-122',
23362
+ path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS'
23363
+ }
23364
+ }],
23365
+ logo_URIs: {
23366
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png'
23367
+ },
23368
+ socials: {
23369
+ website: 'https://bricscoin.cash',
23370
+ twitter: 'https://x.com/bricscoincash'
23371
+ },
23372
+ keywords: ['meme']
23373
+ },
23374
+ {
23375
+ description: 'Instant Noodles Coin',
23376
+ extended_description: 'Instant Noodles Coin',
23377
+ denom_units: [{
23378
+ denom: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180',
23379
+ exponent: 0,
23380
+ aliases: ['factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC']
23381
+ }, {
23382
+ denom: 'INC',
23383
+ exponent: 6
23384
+ }],
23385
+ type_asset: 'ics20',
23386
+ base: 'ibc/A436BC9498153DC580B56BD27043BBFE08A1754696C05FFF00B2A41EC796D180',
23387
+ name: 'Instant Noodles Coin',
23388
+ display: 'INC',
23389
+ symbol: 'INC',
23390
+ traces: [{
23391
+ type: 'ibc',
23392
+ counterparty: {
23393
+ chain_name: 'injective',
23394
+ base_denom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC',
23395
+ channel_id: 'channel-8'
23396
+ },
23397
+ chain: {
23398
+ channel_id: 'channel-122',
23399
+ path: 'transfer/channel-122/factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC'
23400
+ }
23401
+ }],
23402
+ logo_URIs: {
23403
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png'
23404
+ },
23405
+ socials: {
23406
+ website: 'https://instantnoodles.xyz',
23407
+ twitter: 'https://x.com/instantnoodlesinc'
23408
+ },
23409
+ keywords: ['meme']
22819
23410
  }
22820
23411
  ]
22821
23412
  };