@chain-registry/assets 1.64.25 → 1.64.27

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 (81) hide show
  1. package/esm/mainnet/acrechain.js +2 -2
  2. package/esm/mainnet/archway.js +6 -2
  3. package/esm/mainnet/assets.js +2 -1
  4. package/esm/mainnet/aura.js +2 -2
  5. package/esm/mainnet/axelar.js +32 -4
  6. package/esm/mainnet/carbon.js +2 -2
  7. package/esm/mainnet/celestia.js +8 -4
  8. package/esm/mainnet/chihuahua.js +6 -2
  9. package/esm/mainnet/composable.js +8 -4
  10. package/esm/mainnet/cosmoshub.js +36 -8
  11. package/esm/mainnet/crescent.js +2 -2
  12. package/esm/mainnet/dydx.js +6 -2
  13. package/esm/mainnet/dymension.js +6 -2
  14. package/esm/mainnet/evmos.js +2 -2
  15. package/esm/mainnet/firmachain.js +182 -0
  16. package/esm/mainnet/gateway.js +2 -2
  17. package/esm/mainnet/index.js +1 -0
  18. package/esm/mainnet/injective.js +6 -2
  19. package/esm/mainnet/juno.js +8 -4
  20. package/esm/mainnet/kava.js +6 -2
  21. package/esm/mainnet/kujira.js +8 -4
  22. package/esm/mainnet/mars.js +6 -2
  23. package/esm/mainnet/migaloo.js +2 -2
  24. package/esm/mainnet/neutron.js +2 -2
  25. package/esm/mainnet/noble.js +16 -12
  26. package/esm/mainnet/nois.js +8 -4
  27. package/esm/mainnet/nolus.js +6 -2
  28. package/esm/mainnet/nomic.js +6 -2
  29. package/esm/mainnet/osmosis.js +112 -8
  30. package/esm/mainnet/persistence.js +8 -4
  31. package/esm/mainnet/pryzm.js +6 -2
  32. package/esm/mainnet/quicksilver.js +2 -2
  33. package/esm/mainnet/saga.js +6 -2
  34. package/esm/mainnet/secretnetwork.js +8 -4
  35. package/esm/mainnet/sei.js +6 -2
  36. package/esm/mainnet/shido.js +24 -24
  37. package/esm/mainnet/stargaze.js +6 -2
  38. package/esm/mainnet/stride.js +8 -4
  39. package/esm/mainnet/terra2.js +8 -4
  40. package/mainnet/acrechain.js +2 -2
  41. package/mainnet/archway.js +6 -2
  42. package/mainnet/assets.js +2 -1
  43. package/mainnet/aura.js +2 -2
  44. package/mainnet/axelar.js +32 -4
  45. package/mainnet/carbon.js +2 -2
  46. package/mainnet/celestia.js +8 -4
  47. package/mainnet/chihuahua.js +6 -2
  48. package/mainnet/composable.js +8 -4
  49. package/mainnet/cosmoshub.js +36 -8
  50. package/mainnet/crescent.js +2 -2
  51. package/mainnet/dydx.js +6 -2
  52. package/mainnet/dymension.js +6 -2
  53. package/mainnet/evmos.js +2 -2
  54. package/mainnet/firmachain.d.ts +3 -0
  55. package/mainnet/firmachain.js +184 -0
  56. package/mainnet/gateway.js +2 -2
  57. package/mainnet/index.d.ts +1 -0
  58. package/mainnet/index.js +4 -3
  59. package/mainnet/injective.js +6 -2
  60. package/mainnet/juno.js +8 -4
  61. package/mainnet/kava.js +6 -2
  62. package/mainnet/kujira.js +8 -4
  63. package/mainnet/mars.js +6 -2
  64. package/mainnet/migaloo.js +2 -2
  65. package/mainnet/neutron.js +2 -2
  66. package/mainnet/noble.js +16 -12
  67. package/mainnet/nois.js +8 -4
  68. package/mainnet/nolus.js +6 -2
  69. package/mainnet/nomic.js +6 -2
  70. package/mainnet/osmosis.js +112 -8
  71. package/mainnet/persistence.js +8 -4
  72. package/mainnet/pryzm.js +6 -2
  73. package/mainnet/quicksilver.js +2 -2
  74. package/mainnet/saga.js +6 -2
  75. package/mainnet/secretnetwork.js +8 -4
  76. package/mainnet/sei.js +6 -2
  77. package/mainnet/shido.js +24 -24
  78. package/mainnet/stargaze.js +6 -2
  79. package/mainnet/stride.js +8 -4
  80. package/mainnet/terra2.js +8 -4
  81. package/package.json +5 -5
