@chain-registry/assets 1.64.79 → 1.64.81

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 (70) hide show
  1. package/esm/mainnet/agoric.js +6 -2
  2. package/esm/mainnet/akash.js +6 -2
  3. package/esm/mainnet/axelar.js +20 -88
  4. package/esm/mainnet/beezee.js +232 -0
  5. package/esm/mainnet/chihuahua.js +6 -2
  6. package/esm/mainnet/comdex.js +6 -2
  7. package/esm/mainnet/composable.js +4 -2
  8. package/esm/mainnet/cosmoshub.js +6 -2
  9. package/esm/mainnet/crescent.js +6 -2
  10. package/esm/mainnet/cryptoorgchain.js +6 -2
  11. package/esm/mainnet/dydx.js +6 -2
  12. package/esm/mainnet/gravitybridge.js +6 -2
  13. package/esm/mainnet/injective.js +6 -2
  14. package/esm/mainnet/irisnet.js +6 -2
  15. package/esm/mainnet/juno.js +6 -2
  16. package/esm/mainnet/kava.js +6 -2
  17. package/esm/mainnet/kujira.js +6 -2
  18. package/esm/mainnet/neutron.js +6 -2
  19. package/esm/mainnet/noble.js +174 -110
  20. package/esm/mainnet/osmosis.js +30 -94
  21. package/esm/mainnet/quicksilver.js +6 -2
  22. package/esm/mainnet/regen.js +6 -2
  23. package/esm/mainnet/secretnetwork.js +78 -22
  24. package/esm/mainnet/sentinel.js +6 -2
  25. package/esm/mainnet/sifchain.js +6 -2
  26. package/esm/mainnet/stargaze.js +6 -2
  27. package/esm/mainnet/starname.js +6 -2
  28. package/esm/mainnet/stride.js +6 -2
  29. package/esm/mainnet/umee.js +6 -2
  30. package/esm/testnet/assets.js +2 -1
  31. package/esm/testnet/index.js +1 -0
  32. package/esm/testnet/nobletestnet.js +64 -0
  33. package/esm/testnet/seitestnet2.js +178 -0
  34. package/index.d.ts +1 -1
  35. package/mainnet/agoric.js +6 -2
  36. package/mainnet/akash.js +6 -2
  37. package/mainnet/axelar.js +20 -88
  38. package/mainnet/beezee.js +232 -0
  39. package/mainnet/chihuahua.js +6 -2
  40. package/mainnet/comdex.js +6 -2
  41. package/mainnet/composable.js +4 -2
  42. package/mainnet/cosmoshub.js +6 -2
  43. package/mainnet/crescent.js +6 -2
  44. package/mainnet/cryptoorgchain.js +6 -2
  45. package/mainnet/dydx.js +6 -2
  46. package/mainnet/gravitybridge.js +6 -2
  47. package/mainnet/injective.js +6 -2
  48. package/mainnet/irisnet.js +6 -2
  49. package/mainnet/juno.js +6 -2
  50. package/mainnet/kava.js +6 -2
  51. package/mainnet/kujira.js +6 -2
  52. package/mainnet/neutron.js +6 -2
  53. package/mainnet/noble.js +174 -110
  54. package/mainnet/osmosis.js +30 -94
  55. package/mainnet/quicksilver.js +6 -2
  56. package/mainnet/regen.js +6 -2
  57. package/mainnet/secretnetwork.js +78 -22
  58. package/mainnet/sentinel.js +6 -2
  59. package/mainnet/sifchain.js +6 -2
  60. package/mainnet/stargaze.js +6 -2
  61. package/mainnet/starname.js +6 -2
  62. package/mainnet/stride.js +6 -2
  63. package/mainnet/umee.js +6 -2
  64. package/package.json +5 -5
  65. package/testnet/assets.js +2 -1
  66. package/testnet/index.d.ts +1 -0
  67. package/testnet/index.js +2 -1
  68. package/testnet/nobletestnet.js +64 -0
  69. package/testnet/seitestnet2.d.ts +3 -0
  70. package/testnet/seitestnet2.js +180 -0
@@ -724,7 +724,9 @@ const assets = {
724
724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
725
725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
726
726
  theme: {
727
- primary_color_hex: '#242424'
727
+ circle: true,
728
+ primary_color_hex: '#E59636',
729
+ background_color_hex: '#000000'
728
730
  }
729
731
  }],
