@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
@@ -1842,7 +1842,7 @@ const assets = {
1842
1842
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1843
1843
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1844
1844
  theme: {
1845
- primary_color_hex: '#b7dfbd'
1845
+ primary_color_hex: '#db2777'
1846
1846
  }
1847
1847
  }],
1848
1848
  socials: {
@@ -2282,7 +2282,7 @@ const assets = {
2282
2282
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2283
2283
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2284
2284
  theme: {
2285
- primary_color_hex: '#b7dfbd'
2285
+ primary_color_hex: '#db2777'
2286
2286
  }
2287
2287
  }],
2288
2288
  socials: {
@@ -2395,7 +2395,7 @@ const assets = {
2395
2395
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2396
2396
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2397
2397
  theme: {
2398
- primary_color_hex: '#b7dfbd'
2398
+ primary_color_hex: '#db2777'
2399
2399
  }
2400
2400
  }],
2401
2401
  socials: {
@@ -3090,7 +3090,7 @@ const assets = {
3090
3090
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3091
3091
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3092
3092
  theme: {
3093
- primary_color_hex: '#b7dfbd'
3093
+ primary_color_hex: '#db2777'
3094
3094
  }
3095
3095
  }],
3096
3096
  socials: {
package/mainnet/noble.js CHANGED
@@ -1163,7 +1163,9 @@ const assets = {
1163
1163
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1164
1164
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1165
1165
  theme: {
1166
- primary_color_hex: '#040404'
1166
+ primary_color_hex: '#040404',
1167
+ background_color_hex: '#000000',
1168
+ circle: true
1167
1169
  }
1168
1170
  }],
1169
1171
  socials: {
@@ -2558,7 +2560,9 @@ const assets = {
2558
2560
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2559
2561
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2560
2562
  theme: {
2561
- primary_color_hex: '#040404'
2563
+ primary_color_hex: '#040404',
2564
+ background_color_hex: '#000000',
2565
+ circle: true
2562
2566
  }
2563
2567
  }],