@@ -422,7 +422,9 @@ const assets = {
422
422
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
423
423
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
424
424
  theme: {
425
- primary_color_hex: '#040404'
425
+ primary_color_hex: '#040404',
426
+ background_color_hex: '#000000',
427
+ circle: true
426
428
  }
427
429
  }],
428
430
  socials: {
@@ -1166,7 +1168,9 @@ const assets = {
1166
1168
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1167
1169
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1168
1170
  theme: {
1169
- primary_color_hex: '#040404'
1171
+ primary_color_hex: '#040404',
1172
+ background_color_hex: '#000000',
1173
+ circle: true
1170
1174
  }
1171
1175
  }],
1172
1176
  socials: {
@@ -672,7 +672,7 @@ const assets = {
672
672
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
673
673
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
674
674
  theme: {
675
- primary_color_hex: '#b7dfbd'
675
+ primary_color_hex: '#db2777'
676
676
  }
677
677
  }],
678
678
  socials: {
@@ -874,7 +874,7 @@ const assets = {
874
874
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
875
875
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
876
876
  theme: {
877
- primary_color_hex: '#b7dfbd'
877
+ primary_color_hex: '#db2777'
878
878
  }
879
879
  }],
880
880
  socials: {
@@ -66,7 +66,9 @@ const assets = {
66
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
67
67
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
68
68
  theme: {
69
- primary_color_hex: '#040404'
69
+ primary_color_hex: '#040404',
70
+ background_color_hex: '#000000',
71
+ circle: true
70
72
  }
71
73
  }],
72
74
  socials: {
@@ -343,7 +345,9 @@ const assets = {
343
345
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
344
346
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
345
347
  theme: {
346
- primary_color_hex: '#040404'
348
+ primary_color_hex: '#040404',
349
+ background_color_hex: '#000000',
350
+ circle: true
347
351
  }
348
352
  }],