730
732
  socials: {
@@ -1588,7 +1590,9 @@ const assets = {
1588
1590
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1589
1591
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1590
1592
  theme: {
1591
- primary_color_hex: '#242424'
1593
+ circle: true,
1594
+ primary_color_hex: '#E59636',
1595
+ background_color_hex: '#000000'
1592
1596
  }
1593
1597
  }],
1594
1598
  socials: {
@@ -522,7 +522,9 @@ const assets = {
522
522
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
523
523
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
524
524
  theme: {
525
- primary_color_hex: '#242424'
525
+ circle: true,
526
+ primary_color_hex: '#E59636',
527
+ background_color_hex: '#000000'
526
528
  }
527
529
  }],
528
530
  socials: {
@@ -1348,7 +1350,9 @@ const assets = {
1348
1350
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1349
1351
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1350
1352
  theme: {
1351
- primary_color_hex: '#242424'
1353
+ circle: true,
1354
+ primary_color_hex: '#E59636',
1355
+ background_color_hex: '#000000'
1352
1356
  }
1353
1357
  }],
1354
1358
  socials: {
@@ -1956,14 +1956,21 @@ const assets = {
1956
1956
  website: 'https://nibiru.fi',
1957
1957
  twitter: 'https://twitter.com/nibiruchain'
1958
1958
  },
1959
- denom_units: [{
1959
+ denom_units: [
1960
+ {
1960
1961
  denom: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
1961
1962
  exponent: 0,
1962
1963
  aliases: ['unibi']
1963
- }, {
1964
+ },
1965
+ {
1964
1966
  denom: 'nibi',
1965
1967
  exponent: 6
1966
- }],
1968
+ },
1969
+ {
1970
+ denom: 'attonibi',
1971
+ exponent: 18
1972
+ }
1973
+ ],
1967
1974
  base: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
1968
1975
  name: 'Nibiru',
1969
1976
  display: 'nibi',
@@ -2061,47 +2068,6 @@ const assets = {
2061
2068
  }
2062
2069
  }]
2063
2070
  },
2064
- {
2065
- description: 'Ether is the native fee token of the Ethereum network.',
2066
- denom_units: [
2067
- {
2068
- denom: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
2069
- exponent: 0,
2070
- aliases: ['wei']
2071
- },
2072
- {
2073
- denom: 'gwei',
2074
- exponent: 9
2075
- },
2076
- {
2077
- denom: 'eth',
2078
- exponent: 18,
2079
- aliases: ['ether']
2080
- }
2081
- ],
2082
- base: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
2083
- name: 'Ether',
2084
- display: 'eth',
2085
- symbol: 'ETH',
2086
- logo_URIs: {
2087
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
2088
- },
2089
- coingecko_id: 'ethereum',
2090
- images: [{
2091
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
2092
- }],
2093
- traces: [{
2094
- type: 'ibc',
2095
- counterparty: {
2096
- channel_id: 'channel-1',
2097
- base_denom: 'wei',
2098
- chain_name: 'nibiru'
2099
- },
2100
- chain: {
2101
- channel_id: 'channel-139'
2102
- }
2103
- }]
2104
- },
2105
2071
  {
2106
2072
  description: 'Staking and governance token for ODIN Protocol',
2107
2073
  denom_units: [{
@@ -6720,14 +6686,21 @@ const assets = {
6720
6686
  website: 'https://nibiru.fi',
6721
6687
  twitter: 'https://twitter.com/nibiruchain'
6722
6688
  },
6723
- denom_units: [{
6689
+ denom_units: [
6690
+ {
6724
6691
  denom: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
6725
6692
  exponent: 0,
6726
6693
  aliases: ['unibi']
6727
- }, {
6694
+ },
6695
+ {
6728
6696
  denom: 'nibi',
6729
6697
  exponent: 6
6730
- }],
6698
+ },
6699
+ {
6700
+ denom: 'attonibi',
6701
+ exponent: 18
6702
+ }
6703
+ ],
6731
6704
  base: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
6732
6705
  name: 'Nibiru',
6733
6706
  display: 'nibi',
@@ -6825,47 +6798,6 @@ const assets = {
6825
6798
  }
6826
6799
  }]
6827
6800
  },