2564
2568
  socials: {
@@ -3358,14 +3362,14 @@ const assets = {
3358
3362
  {
3359
3363
  description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
3360
3364
  denom_units: [{
3361
- denom: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
3365
+ denom: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
3362
3366
  exponent: 0,
3363
3367
  aliases: ['shido']
3364
3368
  }, {
3365
3369
  denom: 'SHIDO',
3366
3370
  exponent: 18
3367
3371
  }],
3368
- base: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
3372
+ base: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
3369
3373
  name: 'Shido',
3370
3374
  display: 'SHIDO',
3371
3375
  symbol: 'SHIDO',
@@ -3388,12 +3392,12 @@ const assets = {
3388
3392
  traces: [{
3389
3393
  type: 'ibc',
3390
3394
  counterparty: {
3391
- channel_id: 'channel-4',
3395
+ channel_id: 'channel-5',
3392
3396
  base_denom: 'shido',
3393
3397
  chain_name: 'shido'
3394
3398
  },
3395
3399
  chain: {
3396
- channel_id: 'channel-84'
3400
+ channel_id: 'channel-87'
3397
3401
  }
3398
3402
  }]
3399
3403
  },
@@ -3420,7 +3424,7 @@ const assets = {
3420
3424
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3421
3425
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3422
3426
  theme: {
3423
- primary_color_hex: '#b7dfbd'
3427
+ primary_color_hex: '#db2777'
3424
3428
  }
3425
3429
  }],
3426
3430
  socials: {
@@ -4122,14 +4126,14 @@ const assets = {
4122
4126
  {
4123
4127
  description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
4124
4128
  denom_units: [{
4125
- denom: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
4129
+ denom: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
4126
4130
  exponent: 0,
4127
4131
  aliases: ['shido']
4128
4132
  }, {
4129
4133
  denom: 'SHIDO',
4130
4134
  exponent: 18
4131
4135
  }],
4132
- base: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
4136
+ base: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
4133
4137
  name: 'Shido',
4134
4138
  display: 'SHIDO',
4135
4139
  symbol: 'SHIDO',
@@ -4152,12 +4156,12 @@ const assets = {
4152
4156
  traces: [{
4153
4157
  type: 'ibc',
4154
4158
  counterparty: {
4155
- channel_id: 'channel-4',
4159
+ channel_id: 'channel-5',
4156
4160
  base_denom: 'shido',
4157
4161
  chain_name: 'shido'
4158
4162
  },
4159
4163
  chain: {
4160
- channel_id: 'channel-84'
4164
+ channel_id: 'channel-87'
4161
4165
  }
4162
4166
  }]
4163
4167
  },
@@ -4184,7 +4188,7 @@ const assets = {
4184
4188
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4185
4189
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4186
4190
  theme: {
4187
- primary_color_hex: '#b7dfbd'
4191
+ primary_color_hex: '#db2777'
4188
4192
  }
4189
4193
  }],
4190
4194
  socials: {
package/mainnet/nois.js CHANGED
@@ -427,7 +427,9 @@ const assets = {
427
427
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
428
428
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
429
429
  theme: {
430
- primary_color_hex: '#040404'
430
+ primary_color_hex: '#040404',
431
+ background_color_hex: '#000000',
432
+ circle: true
431
433
  }
432
434
  }],
433
435
  socials: {
@@ -975,7 +977,9 @@ const assets = {
975
977
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
976
978
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
977
979
  theme: {
978
- primary_color_hex: '#040404'
980
+ primary_color_hex: '#040404',
981
+ background_color_hex: '#000000',
982
+ circle: true
979
983
  }
980
984
  }],
981
985
  socials: {
@@ -1287,7 +1291,7 @@ const assets = {
1287
1291
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1288
1292
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1289
1293
  theme: {
1290
- primary_color_hex: '#b7dfbd'
1294
+ primary_color_hex: '#db2777'
1291
1295
  }
1292
1296
  }],
1293
1297
  socials: {
@@ -1494,7 +1498,7 @@ const assets = {
1494
1498
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1495
1499
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1496
1500
  theme: {
1497
- primary_color_hex: '#b7dfbd'
1501
+ primary_color_hex: '#db2777'
1498
1502
  }
1499
1503
  }],
1500
1504
  socials: {
package/mainnet/nolus.js CHANGED
@@ -63,7 +63,9 @@ const assets = {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
64
64
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
65
65
  theme: {
66
- primary_color_hex: '#040404'
66
+ primary_color_hex: '#040404',
67
+ background_color_hex: '#000000',
68
+ circle: true
67
69
  }
68
70
  }],
69
71
  socials: {
@@ -247,7 +249,9 @@ const assets = {
247
249
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
248
250
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
249
251
  theme: {
250
- primary_color_hex: '#040404'
252
+ primary_color_hex: '#040404',
253
+ background_color_hex: '#000000',
254
+ circle: true
251
255
  }
252
256
  }],
253
257
  socials: {
package/mainnet/nomic.js CHANGED
@@ -68,7 +68,9 @@ const assets = {
68
68
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
69
69
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
70
70
  theme: {
71
- primary_color_hex: '#040404'
71
+ primary_color_hex: '#040404',
72
+ background_color_hex: '#000000',
73
+ circle: true
72
74
  }
73
75
  }],
74
76
  socials: {
@@ -257,7 +259,9 @@ const assets = {
257
259
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
258
260
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
259
261
  theme: {
260
- primary_color_hex: '#040404'
262
+ primary_color_hex: '#040404',
263
+ background_color_hex: '#000000',
264
+ circle: true
261
265
  }
262
266
  }],
263
267
  socials: {
@@ -1361,7 +1361,7 @@ const assets = {
1361
1361
  }]
1362
1362
  },
1363
1363
  {
1364
- description: 'Decentralized Machine Learning',
1364
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
1365
1365
  denom_units: [{
1366
1366
  denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
1367
1367
  exponent: 0,
@@ -2398,7 +2398,19 @@ const assets = {
2398
2398
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
2399
2399
  },
2400
2400
  images: [{
2401
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
2401
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
2402
+ theme: {
2403
+ primary_color_hex: '#00e33a',
2404
+ background_color_hex: '#00e33a',
2405
+ circle: true
2406
+ }
2407
+ }, {
2408
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
2409
+ theme: {
2410
+ primary_color_hex: '#00e33a',
2411
+ background_color_hex: '#00e33a',
2412
+ circle: false
2413
+ }
2402
2414
  }],
2403
2415
  traces: [{
2404
2416
  type: 'ibc',
@@ -2648,6 +2660,44 @@ const assets = {
2648
2660
  }
2649
2661
  }]
2650
2662
  },
2663
+ {
2664
+ description: 'The native token of FirmaChain',
2665
+ denom_units: [{
2666
+ denom: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
2667
+ exponent: 0,
2668
+ aliases: ['ufct']
2669
+ }, {
2670
+ denom: 'fct',
2671
+ exponent: 6
2672
+ }],
2673
+ base: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
2674
+ name: 'FirmaChain',
2675
+ display: 'fct',
2676
+ symbol: 'FCT',
2677
+ logo_URIs: {
2678
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
2679
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
2680
+ },
2681
+ coingecko_id: 'firmachain',
2682
+ images: [{
2683
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
2684
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg',
2685
+ theme: {
2686
+ primary_color_hex: '#1c1c1c'
2687
+ }
2688
+ }],
2689
+ traces: [{
2690
+ type: 'ibc',
2691
+ counterparty: {
2692
+ channel_id: 'channel-1',
2693
+ base_denom: 'ufct',
2694
+ chain_name: 'firmachain'
2695
+ },
2696
+ chain: {
2697
+ channel_id: 'channel-79241'
2698
+ }
2699
+ }]
2700
+ },
2651
2701
  {
2652
2702
  description: 'The native token of Furya',
2653
2703
  denom_units: [{
@@ -4261,7 +4311,9 @@ const assets = {
4261
4311
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
4262
4312
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
4263
4313
  theme: {
4264
- primary_color_hex: '#040404'
4314
+ primary_color_hex: '#040404',
4315
+ background_color_hex: '#000000',
4316
+ circle: true
4265
4317
  }
4266
4318
  }],
4267
4319
  socials: {
@@ -6470,7 +6522,7 @@ const assets = {
6470
6522
  }]
6471
6523
  },
6472
6524
  {
6473
- description: 'Decentralized Machine Learning',
6525
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
6474
6526
  denom_units: [{
6475
6527
  denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
6476
6528
  exponent: 0,
@@ -7507,7 +7559,19 @@ const assets = {
7507
7559
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
7508
7560
  },
7509
7561
  images: [{
7510
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
7562
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
7563
+ theme: {
7564
+ primary_color_hex: '#00e33a',
7565
+ background_color_hex: '#00e33a',
7566
+ circle: true
7567
+ }
7568
+ }, {
7569
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
7570
+ theme: {
7571
+ primary_color_hex: '#00e33a',
7572
+ background_color_hex: '#00e33a',
7573
+ circle: false
7574
+ }
7511
7575
  }],
7512
7576
  traces: [{
7513
7577
  type: 'ibc',
@@ -7757,6 +7821,44 @@ const assets = {
7757
7821
  }
7758
7822
  }]
7759
7823
  },
7824
+ {
7825
+ description: 'The native token of FirmaChain',
7826
+ denom_units: [{
7827
+ denom: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
7828
+ exponent: 0,
7829
+ aliases: ['ufct']
7830
+ }, {
7831
+ denom: 'fct',
7832
+ exponent: 6
7833
+ }],
7834
+ base: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
7835
+ name: 'FirmaChain',
7836
+ display: 'fct',
7837
+ symbol: 'FCT',
7838
+ logo_URIs: {
7839
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
7840
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
7841
+ },
7842
+ coingecko_id: 'firmachain',
7843
+ images: [{
7844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
7845
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg',
7846
+ theme: {
7847
+ primary_color_hex: '#1c1c1c'
7848
+ }
7849
+ }],
7850
+ traces: [{
7851
+ type: 'ibc',
7852
+ counterparty: {
7853
+ channel_id: 'channel-1',
7854
+ base_denom: 'ufct',
7855
+ chain_name: 'firmachain'
7856
+ },
7857
+ chain: {
7858
+ channel_id: 'channel-79241'
7859
+ }
7860
+ }]
7861
+ },
7760
7862
  {
7761
7863
  description: 'The native token of Furya',
7762
7864
  denom_units: [{
@@ -9370,7 +9472,9 @@ const assets = {
9370
9472
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
9371
9473
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
9372
9474
  theme: {
9373
- primary_color_hex: '#040404'
9475
+ primary_color_hex: '#040404',
9476
+ background_color_hex: '#000000',
9477
+ circle: true
9374
9478
  }
9375
9479
  }],
9376
9480
  socials: {
@@ -11650,7 +11754,7 @@ const assets = {
11650
11754
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
11651
11755
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
11652
11756
  theme: {
11653
- primary_color_hex: '#b7dfbd'
11757
+ primary_color_hex: '#db2777'
11654
11758
  }
11655
11759
  }],
11656
11760
  socials: {
@@ -14516,7 +14620,7 @@ const assets = {
14516
14620
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
14517
14621
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
14518
14622
  theme: {
14519
- primary_color_hex: '#b7dfbd'
14623
+ primary_color_hex: '#db2777'
14520
14624
  }
14521
14625
  }],
14522
14626
  socials: {
@@ -1142,7 +1142,9 @@ const assets = {
1142
1142
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1143
1143
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1144
1144
  theme: {
1145
- primary_color_hex: '#040404'
1145
+ primary_color_hex: '#040404',
1146
+ background_color_hex: '#000000',
1147
+ circle: true
1146
1148
  }
1147
1149
  }],
1148
1150
  socials: {
@@ -2604,7 +2606,9 @@ const assets = {
2604
2606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2605
2607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2606
2608
  theme: {
2607
- primary_color_hex: '#040404'
2609
+ primary_color_hex: '#040404',
2610
+ background_color_hex: '#000000',
2611
+ circle: true
2608
2612
  }
2609
2613
  }],
2610
2614
  socials: {
@@ -3193,7 +3197,7 @@ const assets = {
3193
3197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3194
3198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3195
3199
  theme: {
3196
- primary_color_hex: '#b7dfbd'
3200
+ primary_color_hex: '#db2777'
3197
3201
  }
3198
3202
  }],
3199
3203
  socials: {
@@ -3600,7 +3604,7 @@ const assets = {
3600
3604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3601
3605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3602
3606
  theme: {
3603
- primary_color_hex: '#b7dfbd'
3607
+ primary_color_hex: '#db2777'
3604
3608
  }
3605
3609
  }],
3606
3610
  socials: {
package/mainnet/pryzm.js CHANGED
@@ -424,7 +424,9 @@ const assets = {
424
424
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
425
425
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
426
426
  theme: {
427
- primary_color_hex: '#040404'
427
+ primary_color_hex: '#040404',
428
+ background_color_hex: '#000000',
429
+ circle: true
428
430
  }
429
431
  }],
430
432
  socials: {
@@ -1168,7 +1170,9 @@ const assets = {
1168
1170
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1169
1171
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1170
1172
  theme: {
1171
- primary_color_hex: '#040404'
1173
+ primary_color_hex: '#040404',
1174
+ background_color_hex: '#000000',
1175
+ circle: true
1172
1176
  }
1173
1177
  }],
1174
1178
  socials: {
@@ -674,7 +674,7 @@ const assets = {
674
674
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
675
675
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
676
676
  theme: {
677
- primary_color_hex: '#b7dfbd'
677
+ primary_color_hex: '#db2777'
678
678
  }
679
679
  }],
680
680
  socials: {
@@ -876,7 +876,7 @@ const assets = {
876
876
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
877
877
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
878
878
  theme: {
879
- primary_color_hex: '#b7dfbd'
879
+ primary_color_hex: '#db2777'
880
880
  }
881
881
  }],
882
882
  socials: {
package/mainnet/saga.js CHANGED
@@ -68,7 +68,9 @@ const assets = {
68
68
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
69
69
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
70
70
  theme: {
71
- primary_color_hex: '#040404'
71
+ primary_color_hex: '#040404',
72
+ background_color_hex: '#000000',
73
+ circle: true
72
74
  }
73
75
  }],
74
76
  socials: {
@@ -345,7 +347,9 @@ const assets = {
345
347
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
346
348
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
347
349
  theme: {
348
- primary_color_hex: '#040404'
350
+ primary_color_hex: '#040404',
351
+ background_color_hex: '#000000',
352
+ circle: true
349
353
  }
350
354
  }],
351
355
  socials: {
@@ -1353,7 +1353,9 @@ const assets = {
1353
1353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1354
1354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1355
1355
  theme: {
1356
- primary_color_hex: '#040404'
1356
+ primary_color_hex: '#040404',
1357
+ background_color_hex: '#000000',
1358
+ circle: true
1357
1359
  }
1358
1360
  }],
1359
1361
  socials: {
@@ -3259,7 +3261,9 @@ const assets = {
3259
3261
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3260
3262
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3261
3263
  theme: {
3262
- primary_color_hex: '#040404'
3264
+ primary_color_hex: '#040404',
3265
+ background_color_hex: '#000000',
3266
+ circle: true
3263
3267
  }
3264
3268
  }],
3265
3269
  socials: {
@@ -3918,7 +3922,7 @@ const assets = {
3918
3922
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3919
3923
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3920
3924
  theme: {
3921
- primary_color_hex: '#b7dfbd'
3925
+ primary_color_hex: '#db2777'
3922
3926
  }
3923
3927
  }],
3924
3928
  socials: {
@@ -5260,7 +5264,7 @@ const assets = {
5260
5264
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
5261
5265
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
5262
5266
  theme: {
5263
- primary_color_hex: '#b7dfbd'
5267
+ primary_color_hex: '#db2777'
5264
5268
  }
5265
5269
  }],
5266
5270
  socials: {
package/mainnet/sei.js CHANGED
@@ -384,7 +384,9 @@ const assets = {
384
384
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
385
385
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
386
386
  theme: {
387
- primary_color_hex: '#040404'
387
+ primary_color_hex: '#040404',
388
+ background_color_hex: '#000000',
389
+ circle: true
388
390
  }
389
391
  }],
390
392
  socials: {
@@ -1212,7 +1214,9 @@ const assets = {
1212
1214
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1213
1215
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1214
1216
  theme: {
1215
- primary_color_hex: '#040404'
1217
+ primary_color_hex: '#040404',
1218
+ background_color_hex: '#000000',
1219
+ circle: true
1216
1220
  }
1217
1221
  }],
1218
1222
  socials: {