@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
@@ -748,7 +748,7 @@ const assets = {
748
748
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
749
749
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
750
750
  theme: {
751
- primary_color_hex: '#b7dfbd'
751
+ primary_color_hex: '#db2777'
752
752
  }
753
753
  }],
754
754
  socials: {
@@ -1192,7 +1192,7 @@ const assets = {
1192
1192
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1193
1193
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1194
1194
  theme: {
1195
- primary_color_hex: '#b7dfbd'
1195
+ primary_color_hex: '#db2777'
1196
1196
  }
1197
1197
  }],
1198
1198
  socials: {
@@ -45,6 +45,7 @@ export * as emoney from './emoney';
45
45
  export * as empowerchain from './empowerchain';
46
46
  export * as evmos from './evmos';
47
47
  export * as fetchhub from './fetchhub';
48
+ export * as firmachain from './firmachain';
48
49
  export * as furya from './furya';
49
50
  export * as fxcore from './fxcore';
50
51
  export * as galaxy from './galaxy';
@@ -1283,7 +1283,9 @@ const assets = {
1283
1283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1284
1284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1285
1285
  theme: {
1286
- primary_color_hex: '#040404'
1286
+ primary_color_hex: '#040404',
1287
+ background_color_hex: '#000000',
1288
+ circle: true
1287
1289
  }
1288
1290
  }],
1289
1291
  socials: {
@@ -2461,7 +2463,9 @@ const assets = {
2461
2463
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2462
2464
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2463
2465
  theme: {
2464
- primary_color_hex: '#040404'
2466
+ primary_color_hex: '#040404',
2467
+ background_color_hex: '#000000',
2468
+ circle: true
2465
2469
  }
2466
2470
  }],
2467
2471
  socials: {
@@ -1810,7 +1810,9 @@ const assets = {
1810
1810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1811
1811
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1812
1812
  theme: {
1813
- primary_color_hex: '#040404'
1813
+ primary_color_hex: '#040404',
1814
+ background_color_hex: '#000000',
1815
+ circle: true
1814
1816
  }
1815
1817
  }],
1816
1818
  socials: {
@@ -2398,7 +2400,7 @@ const assets = {
2398
2400
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2399
2401
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2400
2402
  theme: {
2401
- primary_color_hex: '#b7dfbd'
2403
+ primary_color_hex: '#db2777'
2402
2404
  }
2403
2405
  }],
2404
2406
  socials: {
@@ -3706,7 +3708,9 @@ const assets = {
3706
3708
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3707
3709
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3708
3710
  theme: {
3709
- primary_color_hex: '#040404'
3711
+ primary_color_hex: '#040404',
3712
+ background_color_hex: '#000000',
3713
+ circle: true
3710
3714
  }
3711
3715
  }],
3712
3716
  socials: {
@@ -4294,7 +4298,7 @@ const assets = {
4294
4298
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4295
4299
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4296
4300
  theme: {
4297
- primary_color_hex: '#b7dfbd'
4301
+ primary_color_hex: '#db2777'
4298
4302
  }
4299
4303
  }],
4300
4304
  socials: {
@@ -1570,7 +1570,9 @@ const assets = {
1570
1570
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1571
1571
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1572
1572
  theme: {
1573
- primary_color_hex: '#040404'
1573
+ primary_color_hex: '#040404',
1574
+ background_color_hex: '#000000',
1575
+ circle: true
1574
1576
  }
1575
1577
  }],
1576
1578
  socials: {
@@ -2119,7 +2121,9 @@ const assets = {
2119
2121
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2120
2122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2121
2123
  theme: {
2122
- primary_color_hex: '#040404'
2124
+ primary_color_hex: '#040404',
2125
+ background_color_hex: '#000000',
2126
+ circle: true
2123
2127
  }
2124
2128
  }],
2125
2129
  socials: {
@@ -3608,7 +3608,9 @@ const assets = {
3608
3608
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3609
3609
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3610
3610
  theme: {
3611
- primary_color_hex: '#040404'
3611
+ primary_color_hex: '#040404',
3612
+ background_color_hex: '#000000',
3613
+ circle: true
3612
3614
  }
3613
3615
  }],