6828
- {
6829
- description: 'Ether is the native fee token of the Ethereum network.',
6830
- denom_units: [
6831
- {
6832
- denom: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
6833
- exponent: 0,
6834
- aliases: ['wei']
6835
- },
6836
- {
6837
- denom: 'gwei',
6838
- exponent: 9
6839
- },
6840
- {
6841
- denom: 'eth',
6842
- exponent: 18,
6843
- aliases: ['ether']
6844
- }
6845
- ],
6846
- base: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
6847
- name: 'Ether',
6848
- display: 'eth',
6849
- symbol: 'ETH',
6850
- logo_URIs: {
6851
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
6852
- },
6853
- coingecko_id: 'ethereum',
6854
- images: [{
6855
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
6856
- }],
6857
- traces: [{
6858
- type: 'ibc',
6859
- counterparty: {
6860
- channel_id: 'channel-1',
6861
- base_denom: 'wei',
6862
- chain_name: 'nibiru'
6863
- },
6864
- chain: {
6865
- channel_id: 'channel-139'
6866
- }
6867
- }]
6868
- },
6869
6801
  {
6870
6802
  description: 'Staking and governance token for ODIN Protocol',
6871
6803
  denom_units: [{
@@ -99,6 +99,122 @@ const assets = {
99
99
  }
100
100
  }]
101
101
  },
102
+ {
103
+ description: 'The permissioned staking asset for Noble Chain',
104
+ denom_units: [{
105
+ denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
106
+ exponent: 0,
107
+ aliases: ['ustake']
108
+ }, {
109
+ denom: 'stake',
110
+ exponent: 6
111
+ }],
112
+ base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
113
+ name: 'Stake',
114
+ display: 'stake',
115
+ symbol: 'STAKE',
116
+ logo_URIs: {
117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
118
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
119
+ },
120
+ images: [{
121
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
122
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
123
+ theme: {
124
+ primary_color_hex: '#a8bbfb'
125
+ }
126
+ }],
127
+ traces: [{
128
+ type: 'ibc',
129
+ counterparty: {
130
+ channel_id: 'channel-95',
131
+ base_denom: 'ustake',
132
+ chain_name: 'noble'
133
+ },
134
+ chain: {
135
+ channel_id: 'channel-3'
136
+ }
137
+ }]
138
+ },
139
+ {
140
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
141
+ denom_units: [{
142
+ denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
143
+ exponent: 0,
144
+ aliases: ['ufrienzies']
145
+ }, {
146
+ denom: 'frienzies',
147
+ exponent: 6
148
+ }],
149
+ base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
150
+ display: 'frienzies',
151
+ name: 'Frienzies',
152
+ symbol: 'FRNZ',
153
+ logo_URIs: {
154
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
155
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
156
+ },
157
+ images: [{
158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
160
+ theme: {
161
+ primary_color_hex: '#04041c'
162
+ }
163
+ }],
164
+ traces: [{
165
+ type: 'ibc',
166
+ counterparty: {
167
+ channel_id: 'channel-95',
168
+ base_denom: 'ufrienzies',
169
+ chain_name: 'noble'
170
+ },
171
+ chain: {
172
+ channel_id: 'channel-3'
173
+ }
174
+ }]
175
+ },
176
+ {
177
+ description: 'Ondo US Dollar Yield',
178
+ denom_units: [{
179
+ denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
180
+ exponent: 0,
181
+ aliases: ['ausdy']
182
+ }, {
183
+ denom: 'usdy',
184
+ exponent: 18
185
+ }],
186
+ base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
187
+ display: 'usdy',
188
+ name: 'Ondo US Dollar Yield',
189
+ symbol: 'USDY',
190
+ logo_URIs: {
191
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
192
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
193
+ },
194
+ images: [{
195
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
197
+ theme: {
198
+ primary_color_hex: '#142c5c'
199
+ }
200
+ }],
201
+ coingecko_id: 'ondo-us-dollar-yield',
202
+ socials: {
203
+ website: 'https://ondo.finance/usdy',
204
+ twitter: 'https://x.com/OndoFinance'
205
+ },
206
+ traces: [{
207
+ type: 'ibc',
208
+ counterparty: {
209
+ channel_id: 'channel-95',
210
+ base_denom: 'ausdy',
211
+ chain_name: 'noble'
212
+ },
213
+ chain: {
214
+ channel_id: 'channel-3'
215
+ }
216
+ }]
217
+ },
102
218
  {
103
219
  description: 'The native token of Osmosis',
104
220
  denom_units: [{
@@ -187,6 +303,122 @@ const assets = {
187
303
  }
188
304
  }]
189
305
  },
