@chain-registry/assets 1.64.24 → 1.64.26

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 (79) hide show
  1. package/esm/mainnet/akash.js +2 -2
  2. package/esm/mainnet/archway.js +6 -2
  3. package/esm/mainnet/assets.js +2 -1
  4. package/esm/mainnet/axelar.js +32 -4
  5. package/esm/mainnet/celestia.js +6 -2
  6. package/esm/mainnet/chihuahua.js +6 -2
  7. package/esm/mainnet/composable.js +102 -2
  8. package/esm/mainnet/cosmoshub.js +36 -8
  9. package/esm/mainnet/cryptoorgchain.js +2 -2
  10. package/esm/mainnet/decentr.js +2 -2
  11. package/esm/mainnet/dydx.js +6 -2
  12. package/esm/mainnet/dymension.js +6 -2
  13. package/esm/mainnet/index.js +1 -0
  14. package/esm/mainnet/injective.js +6 -2
  15. package/esm/mainnet/irisnet.js +2 -2
  16. package/esm/mainnet/juno.js +6 -2
  17. package/esm/mainnet/kava.js +6 -2
  18. package/esm/mainnet/kujira.js +6 -2
  19. package/esm/mainnet/mars.js +6 -2
  20. package/esm/mainnet/medasdigital.js +2 -2
  21. package/esm/mainnet/neutaro.js +182 -0
  22. package/esm/mainnet/noble.js +14 -10
  23. package/esm/mainnet/nois.js +6 -2
  24. package/esm/mainnet/nolus.js +6 -2
  25. package/esm/mainnet/nomic.js +6 -2
  26. package/esm/mainnet/osmosis.js +112 -8
  27. package/esm/mainnet/persistence.js +8 -4
  28. package/esm/mainnet/pryzm.js +6 -2
  29. package/esm/mainnet/regen.js +2 -2
  30. package/esm/mainnet/saga.js +6 -2
  31. package/esm/mainnet/secretnetwork.js +8 -4
  32. package/esm/mainnet/sei.js +6 -2
  33. package/esm/mainnet/shido.js +24 -24
  34. package/esm/mainnet/sifchain.js +2 -2
  35. package/esm/mainnet/stargaze.js +6 -2
  36. package/esm/mainnet/starname.js +2 -2
  37. package/esm/mainnet/stride.js +6 -2
  38. package/esm/mainnet/terra2.js +6 -2
  39. package/mainnet/akash.js +2 -2
  40. package/mainnet/archway.js +6 -2
  41. package/mainnet/assets.js +2 -1
  42. package/mainnet/axelar.js +32 -4
  43. package/mainnet/celestia.js +6 -2
  44. package/mainnet/chihuahua.js +6 -2
  45. package/mainnet/composable.js +102 -2
  46. package/mainnet/cosmoshub.js +36 -8
  47. package/mainnet/cryptoorgchain.js +2 -2
  48. package/mainnet/decentr.js +2 -2
  49. package/mainnet/dydx.js +6 -2
  50. package/mainnet/dymension.js +6 -2
  51. package/mainnet/index.d.ts +1 -0
  52. package/mainnet/index.js +3 -2
  53. package/mainnet/injective.js +6 -2
  54. package/mainnet/irisnet.js +2 -2
  55. package/mainnet/juno.js +6 -2
  56. package/mainnet/kava.js +6 -2
  57. package/mainnet/kujira.js +6 -2
  58. package/mainnet/mars.js +6 -2
  59. package/mainnet/medasdigital.js +2 -2
  60. package/mainnet/neutaro.d.ts +3 -0
  61. package/mainnet/neutaro.js +184 -0
  62. package/mainnet/noble.js +14 -10
  63. package/mainnet/nois.js +6 -2
  64. package/mainnet/nolus.js +6 -2
  65. package/mainnet/nomic.js +6 -2
  66. package/mainnet/osmosis.js +112 -8
  67. package/mainnet/persistence.js +8 -4
  68. package/mainnet/pryzm.js +6 -2
  69. package/mainnet/regen.js +2 -2
  70. package/mainnet/saga.js +6 -2
  71. package/mainnet/secretnetwork.js +8 -4
  72. package/mainnet/sei.js +6 -2
  73. package/mainnet/shido.js +24 -24
  74. package/mainnet/sifchain.js +2 -2
  75. package/mainnet/stargaze.js +6 -2
  76. package/mainnet/starname.js +2 -2
  77. package/mainnet/stride.js +6 -2
  78. package/mainnet/terra2.js +6 -2
  79. package/package.json +5 -5