3614
3616
  socials: {
@@ -4561,7 +4563,7 @@ const assets = {
4561
4563
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4562
4564
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4563
4565
  theme: {
4564
- primary_color_hex: '#b7dfbd'
4566
+ primary_color_hex: '#db2777'
4565
4567
  }
4566
4568
  }],
4567
4569
  socials: {
@@ -4805,7 +4807,9 @@ const assets = {
4805
4807
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
4806
4808
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
4807
4809
  theme: {
4808
- primary_color_hex: '#040404'
4810
+ primary_color_hex: '#040404',
4811
+ background_color_hex: '#000000',
4812
+ circle: true
4809
4813
  }
4810
4814
  }],
4811
4815
  socials: {
@@ -5758,7 +5762,7 @@ const assets = {
5758
5762
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
5759
5763
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
5760
5764
  theme: {
5761
- primary_color_hex: '#b7dfbd'
5765
+ primary_color_hex: '#db2777'
5762
5766
  }
5763
5767
  }],
5764
5768
  socials: {
@@ -344,7 +344,9 @@ const assets = {
344
344
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
345
345
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
346
346
  theme: {
347
- primary_color_hex: '#040404'
347
+ primary_color_hex: '#040404',
348
+ background_color_hex: '#000000',
349
+ circle: true
348
350
  }
349
351
  }],
350
352
  socials: {
@@ -621,7 +623,9 @@ const assets = {
621
623
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
622
624
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
623
625
  theme: {
624
- primary_color_hex: '#040404'
626
+ primary_color_hex: '#040404',
627
+ background_color_hex: '#000000',
628
+ circle: true
625
629
  }
626
630
  }],
627
631
  socials: {
@@ -1840,7 +1840,7 @@ const assets = {
1840
1840
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1841
1841
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1842
1842
  theme: {
1843
- primary_color_hex: '#b7dfbd'
1843
+ primary_color_hex: '#db2777'
1844
1844
  }
1845
1845
  }],
1846
1846
  socials: {
@@ -2280,7 +2280,7 @@ const assets = {
2280
2280
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2281
2281
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2282
2282
  theme: {
2283
- primary_color_hex: '#b7dfbd'
2283
+ primary_color_hex: '#db2777'
2284
2284
  }
2285
2285
  }],
2286
2286
  socials: {
@@ -2393,7 +2393,7 @@ const assets = {
2393
2393
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2394
2394
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2395
2395
  theme: {
2396
- primary_color_hex: '#b7dfbd'
2396
+ primary_color_hex: '#db2777'
2397
2397
  }
2398
2398
  }],
2399
2399
  socials: {
@@ -3088,7 +3088,7 @@ const assets = {
3088
3088
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3089
3089
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3090
3090
  theme: {
3091
- primary_color_hex: '#b7dfbd'
3091
+ primary_color_hex: '#db2777'
3092
3092
  }
3093
3093
  }],
3094
3094
  socials: {
@@ -1161,7 +1161,9 @@ const assets = {
1161
1161
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1162
1162
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1163
1163
  theme: {
1164
- primary_color_hex: '#040404'
1164
+ primary_color_hex: '#040404',
1165
+ background_color_hex: '#000000',
1166
+ circle: true
1165
1167
  }
1166
1168
  }],
1167
1169
  socials: {
@@ -2556,7 +2558,9 @@ const assets = {
2556
2558
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2557
2559
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2558
2560
  theme: {
2559
- primary_color_hex: '#040404'
2561
+ primary_color_hex: '#040404',
2562
+ background_color_hex: '#000000',
2563
+ circle: true
2560
2564
  }
2561
2565
  }],