306
+ {
307
+ description: 'The permissioned staking asset for Noble Chain',
308
+ denom_units: [{
309
+ denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
310
+ exponent: 0,
311
+ aliases: ['ustake']
312
+ }, {
313
+ denom: 'stake',
314
+ exponent: 6
315
+ }],
316
+ base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
317
+ name: 'Stake',
318
+ display: 'stake',
319
+ symbol: 'STAKE',
320
+ logo_URIs: {
321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
322
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
323
+ },
324
+ images: [{
325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
326
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
327
+ theme: {
328
+ primary_color_hex: '#a8bbfb'
329
+ }
330
+ }],
331
+ traces: [{
332
+ type: 'ibc',
333
+ counterparty: {
334
+ channel_id: 'channel-95',
335
+ base_denom: 'ustake',
336
+ chain_name: 'noble'
337
+ },
338
+ chain: {
339
+ channel_id: 'channel-3'
340
+ }
341
+ }]
342
+ },
343
+ {
344
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
345
+ denom_units: [{
346
+ denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
347
+ exponent: 0,
348
+ aliases: ['ufrienzies']
349
+ }, {
350
+ denom: 'frienzies',
351
+ exponent: 6
352
+ }],
353
+ base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
354
+ display: 'frienzies',
355
+ name: 'Frienzies',
356
+ symbol: 'FRNZ',
357
+ logo_URIs: {
358
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
359
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
360
+ },
361
+ images: [{
362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
363
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
364
+ theme: {
365
+ primary_color_hex: '#04041c'
366
+ }
367
+ }],
368
+ traces: [{
369
+ type: 'ibc',
370
+ counterparty: {
371
+ channel_id: 'channel-95',
372
+ base_denom: 'ufrienzies',
373
+ chain_name: 'noble'
374
+ },
375
+ chain: {
376
+ channel_id: 'channel-3'
377
+ }
378
+ }]
379
+ },
380
+ {
381
+ description: 'Ondo US Dollar Yield',
382
+ denom_units: [{
383
+ denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
384
+ exponent: 0,
385
+ aliases: ['ausdy']
386
+ }, {
387
+ denom: 'usdy',
388
+ exponent: 18
389
+ }],
390
+ base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
391
+ display: 'usdy',
392
+ name: 'Ondo US Dollar Yield',
393
+ symbol: 'USDY',
394
+ logo_URIs: {
395
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
396
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
397
+ },
398
+ images: [{
399
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
400
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
401
+ theme: {
402
+ primary_color_hex: '#142c5c'
403
+ }
404
+ }],
405
+ coingecko_id: 'ondo-us-dollar-yield',
406
+ socials: {
407
+ website: 'https://ondo.finance/usdy',
408
+ twitter: 'https://x.com/OndoFinance'
409
+ },
410
+ traces: [{
411
+ type: 'ibc',
412
+ counterparty: {
413
+ channel_id: 'channel-95',
414
+ base_denom: 'ausdy',
415
+ chain_name: 'noble'
416
+ },
417
+ chain: {
418
+ channel_id: 'channel-3'
419
+ }
420
+ }]
421
+ },
190
422
  {
191
423
  description: 'The native token of Osmosis',
192
424
  denom_units: [{
@@ -377,7 +377,9 @@ const assets = {
377
377
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
378
378
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
379
379
  theme: {
380
- primary_color_hex: '#242424'
380
+ circle: true,
381
+ primary_color_hex: '#E59636',
382
+ background_color_hex: '#000000'
381
383
  }
382
384
  }],
383
385
  socials: {
@@ -847,7 +849,9 @@ const assets = {
847
849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
848
850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
849
851
  theme: {
850
- primary_color_hex: '#242424'
852
+ circle: true,
853
+ primary_color_hex: '#E59636',
854
+ background_color_hex: '#000000'
851
855
  }
852
856
  }],
853
857
  socials: {
@@ -310,7 +310,9 @@ const assets = {
310
310
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
311
311
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
312
312
  theme: {
313
- primary_color_hex: '#242424'
313
+ circle: true,
314
+ primary_color_hex: '#E59636',
315
+ background_color_hex: '#000000'
314
316
  }
315
317
  }],
316
318
  socials: {
@@ -764,7 +766,9 @@ const assets = {
764
766
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
765
767
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
766
768
  theme: {
767
- primary_color_hex: '#242424'
769
+ circle: true,
770
+ primary_color_hex: '#E59636',
771
+ background_color_hex: '#000000'
768
772
  }
769
773
  }],
770
774
  socials: {
@@ -812,7 +812,8 @@ const assets = {
812
812
  display: 'SOL',
813
813
  symbol: 'SOL',
814
814
  logo_URIs: {
815
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
815
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
816
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
816
817
  },
817
818
  coingecko_id: 'solana',
818
819
  images: [{
@@ -3435,7 +3436,8 @@ const assets = {
3435
3436
  display: 'SOL',
3436
3437
  symbol: 'SOL',
3437
3438
  logo_URIs: {
3438
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
3439
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
3440
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
3439
3441
  },
3440
3442
  coingecko_id: 'solana',
3441
3443
  images: [{
@@ -3489,7 +3489,9 @@ const assets = {
3489
3489
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
3490
3490
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
3491
3491
  theme: {
3492
- primary_color_hex: '#242424'
3492
+ circle: true,
3493
+ primary_color_hex: '#E59636',
3494
+ background_color_hex: '#000000'
3493
3495
  }
3494
3496
  }],
3495
3497
  socials: {
@@ -8923,7 +8925,9 @@ const assets = {
8923
8925
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
8924
8926
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
8925
8927
  theme: {
8926
- primary_color_hex: '#242424'
8928
+ circle: true,
8929
+ primary_color_hex: '#E59636',
8930
+ background_color_hex: '#000000'
8927
8931
  }
8928
8932
  }],
8929
8933
  socials: {
@@ -1581,7 +1581,9 @@ const assets = {
1581
1581
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1582
1582
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1583
1583
  theme: {
1584
- primary_color_hex: '#242424'
1584
+ circle: true,
1585
+ primary_color_hex: '#E59636',
1586
+ background_color_hex: '#000000'
1585
1587
  }
1586
1588
  }],
1587
1589
  socials: {
@@ -3806,7 +3808,9 @@ const assets = {
3806
3808
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
3807
3809
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
3808
3810
  theme: {
3809
- primary_color_hex: '#242424'
3811
+ circle: true,
3812
+ primary_color_hex: '#E59636',
3813
+ background_color_hex: '#000000'
3810
3814
  }
3811
3815
  }],
3812
3816
  socials: {
@@ -631,7 +631,9 @@ const assets = {
631
631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
632
632
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
633
633
  theme: {
634
- primary_color_hex: '#242424'
634
+ circle: true,
635
+ primary_color_hex: '#E59636',
636
+ background_color_hex: '#000000'
635
637
  }
636
638
  }],
637
639
  socials: {
@@ -1162,7 +1164,9 @@ const assets = {
1162
1164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1163
1165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1164
1166
  theme: {
1165
- primary_color_hex: '#242424'
1167
+ circle: true,
1168
+ primary_color_hex: '#E59636',
1169
+ background_color_hex: '#000000'
1166
1170
  }
1167
1171
  }],
1168
1172
  socials: {
@@ -953,7 +953,9 @@ const assets = {
953
953
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
954
954
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
955
955
  theme: {
956
- primary_color_hex: '#242424'
956
+ circle: true,
957
+ primary_color_hex: '#E59636',
958
+ background_color_hex: '#000000'
957
959
  }
958
960
  }],
959
961
  socials: {
@@ -4357,7 +4359,9 @@ const assets = {
4357
4359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
4358
4360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
4359
4361
  theme: {
4360
- primary_color_hex: '#242424'
4362
+ circle: true,
4363
+ primary_color_hex: '#E59636',
4364
+ background_color_hex: '#000000'
4361
4365
  }
4362
4366
  }],
4363
4367
  socials: {
@@ -1465,7 +1465,9 @@ const assets = {
1465
1465
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1466
1466
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1467
1467
  theme: {
1468
- primary_color_hex: '#242424'
1468
+ circle: true,
1469
+ primary_color_hex: '#E59636',
1470
+ background_color_hex: '#000000'
1469
1471
  }
1470
1472
  }],
1471
1473
  socials: {
@@ -1963,7 +1965,9 @@ const assets = {
1963
1965
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1964
1966
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1965
1967
  theme: {
1966
- primary_color_hex: '#242424'
1968
+ circle: true,
1969
+ primary_color_hex: '#E59636',
1970
+ background_color_hex: '#000000'
1967
1971
  }
1968
1972
  }],
1969
1973
  socials: {
@@ -1858,7 +1858,9 @@ const assets = {
1858
1858
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1859
1859
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1860
1860
  theme: {
1861
- primary_color_hex: '#242424'
1861
+ circle: true,
1862
+ primary_color_hex: '#E59636',
1863
+ background_color_hex: '#000000'
1862
1864
  }
1863
1865
  }],
1864
1866
  socials: {
@@ -5491,7 +5493,9 @@ const assets = {
5491
5493
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
5492
5494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
5493
5495
  theme: {
5494
- primary_color_hex: '#242424'
5496
+ circle: true,
5497
+ primary_color_hex: '#E59636',
5498
+ background_color_hex: '#000000'
5495
5499
  }
5496
5500
  }],
5497
5501
  socials: {