@chain-registry/assets 1.70.107 → 1.70.109

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 (43) 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/migaloo.js +216 -0
  11. package/esm/mainnet/neutron.js +80 -0
  12. package/esm/mainnet/noble.js +24 -24
  13. package/esm/mainnet/omniflixhub.js +84 -0
  14. package/esm/mainnet/osmosis.js +240 -24
  15. package/esm/mainnet/quicksilver.js +1528 -168
  16. package/esm/mainnet/saga.js +84 -0
  17. package/esm/mainnet/sommelier.js +84 -0
  18. package/esm/mainnet/terra2.js +108 -24
  19. package/esm/mainnet/xion.js +84 -0
  20. package/esm/testnet/axelartestnet.js +140 -0
  21. package/esm/testnet/manifesttestnet.js +72 -0
  22. package/index.d.ts +1 -1
  23. package/mainnet/agoric.js +84 -0
  24. package/mainnet/axelar.js +8 -8
  25. package/mainnet/celestia.js +84 -0
  26. package/mainnet/cosmoshub.js +24 -24
  27. package/mainnet/dydx.js +84 -0
  28. package/mainnet/injective.js +108 -24
  29. package/mainnet/int3face.js +306 -0
  30. package/mainnet/jackal.js +8 -8
  31. package/mainnet/migaloo.js +216 -0
  32. package/mainnet/neutron.js +80 -0
  33. package/mainnet/noble.js +24 -24
  34. package/mainnet/omniflixhub.js +84 -0
  35. package/mainnet/osmosis.js +240 -24
  36. package/mainnet/quicksilver.js +1528 -168
  37. package/mainnet/saga.js +84 -0
  38. package/mainnet/sommelier.js +84 -0
  39. package/mainnet/terra2.js +108 -24
  40. package/mainnet/xion.js +84 -0
  41. package/package.json +5 -5
  42. package/testnet/axelartestnet.js +140 -0
  43. package/testnet/manifesttestnet.js +72 -0
package/mainnet/dydx.js CHANGED
@@ -5146,6 +5146,48 @@ const assets = {
5146
5146
  }
5147
5147
  }]
5148
5148
  },
5149
+ {
5150
+ description: 'QCK - native token of Quicksilver',
5151
+ denom_units: [{
5152
+ denom: 'ibc/67307289B5B1642758DDF16AE21928594B2C82B3B8BEA13B2F6C28F3F161353D',
5153
+ exponent: 0,
5154
+ aliases: ['uqck']
5155
+ }, {
5156
+ denom: 'qck',
5157
+ exponent: 6,
5158
+ aliases: []
5159
+ }],
5160
+ base: 'ibc/67307289B5B1642758DDF16AE21928594B2C82B3B8BEA13B2F6C28F3F161353D',
5161
+ name: 'Quicksilver',
5162
+ display: 'qck',
5163
+ symbol: 'QCK',
5164
+ logo_URIs: {
5165
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
5166
+ },
5167
+ coingecko_id: 'quicksilver',
5168
+ images: [{
5169
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
5170
+ theme: {
5171
+ primary_color_hex: '#b2b2b2'
5172
+ }
5173
+ }],
5174
+ socials: {
5175
+ website: 'https://quicksilver.zone/',
5176
+ twitter: 'https://twitter.com/quicksilverzone'
5177
+ },
5178
+ type_asset: 'sdk.coin',
5179
+ traces: [{
5180
+ type: 'ibc',
5181
+ counterparty: {
5182
+ channel_id: 'channel-164',
5183
+ base_denom: 'uqck',
5184
+ chain_name: 'quicksilver'
5185
+ },
5186
+ chain: {
5187
+ channel_id: 'channel-32'
5188
+ }
5189
+ }]
5190
+ },
5149
5191
  {
5150
5192
  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.',
5151
5193
  denom_units: [{
@@ -10044,6 +10086,48 @@ const assets = {
10044
10086
  }
10045
10087
  }]
10046
10088
  },