2562
2566
  socials: {
@@ -3356,14 +3360,14 @@ const assets = {
3356
3360
  {
3357
3361
  description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
3358
3362
  denom_units: [{
3359
- denom: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
3363
+ denom: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
3360
3364
  exponent: 0,
3361
3365
  aliases: ['shido']
3362
3366
  }, {
3363
3367
  denom: 'SHIDO',
3364
3368
  exponent: 18
3365
3369
  }],
3366
- base: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
3370
+ base: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
3367
3371
  name: 'Shido',
3368
3372
  display: 'SHIDO',
3369
3373
  symbol: 'SHIDO',
@@ -3386,12 +3390,12 @@ const assets = {
3386
3390
  traces: [{
3387
3391
  type: 'ibc',
3388
3392
  counterparty: {
3389
- channel_id: 'channel-4',
3393
+ channel_id: 'channel-5',
3390
3394
  base_denom: 'shido',
3391
3395
  chain_name: 'shido'
3392
3396
  },
3393
3397
  chain: {
3394
- channel_id: 'channel-84'
3398
+ channel_id: 'channel-87'
3395
3399
  }
3396
3400
  }]
3397
3401
  },
@@ -3418,7 +3422,7 @@ const assets = {
3418
3422
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3419
3423
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3420
3424
  theme: {
3421
- primary_color_hex: '#b7dfbd'
3425
+ primary_color_hex: '#db2777'
3422
3426
  }
3423
3427
  }],
3424
3428
  socials: {
@@ -4120,14 +4124,14 @@ const assets = {
4120
4124
  {
4121
4125
  description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
4122
4126
  denom_units: [{
4123
- denom: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
4127
+ denom: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
4124
4128
  exponent: 0,
4125
4129
  aliases: ['shido']
4126
4130
  }, {
4127
4131
  denom: 'SHIDO',
4128
4132
  exponent: 18
4129
4133
  }],
4130
- base: 'ibc/C56696E0EA0481CE109E2DD25BDD27F4020D748C5A09D82D9D70F167D23224FA',
4134
+ base: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
4131
4135
  name: 'Shido',
4132
4136
  display: 'SHIDO',
4133
4137
  symbol: 'SHIDO',
@@ -4150,12 +4154,12 @@ const assets = {
4150
4154
  traces: [{
4151
4155
  type: 'ibc',
4152
4156
  counterparty: {
4153
- channel_id: 'channel-4',
4157
+ channel_id: 'channel-5',
4154
4158
  base_denom: 'shido',
4155
4159
  chain_name: 'shido'
4156
4160
  },
4157
4161
  chain: {
4158
- channel_id: 'channel-84'
4162
+ channel_id: 'channel-87'
4159
4163
  }
4160
4164
  }]
4161
4165
  },
@@ -4182,7 +4186,7 @@ const assets = {
4182
4186
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4183
4187
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4184
4188
  theme: {
4185
- primary_color_hex: '#b7dfbd'
4189
+ primary_color_hex: '#db2777'
4186
4190
  }
4187
4191
  }],
4188
4192
  socials: {
@@ -425,7 +425,9 @@ const assets = {
425
425
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
426
426
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
427
427
  theme: {
428
- primary_color_hex: '#040404'
428
+ primary_color_hex: '#040404',
429
+ background_color_hex: '#000000',
430
+ circle: true
429
431
  }
430
432
  }],
431
433
  socials: {
@@ -973,7 +975,9 @@ const assets = {
973
975
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
974
976
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
975
977
  theme: {
976
- primary_color_hex: '#040404'
978
+ primary_color_hex: '#040404',
979
+ background_color_hex: '#000000',
980
+ circle: true
977
981
  }
978
982
  }],
979
983
  socials: {
@@ -1285,7 +1289,7 @@ const assets = {
1285
1289
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1286
1290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1287
1291
  theme: {
1288
- primary_color_hex: '#b7dfbd'
1292
+ primary_color_hex: '#db2777'
1289
1293
  }
1290
1294
  }],
1291
1295
  socials: {
@@ -1492,7 +1496,7 @@ const assets = {
1492
1496
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
1493
1497
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
1494
1498
  theme: {
1495
- primary_color_hex: '#b7dfbd'
1499
+ primary_color_hex: '#db2777'
1496
1500
  }
1497
1501
  }],
1498
1502
  socials: {
@@ -61,7 +61,9 @@ const assets = {
61
61
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
62
62
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
63
63
  theme: {
64
- primary_color_hex: '#040404'
64
+ primary_color_hex: '#040404',
65
+ background_color_hex: '#000000',
66
+ circle: true
65
67
  }
66
68
  }],
67
69
  socials: {
@@ -245,7 +247,9 @@ const assets = {
245
247
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
246
248
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
247
249
  theme: {
248
- primary_color_hex: '#040404'
250
+ primary_color_hex: '#040404',
251
+ background_color_hex: '#000000',
252
+ circle: true
249
253
  }
250
254
  }],
251
255
  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: {
@@ -255,7 +257,9 @@ const assets = {
255
257
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
256
258
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
257
259
  theme: {
258
- primary_color_hex: '#040404'
260
+ primary_color_hex: '#040404',
261
+ background_color_hex: '#000000',
262
+ circle: true
259
263
  }
260
264
  }],
261
265
  socials: {
@@ -1359,7 +1359,7 @@ const assets = {
1359
1359
  }]
1360
1360
  },
1361
1361
  {
1362
- description: 'Decentralized Machine Learning',
1362
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
1363
1363
  denom_units: [{
1364
1364
  denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
1365
1365
  exponent: 0,
@@ -2396,7 +2396,19 @@ const assets = {
2396
2396
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
2397
2397
  },
2398
2398
  images: [{
2399
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
2399
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
2400
+ theme: {
2401
+ primary_color_hex: '#00e33a',
2402
+ background_color_hex: '#00e33a',
2403
+ circle: true
2404
+ }
2405
+ }, {
2406
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
2407
+ theme: {
2408
+ primary_color_hex: '#00e33a',
2409
+ background_color_hex: '#00e33a',
2410
+ circle: false
2411
+ }
2400
2412
  }],
2401
2413
  traces: [{
2402
2414
  type: 'ibc',
@@ -2646,6 +2658,44 @@ const assets = {
2646
2658
  }
2647
2659
  }]
2648
2660
  },
2661
+ {
2662
+ description: 'The native token of FirmaChain',
2663
+ denom_units: [{
2664
+ denom: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
2665
+ exponent: 0,
2666
+ aliases: ['ufct']
2667
+ }, {
2668
+ denom: 'fct',
2669
+ exponent: 6
2670
+ }],
2671
+ base: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
2672
+ name: 'FirmaChain',
2673
+ display: 'fct',
2674
+ symbol: 'FCT',
2675
+ logo_URIs: {
2676
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
2677
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
2678
+ },
2679
+ coingecko_id: 'firmachain',
2680
+ images: [{
2681
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
2682
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg',
2683
+ theme: {
2684
+ primary_color_hex: '#1c1c1c'
2685
+ }
2686
+ }],
2687
+ traces: [{
2688
+ type: 'ibc',
2689
+ counterparty: {
2690
+ channel_id: 'channel-1',
2691
+ base_denom: 'ufct',
2692
+ chain_name: 'firmachain'
2693
+ },
2694
+ chain: {
2695
+ channel_id: 'channel-79241'
2696
+ }
2697
+ }]
2698
+ },
2649
2699
  {
2650
2700
  description: 'The native token of Furya',
2651
2701
  denom_units: [{
@@ -4259,7 +4309,9 @@ const assets = {
4259
4309
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
4260
4310
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
4261
4311
  theme: {
4262
- primary_color_hex: '#040404'
4312
+ primary_color_hex: '#040404',
4313
+ background_color_hex: '#000000',
4314
+ circle: true
4263
4315
  }
4264
4316
  }],
4265
4317
  socials: {
@@ -6468,7 +6520,7 @@ const assets = {
6468
6520
  }]
6469
6521
  },
6470
6522
  {
6471
- description: 'Decentralized Machine Learning',
6523
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
6472
6524
  denom_units: [{
6473
6525
  denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
6474
6526
  exponent: 0,
@@ -7505,7 +7557,19 @@ const assets = {
7505
7557
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
7506
7558
  },
7507
7559
  images: [{
7508
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
7560
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
7561
+ theme: {
7562
+ primary_color_hex: '#00e33a',
7563
+ background_color_hex: '#00e33a',
7564
+ circle: true
7565
+ }
7566
+ }, {
7567
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
7568
+ theme: {
7569
+ primary_color_hex: '#00e33a',
7570
+ background_color_hex: '#00e33a',
7571
+ circle: false
7572
+ }
7509
7573
  }],
7510
7574
  traces: [{
7511
7575
  type: 'ibc',
@@ -7755,6 +7819,44 @@ const assets = {
7755
7819
  }
7756
7820
  }]
7757
7821
  },
7822
+ {
7823
+ description: 'The native token of FirmaChain',
7824
+ denom_units: [{
7825
+ denom: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
7826
+ exponent: 0,
7827
+ aliases: ['ufct']
7828
+ }, {
7829
+ denom: 'fct',
7830
+ exponent: 6
7831
+ }],
7832
+ base: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
7833
+ name: 'FirmaChain',
7834
+ display: 'fct',
7835
+ symbol: 'FCT',
7836
+ logo_URIs: {
7837
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
7838
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
7839
+ },
7840
+ coingecko_id: 'firmachain',
7841
+ images: [{
7842
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
7843
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg',
7844
+ theme: {
7845
+ primary_color_hex: '#1c1c1c'
7846
+ }
7847
+ }],
7848
+ traces: [{
7849
+ type: 'ibc',
7850
+ counterparty: {
7851
+ channel_id: 'channel-1',
7852
+ base_denom: 'ufct',
7853
+ chain_name: 'firmachain'
7854
+ },
7855
+ chain: {
7856
+ channel_id: 'channel-79241'
7857
+ }
7858
+ }]
7859
+ },
7758
7860
  {
7759
7861
  description: 'The native token of Furya',
7760
7862
  denom_units: [{
@@ -9368,7 +9470,9 @@ const assets = {
9368
9470
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
9369
9471
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
9370
9472
  theme: {
9371
- primary_color_hex: '#040404'
9473
+ primary_color_hex: '#040404',
9474
+ background_color_hex: '#000000',
9475
+ circle: true
9372
9476
  }
9373
9477
  }],
9374
9478
  socials: {
@@ -11648,7 +11752,7 @@ const assets = {
11648
11752
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
11649
11753
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
11650
11754
  theme: {
11651
- primary_color_hex: '#b7dfbd'
11755
+ primary_color_hex: '#db2777'
11652
11756
  }
11653
11757
  }],
11654
11758
  socials: {
@@ -14514,7 +14618,7 @@ const assets = {
14514
14618
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
14515
14619
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
14516
14620
  theme: {
14517
- primary_color_hex: '#b7dfbd'
14621
+ primary_color_hex: '#db2777'
14518
14622
  }
14519
14623
  }],
14520
14624
  socials: {
@@ -1140,7 +1140,9 @@ const assets = {
1140
1140
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1141
1141
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1142
1142
  theme: {
1143
- primary_color_hex: '#040404'
1143
+ primary_color_hex: '#040404',
1144
+ background_color_hex: '#000000',
1145
+ circle: true
1144
1146
  }
1145
1147
  }],
1146
1148
  socials: {
@@ -2602,7 +2604,9 @@ const assets = {
2602
2604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2603
2605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2604
2606
  theme: {
2605
- primary_color_hex: '#040404'
2607
+ primary_color_hex: '#040404',
2608
+ background_color_hex: '#000000',
2609
+ circle: true
2606
2610
  }
2607
2611
  }],
2608
2612
  socials: {
@@ -3191,7 +3195,7 @@ const assets = {
3191
3195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3192
3196
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3193
3197
  theme: {
3194
- primary_color_hex: '#b7dfbd'
3198
+ primary_color_hex: '#db2777'
3195
3199
  }
3196
3200
  }],
3197
3201
  socials: {
@@ -3598,7 +3602,7 @@ const assets = {
3598
3602
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
3599
3603
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
3600
3604
  theme: {
3601
- primary_color_hex: '#b7dfbd'
3605
+ primary_color_hex: '#db2777'
3602
3606
  }
3603
3607
  }],
3604
3608
  socials: {