349
353
  socials: {
@@ -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: {
@@ -3916,7 +3920,7 @@ const assets = {
3916
3920
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3917
3921
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3918
3922
  theme: {
3919
- primary_color_hex: '#b7dfbd'
3923
+ primary_color_hex: '#db2777'
3920
3924
  }
3921
3925
  }],
3922
3926
  socials: {
@@ -5258,7 +5262,7 @@ const assets = {
5258
5262
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
5259
5263
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
5260
5264
  theme: {
5261
- primary_color_hex: '#b7dfbd'
5265
+ primary_color_hex: '#db2777'
5262
5266
  }
5263
5267
  }],
5264
5268
  socials: {
@@ -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
  },
@@ -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: {
@@ -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: {
@@ -1800,7 +1802,7 @@ const assets = {
1800
1802
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1801
1803
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1802
1804
  theme: {
1803
- primary_color_hex: '#b7dfbd'
1805
+ primary_color_hex: '#db2777'
1804
1806
  }
1805
1807
  }],
1806
1808
  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: {
@@ -3618,7 +3622,7 @@ const assets = {
3618
3622
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3619
3623
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3620
3624
  theme: {
3621
- primary_color_hex: '#b7dfbd'
3625
+ primary_color_hex: '#db2777'
3622
3626
  }
3623
3627
  }],
3624
3628
  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: {
@@ -1964,7 +1966,7 @@ const assets = {
1964
1966
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1965
1967
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1966
1968
  theme: {
1967
- primary_color_hex: '#b7dfbd'
1969
+ primary_color_hex: '#db2777'
1968
1970
  }
1969
1971
  }],
1970
1972
  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: {
@@ -5048,7 +5052,7 @@ const assets = {
5048
5052
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
5049
5053
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
5050
5054
  theme: {
5051
- primary_color_hex: '#b7dfbd'
5055
+ primary_color_hex: '#db2777'
5052
5056
  }
5053
5057
  }],
5054
5058
  socials: {
@@ -501,7 +501,7 @@ const assets = {
501
501
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
502
502
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
503
503
  theme: {
504
- primary_color_hex: '#b7dfbd'
504
+ primary_color_hex: '#db2777'
505
505
  }
506
506
  }],
507
507
  socials: {
@@ -2162,7 +2162,7 @@ const assets = {
2162
2162
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2163
2163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2164
2164
  theme: {
2165
- primary_color_hex: '#b7dfbd'
2165
+ primary_color_hex: '#db2777'
2166
2166
  }
2167
2167
  }],
2168
2168
  socials: {
@@ -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
@@ -50,6 +50,7 @@ const emoney_1 = __importDefault(require("./emoney"));
50
50
  const empowerchain_1 = __importDefault(require("./empowerchain"));
51
51
  const evmos_1 = __importDefault(require("./evmos"));
52
52
  const fetchhub_1 = __importDefault(require("./fetchhub"));
53
+ const firmachain_1 = __importDefault(require("./firmachain"));
53
54
  const furya_1 = __importDefault(require("./furya"));
54
55
  const fxcore_1 = __importDefault(require("./fxcore"));
55
56
  const galaxy_1 = __importDefault(require("./galaxy"));
@@ -140,5 +141,5 @@ const unification_1 = __importDefault(require("./unification"));
140
141
  const uptick_1 = __importDefault(require("./uptick"));
141
142
  const vidulum_1 = __importDefault(require("./vidulum"));
142
143
  const xpla_1 = __importDefault(require("./xpla"));
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];
144
+ 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, firmachain_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];
144
145
  exports.default = assets;
package/mainnet/aura.js CHANGED
@@ -551,7 +551,7 @@ const assets = {
551
551
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
552
552
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
553
553
  theme: {
554
- primary_color_hex: '#b7dfbd'
554
+ primary_color_hex: '#db2777'
555
555
  }
556
556
  }],
557
557
  socials: {
@@ -1118,7 +1118,7 @@ const assets = {
1118
1118
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1119
1119
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1120
1120
  theme: {
1121
- primary_color_hex: '#b7dfbd'
1121
+ primary_color_hex: '#db2777'
1122
1122
  }
1123
1123
  }],
1124
1124
  socials: {
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: {
package/mainnet/carbon.js CHANGED
@@ -481,7 +481,7 @@ const assets = {
481
481
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
482
482
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
483
483
  theme: {
484
- primary_color_hex: '#b7dfbd'
484
+ primary_color_hex: '#db2777'
485
485
  }
486
486
  }],
487
487
  socials: {
@@ -978,7 +978,7 @@ const assets = {
978
978
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
979
979
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
980
980
  theme: {
981
- primary_color_hex: '#b7dfbd'
981
+ primary_color_hex: '#db2777'
982
982
  }
983
983
  }],
984
984
  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: {
@@ -1099,7 +1101,7 @@ const assets = {
1099
1101
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1100
1102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1101
1103
  theme: {
1102
- primary_color_hex: '#b7dfbd'
1104
+ primary_color_hex: '#db2777'
1103
1105
  }
1104
1106
  }],
1105
1107
  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: {
@@ -2252,7 +2256,7 @@ const assets = {
2252
2256
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2253
2257
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2254
2258
  theme: {
2255
- primary_color_hex: '#b7dfbd'
2259
+ primary_color_hex: '#db2777'
2256
2260
  }
2257
2261
  }],
2258
2262
  socials: {