10089
+ {
10090
+ description: 'QCK - native token of Quicksilver',
10091
+ denom_units: [{
10092
+ denom: 'ibc/67307289B5B1642758DDF16AE21928594B2C82B3B8BEA13B2F6C28F3F161353D',
10093
+ exponent: 0,
10094
+ aliases: ['uqck']
10095
+ }, {
10096
+ denom: 'qck',
10097
+ exponent: 6,
10098
+ aliases: []
10099
+ }],
10100
+ base: 'ibc/67307289B5B1642758DDF16AE21928594B2C82B3B8BEA13B2F6C28F3F161353D',
10101
+ name: 'Quicksilver',
10102
+ display: 'qck',
10103
+ symbol: 'QCK',
10104
+ logo_URIs: {
10105
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
10106
+ },
10107
+ coingecko_id: 'quicksilver',
10108
+ images: [{
10109
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
10110
+ theme: {
10111
+ primary_color_hex: '#b2b2b2'
10112
+ }
10113
+ }],
10114
+ socials: {
10115
+ website: 'https://quicksilver.zone/',
10116
+ twitter: 'https://twitter.com/quicksilverzone'
10117
+ },
10118
+ type_asset: 'sdk.coin',
10119
+ traces: [{
10120
+ type: 'ibc',
10121
+ counterparty: {
10122
+ channel_id: 'channel-164',
10123
+ base_denom: 'uqck',
10124
+ chain_name: 'quicksilver'
10125
+ },
10126
+ chain: {
10127
+ channel_id: 'channel-32'
10128
+ }
10129
+ }]
10130
+ },
10047
10131
  {
10048
10132
  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.',
10049
10133
  denom_units: [{
@@ -1261,10 +1261,10 @@ const assets = {
1261
1261
  display: 'ckUSD',
1262
1262
  symbol: 'CKUSD',
1263
1263
  logo_URIs: {
1264
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1264
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1265
1265
  },
1266
1266
  images: [{
1267
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1267
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1268
1268
  }],
1269
1269
  keywords: ['dex', 'mm'],
1270
1270
  socials: {
@@ -1299,10 +1299,10 @@ const assets = {
1299
1299
  display: 'cUSDC',
1300
1300
  symbol: 'CUSDC',
1301
1301
  logo_URIs: {
1302
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1302
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1303
1303
  },
1304
1304
  images: [{
1305
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1306
1306
  }],
1307
1307
  keywords: ['dex', 'mm'],
1308
1308
  type_asset: 'sdk.coin',
@@ -1331,12 +1331,12 @@ const assets = {
1331
1331
  base: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40',
1332
1332
  name: 'cUSDT.inj',
1333
1333
  display: 'cUSDT.inj',
1334
- symbol: 'CUSDT.inj',
1334
+ symbol: 'cUSDT.inj',
1335
1335
  logo_URIs: {
1336
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1336
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1337
1337
  },
1338
1338
  images: [{
1339
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1339
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1340
1340
  }],
1341
1341
  keywords: ['dex', 'mm'],
1342
1342
  type_asset: 'sdk.coin',
@@ -1365,12 +1365,12 @@ const assets = {
1365
1365
  base: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66',
1366
1366
  name: 'asUSDT.inj',
1367
1367
  display: 'asusdtinj',
1368
- symbol: 'ASUSDT.inj',
1368
+ symbol: 'asUSDT.inj',
1369
1369
  logo_URIs: {
1370
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1370
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1371
1371
  },
1372
1372
  images: [{
1373
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1373
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1374
1374
  }],
1375
1375
  keywords: ['dex', 'mm'],
1376
1376
  type_asset: 'sdk.coin',
@@ -1401,10 +1401,10 @@ const assets = {
1401
1401
  display: 'asUSDC',
1402
1402
  symbol: 'ASUSDC',
1403
1403
  logo_URIs: {
1404
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1404
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1405
1405
  },
1406
1406
  images: [{
1407
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1407
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1408
1408
  }],
1409
1409
  keywords: ['dex', 'mm'],
1410
1410
  type_asset: 'sdk.coin',
@@ -6195,6 +6195,48 @@ const assets = {
6195
6195
  }
6196
6196
  }]
6197
6197
  },
6198
+ {
6199
+ description: 'QCK - native token of Quicksilver',
6200
+ denom_units: [{
6201
+ denom: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30',
6202
+ exponent: 0,
6203
+ aliases: ['uqck']
6204
+ }, {
6205
+ denom: 'qck',
6206
+ exponent: 6,
6207
+ aliases: []
6208
+ }],
6209
+ base: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30',
6210
+ name: 'Quicksilver',
6211
+ display: 'qck',
6212
+ symbol: 'QCK',
6213
+ logo_URIs: {
6214
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
6215
+ },
6216
+ coingecko_id: 'quicksilver',
6217
+ images: [{
6218
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
6219
+ theme: {
6220
+ primary_color_hex: '#b2b2b2'
6221
+ }
6222
+ }],
6223
+ socials: {
6224
+ website: 'https://quicksilver.zone/',
6225
+ twitter: 'https://twitter.com/quicksilverzone'
6226
+ },
6227
+ type_asset: 'sdk.coin',
6228
+ traces: [{
6229
+ type: 'ibc',
6230
+ counterparty: {
6231
+ channel_id: 'channel-234',
6232
+ base_denom: 'uqck',
6233
+ chain_name: 'quicksilver'
6234
+ },
6235
+ chain: {
6236
+ channel_id: 'channel-394'
6237
+ }
6238
+ }]
6239
+ },
6198
6240
  {
6199
6241
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
6200
6242
  denom_units: [{
@@ -6751,10 +6793,10 @@ const assets = {
6751
6793
  display: 'ckUSD',
6752
6794
  symbol: 'CKUSD',
6753
6795
  logo_URIs: {
6754
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
6796
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
6755
6797
  },
6756
6798
  images: [{
6757
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
6799
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
6758
6800
  }],
6759
6801
  keywords: ['dex', 'mm'],
6760
6802
  socials: {
@@ -6789,10 +6831,10 @@ const assets = {
6789
6831
  display: 'cUSDC',
6790
6832
  symbol: 'CUSDC',
6791
6833
  logo_URIs: {
6792
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
6834
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
6793
6835
  },
6794
6836
  images: [{
6795
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
6837
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
6796
6838
  }],
6797
6839
  keywords: ['dex', 'mm'],
6798
6840
  type_asset: 'sdk.coin',
@@ -6821,12 +6863,12 @@ const assets = {
6821
6863
  base: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40',
6822
6864
  name: 'cUSDT.inj',
6823
6865
  display: 'cUSDT.inj',
6824
- symbol: 'CUSDT.inj',
6866
+ symbol: 'cUSDT.inj',
6825
6867
  logo_URIs: {
6826
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
6827
6869
  },
6828
6870
  images: [{
6829
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6871
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
6830
6872
  }],
6831
6873
  keywords: ['dex', 'mm'],
6832
6874
  type_asset: 'sdk.coin',
@@ -6855,12 +6897,12 @@ const assets = {
6855
6897
  base: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66',
6856
6898
  name: 'asUSDT.inj',
6857
6899
  display: 'asusdtinj',
6858
- symbol: 'ASUSDT.inj',
6900
+ symbol: 'asUSDT.inj',
6859
6901
  logo_URIs: {
6860
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6902
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
6861
6903
  },
6862
6904
  images: [{
6863
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6905
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
6864
6906
  }],
6865
6907
  keywords: ['dex', 'mm'],
6866
6908
  type_asset: 'sdk.coin',
@@ -6891,10 +6933,10 @@ const assets = {
6891
6933
  display: 'asUSDC',
6892
6934
  symbol: 'ASUSDC',
6893
6935
  logo_URIs: {
6894
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
6936
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
6895
6937
  },
6896
6938
  images: [{
6897
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
6939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
6898
6940
  }],
6899
6941
  keywords: ['dex', 'mm'],
6900
6942
  type_asset: 'sdk.coin',
@@ -11685,6 +11727,48 @@ const assets = {
11685
11727
  }
11686
11728
  }]
11687
11729
  },
11730
+ {
11731
+ description: 'QCK - native token of Quicksilver',
11732
+ denom_units: [{
11733
+ denom: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30',
11734
+ exponent: 0,
11735
+ aliases: ['uqck']
11736
+ }, {
11737
+ denom: 'qck',
11738
+ exponent: 6,
11739
+ aliases: []
11740
+ }],
11741
+ base: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30',
11742
+ name: 'Quicksilver',
11743
+ display: 'qck',
11744
+ symbol: 'QCK',
11745
+ logo_URIs: {
11746
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
11747
+ },
11748
+ coingecko_id: 'quicksilver',
11749
+ images: [{
11750
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
11751
+ theme: {
11752
+ primary_color_hex: '#b2b2b2'
11753
+ }
11754
+ }],
11755
+ socials: {
11756
+ website: 'https://quicksilver.zone/',
11757
+ twitter: 'https://twitter.com/quicksilverzone'
11758
+ },
11759
+ type_asset: 'sdk.coin',
11760
+ traces: [{
11761
+ type: 'ibc',
11762
+ counterparty: {
11763
+ channel_id: 'channel-234',
11764
+ base_denom: 'uqck',
11765
+ chain_name: 'quicksilver'
11766
+ },
11767
+ chain: {
11768
+ channel_id: 'channel-394'
11769
+ }
11770
+ }]
11771
+ },
11688
11772
  {
11689
11773
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
11690
11774
  denom_units: [{
@@ -3,6 +3,159 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'int3face',
5
5
  assets: [
6
+ {
7
+ description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
8
+ denom_units: [{
9
+ denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
10
+ exponent: 0,
11
+ aliases: ['untrn']
12
+ }, {
13
+ denom: 'ntrn',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
17
+ name: 'Neutron',
18
+ display: 'ntrn',
19
+ symbol: 'NTRN',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
23
+ },
24
+ coingecko_id: 'neutron-3',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
28
+ theme: {
29
+ primary_color_hex: '#040404',
30
+ background_color_hex: '#000000',
31
+ circle: true
32
+ }
33
+ }],
34
+ socials: {
35
+ website: 'https://neutron.org/',
36
+ twitter: 'https://twitter.com/Neutron_org'
37
+ },
38
+ type_asset: 'sdk.coin',
39
+ traces: [{
40
+ type: 'ibc',
41
+ counterparty: {
42
+ channel_id: 'channel-6455',
43
+ base_denom: 'untrn',
44
+ chain_name: 'neutron'
45
+ },
46
+ chain: {
47
+ channel_id: 'channel-1'
48
+ }
49
+ }]
50
+ },
51
+ {
52
+ description: 'BITCOSMOS',
53
+ denom_units: [{
54
+ denom: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2',
55
+ exponent: 0,
56
+ aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
57
+ }, {
58
+ denom: 'bitcosmos',
59
+ exponent: 6
60
+ }],
61
+ base: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2',
62
+ name: 'Bitcosmos',
63
+ display: 'bitcosmos',
64
+ symbol: 'BTC',
65
+ logo_URIs: {
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
67
+ },
68
+ images: [{
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
70
+ theme: {
71
+ primary_color_hex: '#1b0847'
72
+ }
73
+ }],
74
+ type_asset: 'sdk.coin',
75
+ traces: [{
76
+ type: 'ibc',
77
+ counterparty: {
78
+ channel_id: 'channel-6455',
79
+ base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
80
+ chain_name: 'neutron'
81
+ },
82
+ chain: {
83
+ channel_id: 'channel-1'
84
+ }
85
+ }]
86
+ },
87
+ {
88
+ description: 'What the Fuck',
89
+ denom_units: [{
90
+ denom: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240',
91
+ exponent: 0,
92
+ aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
93
+ }, {
94
+ denom: 'wtf',
95
+ exponent: 6
96
+ }],
97
+ base: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240',
98
+ name: 'wtf',
99
+ display: 'wtf',
100
+ symbol: 'WTF',
101
+ logo_URIs: {
102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
103
+ },
104
+ images: [{
105
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
106
+ theme: {
107
+ primary_color_hex: '#dcd5ab'
108
+ }
109
+ }],
110
+ type_asset: 'sdk.coin',
111
+ traces: [{
112
+ type: 'ibc',
113
+ counterparty: {
114
+ channel_id: 'channel-6455',
115
+ base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
116
+ chain_name: 'neutron'
117
+ },
118
+ chain: {
119
+ channel_id: 'channel-1'
120
+ }
121
+ }]
122
+ },
123
+ {
124
+ description: 'Astro BOY',
125
+ denom_units: [{
126
+ denom: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142',
127
+ exponent: 0,
128
+ aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
129
+ }, {
130
+ denom: 'boy',
131
+ exponent: 6
132
+ }],
133
+ base: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142',
134
+ name: 'boy',
135
+ display: 'boy',
136
+ symbol: 'BOY',
137
+ logo_URIs: {
138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
139
+ },
140
+ images: [{
141
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
142
+ theme: {
143
+ primary_color_hex: '#333333'
144
+ }
145
+ }],
146
+ type_asset: 'sdk.coin',
147
+ traces: [{
148
+ type: 'ibc',
149
+ counterparty: {
150
+ channel_id: 'channel-6455',
151
+ base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
152
+ chain_name: 'neutron'
153
+ },
154
+ chain: {
155
+ channel_id: 'channel-1'
156
+ }
157
+ }]
158
+ },
6
159
  {
7
160
  description: 'The native token of Osmosis',
8
161
  denom_units: [{
@@ -91,6 +244,159 @@ const assets = {
91
244
  }
92
245
  }]
93
246
  },
247
+ {
248
+ description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
249
+ denom_units: [{
250
+ denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
251
+ exponent: 0,
252
+ aliases: ['untrn']
253
+ }, {
254
+ denom: 'ntrn',
255
+ exponent: 6
256
+ }],
257
+ base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
258
+ name: 'Neutron',
259
+ display: 'ntrn',
260
+ symbol: 'NTRN',
261
+ logo_URIs: {
262
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
263
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
264
+ },
265
+ coingecko_id: 'neutron-3',
266
+ images: [{
267
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
268
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
269
+ theme: {
270
+ primary_color_hex: '#040404',
271
+ background_color_hex: '#000000',
272
+ circle: true
273
+ }
274
+ }],
275
+ socials: {
276
+ website: 'https://neutron.org/',
277
+ twitter: 'https://twitter.com/Neutron_org'
278
+ },
279
+ type_asset: 'sdk.coin',
280
+ traces: [{
281
+ type: 'ibc',
282
+ counterparty: {
283
+ channel_id: 'channel-6455',
284
+ base_denom: 'untrn',
285
+ chain_name: 'neutron'
286
+ },
287
+ chain: {
288
+ channel_id: 'channel-1'
289
+ }
290
+ }]
291
+ },
292
+ {
293
+ description: 'BITCOSMOS',
294
+ denom_units: [{
295
+ denom: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2',
296
+ exponent: 0,
297
+ aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
298
+ }, {
299
+ denom: 'bitcosmos',
300
+ exponent: 6
301
+ }],
302
+ base: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2',
303
+ name: 'Bitcosmos',
304
+ display: 'bitcosmos',
305
+ symbol: 'BTC',
306
+ logo_URIs: {
307
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
308
+ },
309
+ images: [{
310
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
311
+ theme: {
312
+ primary_color_hex: '#1b0847'
313
+ }
314
+ }],
315
+ type_asset: 'sdk.coin',
316
+ traces: [{
317
+ type: 'ibc',
318
+ counterparty: {
319
+ channel_id: 'channel-6455',
320
+ base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
321
+ chain_name: 'neutron'
322
+ },
323
+ chain: {
324
+ channel_id: 'channel-1'
325
+ }
326
+ }]
327
+ },
328
+ {
329
+ description: 'What the Fuck',
330
+ denom_units: [{
331
+ denom: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240',
332
+ exponent: 0,
333
+ aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
334
+ }, {
335
+ denom: 'wtf',
336
+ exponent: 6
337
+ }],
338
+ base: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240',
339
+ name: 'wtf',
340
+ display: 'wtf',
341
+ symbol: 'WTF',
342
+ logo_URIs: {
343
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
344
+ },
345
+ images: [{
346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
347
+ theme: {
348
+ primary_color_hex: '#dcd5ab'
349
+ }
350
+ }],
351
+ type_asset: 'sdk.coin',
352
+ traces: [{
353
+ type: 'ibc',
354
+ counterparty: {
355
+ channel_id: 'channel-6455',
356
+ base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
357
+ chain_name: 'neutron'
358
+ },
359
+ chain: {
360
+ channel_id: 'channel-1'
361
+ }
362
+ }]
363
+ },
364
+ {
365
+ description: 'Astro BOY',
366
+ denom_units: [{
367
+ denom: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142',
368
+ exponent: 0,
369
+ aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
370
+ }, {
371
+ denom: 'boy',
372
+ exponent: 6
373
+ }],
374
+ base: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142',
375
+ name: 'boy',
376
+ display: 'boy',
377
+ symbol: 'BOY',
378
+ logo_URIs: {
379
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
380
+ },
381
+ images: [{
382
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
383
+ theme: {
384
+ primary_color_hex: '#333333'
385
+ }
386
+ }],
387
+ type_asset: 'sdk.coin',
388
+ traces: [{
389
+ type: 'ibc',
390
+ counterparty: {
391
+ channel_id: 'channel-6455',
392
+ base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
393
+ chain_name: 'neutron'
394
+ },
395
+ chain: {
396
+ channel_id: 'channel-1'
397
+ }
398
+ }]
399
+ },
94
400
  {
95
401
  description: 'The native token of Osmosis',
96
402
  denom_units: [{