@@ -1351,7 +1351,9 @@ const assets = {
1351
1351
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1352
1352
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1353
1353
  theme: {
1354
- primary_color_hex: '#040404'
1354
+ primary_color_hex: '#040404',
1355
+ background_color_hex: '#000000',
1356
+ circle: true
1355
1357
  }
1356
1358
  }],
1357
1359
  socials: {
@@ -3257,7 +3259,9 @@ const assets = {
3257
3259
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3258
3260
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3259
3261
  theme: {
3260
- primary_color_hex: '#040404'
3262
+ primary_color_hex: '#040404',
3263
+ background_color_hex: '#000000',
3264
+ circle: true
3261
3265
  }
3262
3266
  }],
3263
3267
  socials: {
@@ -3841,7 +3845,7 @@ const assets = {
3841
3845
  }],
3842
3846
  socials: {
3843
3847
  website: 'https://www.sentinel.co/',
3844
- twitter: 'https://twitter.com/SentinelVPN'
3848
+ twitter: 'https://x.com/SentinelDVPN'
3845
3849
  },
3846
3850
  traces: [{
3847
3851
  type: 'ibc',
@@ -5183,7 +5187,7 @@ const assets = {
5183
5187
  }],
5184
5188
  socials: {
5185
5189
  website: 'https://www.sentinel.co/',
5186
- twitter: 'https://twitter.com/SentinelVPN'
5190
+ twitter: 'https://x.com/SentinelDVPN'
5187
5191
  },
5188
5192
  traces: [{
5189
5193
  type: 'ibc',
@@ -382,7 +382,9 @@ const assets = {
382
382
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
383
383
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
384
384
  theme: {
385
- primary_color_hex: '#040404'
385
+ primary_color_hex: '#040404',
386
+ background_color_hex: '#000000',
387
+ circle: true
386
388
  }
387
389
  }],
388
390
  socials: {
@@ -1210,7 +1212,9 @@ const assets = {
1210
1212
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1211
1213
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1212
1214
  theme: {
1213
- primary_color_hex: '#040404'
1215
+ primary_color_hex: '#040404',
1216
+ background_color_hex: '#000000',
1217
+ circle: true
1214
1218
  }
1215
1219
  }],
1216
1220
  socials: {
@@ -46,14 +46,14 @@ const assets = {
46
46
  {
47
47
  description: 'The permissioned staking asset for Noble Chain',
48
48
  denom_units: [{
49
- denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
49
+ denom: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
50
50
  exponent: 0,
51
51
  aliases: ['ustake']
52
52
  }, {
53
53
  denom: 'stake',
54
54
  exponent: 6
55
55
  }],
56
- base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
56
+ base: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
57
57
  name: 'Stake',
58
58
  display: 'stake',
59
59
  symbol: 'STAKE',
@@ -71,26 +71,26 @@ const assets = {
71
71
  traces: [{
72
72
  type: 'ibc',
73
73
  counterparty: {
74
- channel_id: 'channel-84',
74
+ channel_id: 'channel-87',
75
75
  base_denom: 'ustake',
76
76
  chain_name: 'noble'
77
77
  },
78
78
  chain: {
79
- channel_id: 'channel-4'
79
+ channel_id: 'channel-5'
80
80
  }
81
81
  }]
82
82
  },
83
83
  {
84
84
  description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
85
85
  denom_units: [{
86
- denom: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
86
+ denom: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
87
87
  exponent: 0,
88
88
  aliases: ['ufrienzies']
89
89
  }, {
90
90
  denom: 'frienzies',
91
91
  exponent: 6
92
92
  }],
93
- base: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
93
+ base: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
94
94
  display: 'frienzies',
95
95
  name: 'Frienzies',
96
96
  symbol: 'FRNZ',
@@ -108,26 +108,26 @@ const assets = {
108
108
  traces: [{
109
109
  type: 'ibc',
110
110
  counterparty: {
111
- channel_id: 'channel-84',
111
+ channel_id: 'channel-87',
112
112
  base_denom: 'ufrienzies',
113
113
  chain_name: 'noble'
114
114
  },
115
115
  chain: {
116
- channel_id: 'channel-4'
116
+ channel_id: 'channel-5'
117
117
  }
118
118
  }]
119
119
  },
120
120
  {
121
121
  description: 'Ondo US Dollar Yield',
122
122
  denom_units: [{
123
- denom: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
123
+ denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
124
124
  exponent: 0,
125
125
  aliases: ['ausdy']
126
126
  }, {
127
127
  denom: 'usdy',
128
128
  exponent: 18
129
129
  }],
130
- base: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
130
+ base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
131
131
  display: 'usdy',
132
132
  name: 'Ondo US Dollar Yield',
133
133
  symbol: 'USDY',
@@ -145,12 +145,12 @@ const assets = {
145
145
  traces: [{
146
146
  type: 'ibc',
147
147
  counterparty: {
148
- channel_id: 'channel-84',
148
+ channel_id: 'channel-87',
149
149
  base_denom: 'ausdy',
150
150
  chain_name: 'noble'
151
151
  },
152
152
  chain: {
153
- channel_id: 'channel-4'
153
+ channel_id: 'channel-5'
154
154
  }
155
155
  }]
156
156
  },
@@ -287,14 +287,14 @@ const assets = {
287
287
  {
288
288
  description: 'The permissioned staking asset for Noble Chain',
289
289
  denom_units: [{
290
- denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
290
+ denom: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
291
291
  exponent: 0,
292
292
  aliases: ['ustake']
293
293
  }, {
294
294
  denom: 'stake',
295
295
  exponent: 6
296
296
  }],
297
- base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
297
+ base: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
298
298
  name: 'Stake',
299
299
  display: 'stake',
300
300
  symbol: 'STAKE',
@@ -312,26 +312,26 @@ const assets = {
312
312
  traces: [{
313
313
  type: 'ibc',
314
314
  counterparty: {
315
- channel_id: 'channel-84',
315
+ channel_id: 'channel-87',
316
316
  base_denom: 'ustake',
317
317
  chain_name: 'noble'
318
318
  },
319
319
  chain: {
320
- channel_id: 'channel-4'
320
+ channel_id: 'channel-5'
321
321
  }
322
322
  }]
323
323
  },
324
324
  {
325
325
  description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
326
326
  denom_units: [{
327
- denom: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
327
+ denom: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
328
328
  exponent: 0,
329
329
  aliases: ['ufrienzies']
330
330
  }, {
331
331
  denom: 'frienzies',
332
332
  exponent: 6
333
333
  }],
334
- base: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
334
+ base: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
335
335
  display: 'frienzies',
336
336
  name: 'Frienzies',
337
337
  symbol: 'FRNZ',
@@ -349,26 +349,26 @@ const assets = {
349
349
  traces: [{
350
350
  type: 'ibc',
351
351
  counterparty: {
352
- channel_id: 'channel-84',
352
+ channel_id: 'channel-87',
353
353
  base_denom: 'ufrienzies',
354
354
  chain_name: 'noble'
355
355
  },
356
356
  chain: {
357
- channel_id: 'channel-4'
357
+ channel_id: 'channel-5'
358
358
  }
359
359
  }]
360
360
  },
361
361
  {
362
362
  description: 'Ondo US Dollar Yield',
363
363
  denom_units: [{
364
- denom: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
364
+ denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
365
365
  exponent: 0,
366
366
  aliases: ['ausdy']
367
367
  }, {
368
368
  denom: 'usdy',
369
369
  exponent: 18
370
370
  }],
371
- base: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
371
+ base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
372
372
  display: 'usdy',
373
373
  name: 'Ondo US Dollar Yield',
374
374
  symbol: 'USDY',
@@ -386,12 +386,12 @@ const assets = {
386
386
  traces: [{
387
387
  type: 'ibc',
388
388
  counterparty: {
389
- channel_id: 'channel-84',
389
+ channel_id: 'channel-87',
390
390
  base_denom: 'ausdy',
391
391
  chain_name: 'noble'
392
392
  },
393
393
  chain: {
394
- channel_id: 'channel-4'
394
+ channel_id: 'channel-5'
395
395
  }
396
396
  }]
397
397
  },
@@ -525,7 +525,7 @@ const assets = {
525
525
  }],
526
526
  socials: {
527
527
  website: 'https://www.sentinel.co/',
528
- twitter: 'https://twitter.com/SentinelVPN'
528
+ twitter: 'https://x.com/SentinelDVPN'
529
529
  },
530
530
  traces: [{
531
531
  type: 'ibc',
@@ -1063,7 +1063,7 @@ const assets = {
1063
1063
  }],
1064
1064
  socials: {
1065
1065
  website: 'https://www.sentinel.co/',
1066
- twitter: 'https://twitter.com/SentinelVPN'
1066
+ twitter: 'https://x.com/SentinelDVPN'
1067
1067
  },
1068
1068
  traces: [{
1069
1069
  type: 'ibc',
@@ -798,7 +798,9 @@ const assets = {
798
798
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
799
799
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
800
800
  theme: {
801
- primary_color_hex: '#040404'
801
+ primary_color_hex: '#040404',
802
+ background_color_hex: '#000000',
803
+ circle: true
802
804
  }
803
805
  }],
804
806
  socials: {
@@ -2086,7 +2088,9 @@ const assets = {
2086
2088
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2087
2089
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2088
2090
  theme: {
2089
- primary_color_hex: '#040404'
2091
+ primary_color_hex: '#040404',
2092
+ background_color_hex: '#000000',
2093
+ circle: true
2090
2094
  }
2091
2095
  }],
2092
2096
  socials: {
@@ -403,7 +403,7 @@ const assets = {
403
403
  }],
404
404
  socials: {
405
405
  website: 'https://www.sentinel.co/',
406
- twitter: 'https://twitter.com/SentinelVPN'
406
+ twitter: 'https://x.com/SentinelDVPN'
407
407
  },
408
408
  traces: [{
409
409
  type: 'ibc',
@@ -819,7 +819,7 @@ const assets = {
819
819
  }],
820
820
  socials: {
821
821
  website: 'https://www.sentinel.co/',
822
- twitter: 'https://twitter.com/SentinelVPN'
822
+ twitter: 'https://x.com/SentinelDVPN'
823
823
  },
824
824
  traces: [{
825
825
  type: 'ibc',
@@ -1304,7 +1304,9 @@ const assets = {
1304
1304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1305
1305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1306
1306
  theme: {
1307
- primary_color_hex: '#040404'
1307
+ primary_color_hex: '#040404',
1308
+ background_color_hex: '#000000',
1309
+ circle: true
1308
1310
  }
1309
1311
  }],
1310
1312
  socials: {
@@ -3122,7 +3124,9 @@ const assets = {
3122
3124
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3123
3125
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3124
3126
  theme: {
3125
- primary_color_hex: '#040404'
3127
+ primary_color_hex: '#040404',
3128
+ background_color_hex: '#000000',
3129
+ circle: true
3126
3130
  }
3127
3131
  }],
3128
3132
  socials: {
@@ -1506,7 +1506,9 @@ const assets = {
1506
1506
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1507
1507
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1508
1508
  theme: {
1509
- primary_color_hex: '#040404'
1509
+ primary_color_hex: '#040404',
1510
+ background_color_hex: '#000000',
1511
+ circle: true
1510
1512
  }
1511
1513
  }],
1512
1514
  socials: {
@@ -4590,7 +4592,9 @@ const assets = {
4590
4592
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
4591
4593
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
4592
4594
  theme: {
4593
- primary_color_hex: '#040404'
4595
+ primary_color_hex: '#040404',
4596
+ background_color_hex: '#000000',
4597
+ circle: true
4594
4598
  }
4595
4599
  }],
4596
4600
  socials: {
package/mainnet/akash.js CHANGED
@@ -693,7 +693,7 @@ const assets = {
693
693
  }],
694
694
  socials: {
695
695
  website: 'https://www.sentinel.co/',
696
- twitter: 'https://twitter.com/SentinelVPN'
696
+ twitter: 'https://x.com/SentinelDVPN'
697
697
  },
698
698
  traces: [{
699
699
  type: 'ibc',
@@ -1519,7 +1519,7 @@ const assets = {
1519
1519
  }],
1520
1520
  socials: {
1521
1521
  website: 'https://www.sentinel.co/',
1522
- twitter: 'https://twitter.com/SentinelVPN'
1522
+ twitter: 'https://x.com/SentinelDVPN'
1523
1523
  },
1524
1524
  traces: [{
1525
1525
  type: 'ibc',
@@ -793,7 +793,9 @@ const assets = {
793
793
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
794
794
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
795
795
  theme: {
796
- primary_color_hex: '#040404'
796
+ primary_color_hex: '#040404',
797
+ background_color_hex: '#000000',
798
+ circle: true
797
799
  }
798
800
  }],
799
801
  socials: {
@@ -1998,7 +2000,9 @@ const assets = {
1998
2000
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1999
2001
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2000
2002
  theme: {
2001
- primary_color_hex: '#040404'
2003
+ primary_color_hex: '#040404',
2004
+ background_color_hex: '#000000',
2005
+ circle: true
2002
2006
  }
2003
2007
  }],
2004
2008
  socials: {
package/mainnet/assets.js CHANGED
@@ -81,6 +81,7 @@ const medasdigital_1 = __importDefault(require("./medasdigital"));
81
81
  const meme_1 = __importDefault(require("./meme"));
82
82
  const microtick_1 = __importDefault(require("./microtick"));
83
83
  const migaloo_1 = __importDefault(require("./migaloo"));
84
+ const neutaro_1 = __importDefault(require("./neutaro"));
84
85
  const neutron_1 = __importDefault(require("./neutron"));
85
86
  const nibiru_1 = __importDefault(require("./nibiru"));
86
87
  const nim_1 = __importDefault(require("./nim"));
@@ -139,5 +140,5 @@ const unification_1 = __importDefault(require("./unification"));
139
140
  const uptick_1 = __importDefault(require("./uptick"));
140
141
  const vidulum_1 = __importDefault(require("./vidulum"));
141
142
  const xpla_1 = __importDefault(require("./xpla"));
142
- const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
143
+ const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
143
144
  exports.default = assets;
package/mainnet/axelar.js CHANGED
@@ -933,7 +933,19 @@ const assets = {
933
933
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
934
934
  },
935
935
  images: [{
936
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
936
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
937
+ theme: {
938
+ primary_color_hex: '#00e33a',
939
+ background_color_hex: '#00e33a',
940
+ circle: true
941
+ }
942
+ }, {
943
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
944
+ theme: {
945
+ primary_color_hex: '#00e33a',
946
+ background_color_hex: '#00e33a',
947
+ circle: false
948
+ }
937
949
  }],
938
950
  traces: [{
939
951
  type: 'ibc',
@@ -1723,7 +1735,9 @@ const assets = {
1723
1735
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1724
1736
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1725
1737
  theme: {
1726
- primary_color_hex: '#040404'
1738
+ primary_color_hex: '#040404',
1739
+ background_color_hex: '#000000',
1740
+ circle: true
1727
1741
  }
1728
1742
  }],
1729
1743
  socials: {
@@ -3061,7 +3075,19 @@ const assets = {
3061
3075
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
3062
3076
  },
3063
3077
  images: [{
3064
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
3078
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
3079
+ theme: {
3080
+ primary_color_hex: '#00e33a',
3081
+ background_color_hex: '#00e33a',
3082
+ circle: true
3083
+ }
3084
+ }, {
3085
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
3086
+ theme: {
3087
+ primary_color_hex: '#00e33a',
3088
+ background_color_hex: '#00e33a',
3089
+ circle: false
3090
+ }
3065
3091
  }],
3066
3092
  traces: [{
3067
3093
  type: 'ibc',
@@ -3851,7 +3877,9 @@ const assets = {
3851
3877
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3852
3878
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3853
3879
  theme: {
3854
- primary_color_hex: '#040404'
3880
+ primary_color_hex: '#040404',
3881
+ background_color_hex: '#000000',
3882
+ circle: true
3855
3883
  }
3856
3884
  }],
3857
3885
  socials: {
@@ -785,7 +785,9 @@ const assets = {
785
785
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
786
786
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
787
787
  theme: {
788
- primary_color_hex: '#040404'
788
+ primary_color_hex: '#040404',
789
+ background_color_hex: '#000000',
790
+ circle: true
789
791
  }
790
792
  }],
791
793
  socials: {
@@ -1938,7 +1940,9 @@ const assets = {
1938
1940
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1939
1941
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1940
1942
  theme: {
1941
- primary_color_hex: '#040404'
1943
+ primary_color_hex: '#040404',
1944
+ background_color_hex: '#000000',
1945
+ circle: true
1942
1946
  }
1943
1947
  }],
1944
1948
  socials: {
@@ -106,7 +106,9 @@ const assets = {
106
106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
107
107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
108
108
  theme: {
109
- primary_color_hex: '#040404'
109
+ primary_color_hex: '#040404',
110
+ background_color_hex: '#000000',
111
+ circle: true
110
112
  }
111
113
  }],
112
114
  socials: {
@@ -574,7 +576,9 @@ const assets = {
574
576
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
575
577
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
576
578
  theme: {
577
- primary_color_hex: '#040404'
579
+ primary_color_hex: '#040404',
580
+ background_color_hex: '#000000',
581
+ circle: true
578
582
  }
579
583
  }],
580
584
  socials: {