@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
@@ -1259,10 +1259,10 @@ const assets = {
1259
1259
  display: 'ckUSD',
1260
1260
  symbol: 'CKUSD',
1261
1261
  logo_URIs: {
1262
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1262
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1263
1263
  },
1264
1264
  images: [{
1265
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1265
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1266
1266
  }],
1267
1267
  keywords: ['dex', 'mm'],
1268
1268
  socials: {
@@ -1297,10 +1297,10 @@ const assets = {
1297
1297
  display: 'cUSDC',
1298
1298
  symbol: 'CUSDC',
1299
1299
  logo_URIs: {
1300
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1300
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1301
1301
  },
1302
1302
  images: [{
1303
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1303
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1304
1304
  }],
1305
1305
  keywords: ['dex', 'mm'],
1306
1306
  type_asset: 'sdk.coin',
@@ -1329,12 +1329,12 @@ const assets = {
1329
1329
  base: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40',
1330
1330
  name: 'cUSDT.inj',
1331
1331
  display: 'cUSDT.inj',
1332
- symbol: 'CUSDT.inj',
1332
+ symbol: 'cUSDT.inj',
1333
1333
  logo_URIs: {
1334
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1334
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1335
1335
  },
1336
1336
  images: [{
1337
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1337
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1338
1338
  }],
1339
1339
  keywords: ['dex', 'mm'],
1340
1340
  type_asset: 'sdk.coin',
@@ -1363,12 +1363,12 @@ const assets = {
1363
1363
  base: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66',
1364
1364
  name: 'asUSDT.inj',
1365
1365
  display: 'asusdtinj',
1366
- symbol: 'ASUSDT.inj',
1366
+ symbol: 'asUSDT.inj',
1367
1367
  logo_URIs: {
1368
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1368
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1369
1369
  },
1370
1370
  images: [{
1371
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1371
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1372
1372
  }],
1373
1373
  keywords: ['dex', 'mm'],
1374
1374
  type_asset: 'sdk.coin',
@@ -1399,10 +1399,10 @@ const assets = {
1399
1399
  display: 'asUSDC',
1400
1400
  symbol: 'ASUSDC',
1401
1401
  logo_URIs: {
1402
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1403
1403
  },
1404
1404
  images: [{
1405
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1405
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1406
1406
  }],
1407
1407
  keywords: ['dex', 'mm'],
1408
1408
  type_asset: 'sdk.coin',
@@ -6193,6 +6193,48 @@ const assets = {
6193
6193
  }
6194
6194
  }]
6195
6195
  },
6196
+ {
6197
+ description: 'QCK - native token of Quicksilver',
6198
+ denom_units: [{
6199
+ denom: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30',
6200
+ exponent: 0,
6201
+ aliases: ['uqck']
6202
+ }, {
6203
+ denom: 'qck',
6204
+ exponent: 6,
6205
+ aliases: []
6206
+ }],
6207
+ base: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30',
6208
+ name: 'Quicksilver',
6209
+ display: 'qck',
6210
+ symbol: 'QCK',
6211
+ logo_URIs: {
6212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
6213
+ },
6214
+ coingecko_id: 'quicksilver',
6215
+ images: [{
6216
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
6217
+ theme: {
6218
+ primary_color_hex: '#b2b2b2'
6219
+ }
6220
+ }],
6221
+ socials: {
6222
+ website: 'https://quicksilver.zone/',
6223
+ twitter: 'https://twitter.com/quicksilverzone'
6224
+ },
6225
+ type_asset: 'sdk.coin',
6226
+ traces: [{
6227
+ type: 'ibc',
6228
+ counterparty: {
6229
+ channel_id: 'channel-234',
6230
+ base_denom: 'uqck',
6231
+ chain_name: 'quicksilver'
6232
+ },
6233
+ chain: {
6234
+ channel_id: 'channel-394'
6235
+ }
6236
+ }]
6237
+ },
6196
6238
  {
6197
6239
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
6198
6240
  denom_units: [{
@@ -6749,10 +6791,10 @@ const assets = {
6749
6791
  display: 'ckUSD',
6750
6792
  symbol: 'CKUSD',
6751
6793
  logo_URIs: {
6752
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
6794
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
6753
6795
  },
6754
6796
  images: [{
6755
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
6797
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
6756
6798
  }],
6757
6799
  keywords: ['dex', 'mm'],
6758
6800
  socials: {
@@ -6787,10 +6829,10 @@ const assets = {
6787
6829
  display: 'cUSDC',
6788
6830
  symbol: 'CUSDC',
6789
6831
  logo_URIs: {
6790
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
6832
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
6791
6833
  },
6792
6834
  images: [{
6793
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
6835
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
6794
6836
  }],
6795
6837
  keywords: ['dex', 'mm'],
6796
6838
  type_asset: 'sdk.coin',
@@ -6819,12 +6861,12 @@ const assets = {
6819
6861
  base: 'ibc/D37A49E1C6FC8FBE757B25D0031444E00EE327D3E5C2316B6D2B960594028E40',
6820
6862
  name: 'cUSDT.inj',
6821
6863
  display: 'cUSDT.inj',
6822
- symbol: 'CUSDT.inj',
6864
+ symbol: 'cUSDT.inj',
6823
6865
  logo_URIs: {
6824
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6866
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
6825
6867
  },
6826
6868
  images: [{
6827
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6869
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
6828
6870
  }],
6829
6871
  keywords: ['dex', 'mm'],
6830
6872
  type_asset: 'sdk.coin',
@@ -6853,12 +6895,12 @@ const assets = {
6853
6895
  base: 'ibc/F6FD97475115A8A182D7672214D4CBA0F6B5BC47E3EC9957EC9F30B92C73ED66',
6854
6896
  name: 'asUSDT.inj',
6855
6897
  display: 'asusdtinj',
6856
- symbol: 'ASUSDT.inj',
6898
+ symbol: 'asUSDT.inj',
6857
6899
  logo_URIs: {
6858
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6900
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
6859
6901
  },
6860
6902
  images: [{
6861
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6903
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
6862
6904
  }],
6863
6905
  keywords: ['dex', 'mm'],
6864
6906
  type_asset: 'sdk.coin',
@@ -6889,10 +6931,10 @@ const assets = {
6889
6931
  display: 'asUSDC',
6890
6932
  symbol: 'ASUSDC',
6891
6933
  logo_URIs: {
6892
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
6934
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
6893
6935
  },
6894
6936
  images: [{
6895
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
6937
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
6896
6938
  }],
6897
6939
  keywords: ['dex', 'mm'],
6898
6940
  type_asset: 'sdk.coin',
@@ -11683,6 +11725,48 @@ const assets = {
11683
11725
  }
11684
11726
  }]
11685
11727
  },
11728
+ {
11729
+ description: 'QCK - native token of Quicksilver',
11730
+ denom_units: [{
11731
+ denom: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30',
11732
+ exponent: 0,
11733
+ aliases: ['uqck']
11734
+ }, {
11735
+ denom: 'qck',
11736
+ exponent: 6,
11737
+ aliases: []
11738
+ }],
11739
+ base: 'ibc/D123C3D5A0CF4B146D91A386ACBFF9658C82FC6131A64F8D4BA56BF785361E30',
11740
+ name: 'Quicksilver',
11741
+ display: 'qck',
11742
+ symbol: 'QCK',
11743
+ logo_URIs: {
11744
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
11745
+ },
11746
+ coingecko_id: 'quicksilver',
11747
+ images: [{
11748
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
11749
+ theme: {
11750
+ primary_color_hex: '#b2b2b2'
11751
+ }
11752
+ }],
11753
+ socials: {
11754
+ website: 'https://quicksilver.zone/',
11755
+ twitter: 'https://twitter.com/quicksilverzone'
11756
+ },
11757
+ type_asset: 'sdk.coin',
11758
+ traces: [{
11759
+ type: 'ibc',
11760
+ counterparty: {
11761
+ channel_id: 'channel-234',
11762
+ base_denom: 'uqck',
11763
+ chain_name: 'quicksilver'
11764
+ },
11765
+ chain: {
11766
+ channel_id: 'channel-394'
11767
+ }
11768
+ }]
11769
+ },
11686
11770
  {
11687
11771
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
11688
11772
  denom_units: [{
@@ -1,6 +1,159 @@
1
1
  const assets = {
2
2
  chain_name: 'int3face',
3
3
  assets: [
4
+ {
5
+ description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
6
+ denom_units: [{
7
+ denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
8
+ exponent: 0,
9
+ aliases: ['untrn']
10
+ }, {
11
+ denom: 'ntrn',
12
+ exponent: 6
13
+ }],
14
+ base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
15
+ name: 'Neutron',
16
+ display: 'ntrn',
17
+ symbol: 'NTRN',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
21
+ },
22
+ coingecko_id: 'neutron-3',
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
26
+ theme: {
27
+ primary_color_hex: '#040404',
28
+ background_color_hex: '#000000',
29
+ circle: true
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://neutron.org/',
34
+ twitter: 'https://twitter.com/Neutron_org'
35
+ },
36
+ type_asset: 'sdk.coin',
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-6455',
41
+ base_denom: 'untrn',
42
+ chain_name: 'neutron'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-1'
46
+ }
47
+ }]
48
+ },
49
+ {
50
+ description: 'BITCOSMOS',
51
+ denom_units: [{
52
+ denom: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2',
53
+ exponent: 0,
54
+ aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
55
+ }, {
56
+ denom: 'bitcosmos',
57
+ exponent: 6
58
+ }],
59
+ base: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2',
60
+ name: 'Bitcosmos',
61
+ display: 'bitcosmos',
62
+ symbol: 'BTC',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
65
+ },
66
+ images: [{
67
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
68
+ theme: {
69
+ primary_color_hex: '#1b0847'
70
+ }
71
+ }],
72
+ type_asset: 'sdk.coin',
73
+ traces: [{
74
+ type: 'ibc',
75
+ counterparty: {
76
+ channel_id: 'channel-6455',
77
+ base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
78
+ chain_name: 'neutron'
79
+ },
80
+ chain: {
81
+ channel_id: 'channel-1'
82
+ }
83
+ }]
84
+ },
85
+ {
86
+ description: 'What the Fuck',
87
+ denom_units: [{
88
+ denom: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240',
89
+ exponent: 0,
90
+ aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
91
+ }, {
92
+ denom: 'wtf',
93
+ exponent: 6
94
+ }],
95
+ base: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240',
96
+ name: 'wtf',
97
+ display: 'wtf',
98
+ symbol: 'WTF',
99
+ logo_URIs: {
100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
101
+ },
102
+ images: [{
103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
104
+ theme: {
105
+ primary_color_hex: '#dcd5ab'
106
+ }
107
+ }],
108
+ type_asset: 'sdk.coin',
109
+ traces: [{
110
+ type: 'ibc',
111
+ counterparty: {
112
+ channel_id: 'channel-6455',
113
+ base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
114
+ chain_name: 'neutron'
115
+ },
116
+ chain: {
117
+ channel_id: 'channel-1'
118
+ }
119
+ }]
120
+ },
121
+ {
122
+ description: 'Astro BOY',
123
+ denom_units: [{
124
+ denom: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142',
125
+ exponent: 0,
126
+ aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
127
+ }, {
128
+ denom: 'boy',
129
+ exponent: 6
130
+ }],
131
+ base: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142',
132
+ name: 'boy',
133
+ display: 'boy',
134
+ symbol: 'BOY',
135
+ logo_URIs: {
136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
137
+ },
138
+ images: [{
139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
140
+ theme: {
141
+ primary_color_hex: '#333333'
142
+ }
143
+ }],
144
+ type_asset: 'sdk.coin',
145
+ traces: [{
146
+ type: 'ibc',
147
+ counterparty: {
148
+ channel_id: 'channel-6455',
149
+ base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
150
+ chain_name: 'neutron'
151
+ },
152
+ chain: {
153
+ channel_id: 'channel-1'
154
+ }
155
+ }]
156
+ },
4
157
  {
5
158
  description: 'The native token of Osmosis',
6
159
  denom_units: [{
@@ -89,6 +242,159 @@ const assets = {
89
242
  }
90
243
  }]
91
244
  },
245
+ {
246
+ description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
247
+ denom_units: [{
248
+ denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
249
+ exponent: 0,
250
+ aliases: ['untrn']
251
+ }, {
252
+ denom: 'ntrn',
253
+ exponent: 6
254
+ }],
255
+ base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
256
+ name: 'Neutron',
257
+ display: 'ntrn',
258
+ symbol: 'NTRN',
259
+ logo_URIs: {
260
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
261
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
262
+ },
263
+ coingecko_id: 'neutron-3',
264
+ images: [{
265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
266
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
267
+ theme: {
268
+ primary_color_hex: '#040404',
269
+ background_color_hex: '#000000',
270
+ circle: true
271
+ }
272
+ }],
273
+ socials: {
274
+ website: 'https://neutron.org/',
275
+ twitter: 'https://twitter.com/Neutron_org'
276
+ },
277
+ type_asset: 'sdk.coin',
278
+ traces: [{
279
+ type: 'ibc',
280
+ counterparty: {
281
+ channel_id: 'channel-6455',
282
+ base_denom: 'untrn',
283
+ chain_name: 'neutron'
284
+ },
285
+ chain: {
286
+ channel_id: 'channel-1'
287
+ }
288
+ }]
289
+ },
290
+ {
291
+ description: 'BITCOSMOS',
292
+ denom_units: [{
293
+ denom: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2',
294
+ exponent: 0,
295
+ aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
296
+ }, {
297
+ denom: 'bitcosmos',
298
+ exponent: 6
299
+ }],
300
+ base: 'ibc/594590A472284F8D1038F915A4DECC9EE4CC0179585302DC1E1AFEFAECE577A2',
301
+ name: 'Bitcosmos',
302
+ display: 'bitcosmos',
303
+ symbol: 'BTC',
304
+ logo_URIs: {
305
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
306
+ },
307
+ images: [{
308
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
309
+ theme: {
310
+ primary_color_hex: '#1b0847'
311
+ }
312
+ }],
313
+ type_asset: 'sdk.coin',
314
+ traces: [{
315
+ type: 'ibc',
316
+ counterparty: {
317
+ channel_id: 'channel-6455',
318
+ base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
319
+ chain_name: 'neutron'
320
+ },
321
+ chain: {
322
+ channel_id: 'channel-1'
323
+ }
324
+ }]
325
+ },
326
+ {
327
+ description: 'What the Fuck',
328
+ denom_units: [{
329
+ denom: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240',
330
+ exponent: 0,
331
+ aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
332
+ }, {
333
+ denom: 'wtf',
334
+ exponent: 6
335
+ }],
336
+ base: 'ibc/9F0F8955AB1BEDB0C26CC7107D60EAC01512BA98E4C0F53383162DC8FF36D240',
337
+ name: 'wtf',
338
+ display: 'wtf',
339
+ symbol: 'WTF',
340
+ logo_URIs: {
341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
342
+ },
343
+ images: [{
344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
345
+ theme: {
346
+ primary_color_hex: '#dcd5ab'
347
+ }
348
+ }],
349
+ type_asset: 'sdk.coin',
350
+ traces: [{
351
+ type: 'ibc',
352
+ counterparty: {
353
+ channel_id: 'channel-6455',
354
+ base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
355
+ chain_name: 'neutron'
356
+ },
357
+ chain: {
358
+ channel_id: 'channel-1'
359
+ }
360
+ }]
361
+ },
362
+ {
363
+ description: 'Astro BOY',
364
+ denom_units: [{
365
+ denom: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142',
366
+ exponent: 0,
367
+ aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
368
+ }, {
369
+ denom: 'boy',
370
+ exponent: 6
371
+ }],
372
+ base: 'ibc/6E61B880A7881DC6E0BA3B9C8C291B679601FF4A21F16BE259B866783C75C142',
373
+ name: 'boy',
374
+ display: 'boy',
375
+ symbol: 'BOY',
376
+ logo_URIs: {
377
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
378
+ },
379
+ images: [{
380
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
381
+ theme: {
382
+ primary_color_hex: '#333333'
383
+ }
384
+ }],
385
+ type_asset: 'sdk.coin',
386
+ traces: [{
387
+ type: 'ibc',
388
+ counterparty: {
389
+ channel_id: 'channel-6455',
390
+ base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
391
+ chain_name: 'neutron'
392
+ },
393
+ chain: {
394
+ channel_id: 'channel-1'
395
+ }
396
+ }]
397
+ },
92
398
  {
93
399
  description: 'The native token of Osmosis',
94
400
  denom_units: [{
@@ -88,14 +88,14 @@ const assets = {
88
88
  {
89
89
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
90
90
  denom_units: [{
91
- denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
91
+ denom: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E',
92
92
  exponent: 0,
93
93
  aliases: ['uaxl']
94
94
  }, {
95
95
  denom: 'axl',
96
96
  exponent: 6
97
97
  }],
98
- base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
98
+ base: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E',
99
99
  name: 'Axelar',
100
100
  display: 'axl',
101
101
  symbol: 'AXL',
@@ -119,12 +119,12 @@ const assets = {
119
119
  traces: [{
120
120
  type: 'ibc',
121
121
  counterparty: {
122
- channel_id: 'channel-137',
122
+ channel_id: 'channel-168',
123
123
  base_denom: 'uaxl',
124
124
  chain_name: 'axelar'
125
125
  },
126
126
  chain: {
127
- channel_id: 'channel-49'
127
+ channel_id: 'channel-153'
128
128
  }
129
129
  }]
130
130
  },
@@ -335,14 +335,14 @@ const assets = {
335
335
  {
336
336
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
337
337
  denom_units: [{
338
- denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
338
+ denom: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E',
339
339
  exponent: 0,
340
340
  aliases: ['uaxl']
341
341
  }, {
342
342
  denom: 'axl',
343
343
  exponent: 6
344
344
  }],
345
- base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
345
+ base: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E',
346
346
  name: 'Axelar',
347
347
  display: 'axl',
348
348
  symbol: 'AXL',
@@ -366,12 +366,12 @@ const assets = {
366
366
  traces: [{
367
367
  type: 'ibc',
368
368
  counterparty: {
369
- channel_id: 'channel-137',
369
+ channel_id: 'channel-168',
370
370
  base_denom: 'uaxl',
371
371
  chain_name: 'axelar'
372
372
  },
373
373
  chain: {
374
- channel_id: 'channel-49'
374
+ channel_id: 'channel-153'
375
375
  }
376
376
  }]
377
377
  },