@chain-registry/juno 1.70.301 → 1.70.302

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.
package/assets.js CHANGED
@@ -24,10 +24,7 @@ const assets = {
24
24
  coingecko_id: 'juno-network',
25
25
  images: [{
26
26
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
28
- theme: {
29
- primary_color_hex: '#fa7b7b'
30
- }
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
31
28
  }],
32
29
  socials: {
33
30
  website: 'https://junonetwork.io/',
@@ -66,10 +63,7 @@ const assets = {
66
63
  base_denom: 'uatom'
67
64
  },
68
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
69
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
70
- theme: {
71
- primary_color_hex: '#272d45'
72
- }
66
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
73
67
  }],
74
68
  logo_URIs: {
75
69
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -99,10 +93,7 @@ const assets = {
99
93
  coingecko_id: 'neta',
100
94
  images: [{
101
95
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
102
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg',
103
- theme: {
104
- primary_color_hex: '#f87b7b'
105
- }
96
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
106
97
  }]
107
98
  },
108
99
  {
@@ -126,10 +117,7 @@ const assets = {
126
117
  },
127
118
  images: [{
128
119
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
129
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg',
130
- theme: {
131
- primary_color_hex: '#040404'
132
- }
120
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
133
121
  }]
134
122
  },
135
123
  {
@@ -153,10 +141,7 @@ const assets = {
153
141
  },
154
142
  images: [{
155
143
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
156
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg',
157
- theme: {
158
- primary_color_hex: '#e2877e'
159
- }
144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
160
145
  }]
161
146
  },
162
147
  {
@@ -189,10 +174,7 @@ const assets = {
189
174
  coingecko_id: 'racoon',
190
175
  images: [{
191
176
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
192
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg',
193
- theme: {
194
- primary_color_hex: '#070f0e'
195
- }
177
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
196
178
  }]
197
179
  },
198
180
  {
@@ -216,10 +198,7 @@ const assets = {
216
198
  },
217
199
  images: [{
218
200
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
219
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg',
220
- theme: {
221
- primary_color_hex: '#040404'
222
- }
201
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
223
202
  }]
224
203
  },
225
204
  {
@@ -241,10 +220,7 @@ const assets = {
241
220
  },
242
221
  images: [{
243
222
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
244
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg',
245
- theme: {
246
- primary_color_hex: '#fae204'
247
- }
223
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
248
224
  }]
249
225
  },
250
226
  {
@@ -268,10 +244,7 @@ const assets = {
268
244
  },
269
245
  images: [{
270
246
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png',
271
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg',
272
- theme: {
273
- primary_color_hex: '#f07c92'
274
- }
247
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg'
275
248
  }]
276
249
  },
277
250
  {
@@ -293,10 +266,7 @@ const assets = {
293
266
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
294
267
  },
295
268
  images: [{
296
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png',
297
- theme: {
298
- primary_color_hex: '#402e5d'
299
- }
269
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
300
270
  }]
301
271
  },
302
272
  {
@@ -340,10 +310,7 @@ const assets = {
340
310
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
341
311
  },
342
312
  images: [{
343
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png',
344
- theme: {
345
- primary_color_hex: '#f3baaf'
346
- }
313
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
347
314
  }]
348
315
  },
349
316
  {
@@ -367,10 +334,7 @@ const assets = {
367
334
  },
368
335
  images: [{
369
336
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
370
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg',
371
- theme: {
372
- primary_color_hex: '#263a70'
373
- }
337
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
374
338
  }]
375
339
  },
376
340
  {
@@ -406,10 +370,7 @@ const assets = {
406
370
  base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
407
371
  },
408
372
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
409
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
410
- theme: {
411
- primary_color_hex: '#501cad'
412
- }
373
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
413
374
  }]
414
375
  },
415
376
  {
@@ -433,10 +394,7 @@ const assets = {
433
394
  },
434
395
  images: [{
435
396
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
436
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg',
437
- theme: {
438
- primary_color_hex: '#521caf'
439
- }
397
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
440
398
  }]
441
399
  },
442
400
  {
@@ -460,10 +418,7 @@ const assets = {
460
418
  },
461
419
  images: [{
462
420
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
463
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg',
464
- theme: {
465
- primary_color_hex: '#040404'
466
- }
421
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
467
422
  }]
468
423
  },
469
424
  {
@@ -487,10 +442,7 @@ const assets = {
487
442
  },
488
443
  images: [{
489
444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
490
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg',
491
- theme: {
492
- primary_color_hex: '#26363f'
493
- }
445
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
494
446
  }]
495
447
  },
496
448
  {
@@ -514,10 +466,7 @@ const assets = {
514
466
  },
515
467
  images: [{
516
468
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
517
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg',
518
- theme: {
519
- primary_color_hex: '#254454'
520
- }
469
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
521
470
  }]
522
471
  },
523
472
  {
@@ -541,10 +490,7 @@ const assets = {
541
490
  },
542
491
  images: [{
543
492
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
544
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg',
545
- theme: {
546
- primary_color_hex: '#1c1c1b'
547
- }
493
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
548
494
  }]
549
495
  },
550
496
  {
@@ -568,10 +514,7 @@ const assets = {
568
514
  },
569
515
  images: [{
570
516
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
571
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg',
572
- theme: {
573
- primary_color_hex: '#2d2c2d'
574
- }
517
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
575
518
  }]
576
519
  },
577
520
  {
@@ -593,10 +536,7 @@ const assets = {
593
536
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
594
537
  },
595
538
  images: [{
596
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png',
597
- theme: {
598
- primary_color_hex: '#32255f'
599
- }
539
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
600
540
  }]
601
541
  },
602
542
  {
@@ -618,10 +558,7 @@ const assets = {
618
558
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
619
559
  },
620
560
  images: [{
621
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png',
622
- theme: {
623
- primary_color_hex: '#2d2c45'
624
- }
561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
625
562
  }]
626
563
  },
627
564
  {
@@ -651,10 +588,7 @@ const assets = {
651
588
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
652
589
  },
653
590
  images: [{
654
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
655
- theme: {
656
- primary_color_hex: '#14045c'
657
- }
591
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
658
592
  }]
659
593
  },
660
594
  {
@@ -679,10 +613,7 @@ const assets = {
679
613
  coingecko_id: 'posthuman',
680
614
  images: [{
681
615
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
682
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg',
683
- theme: {
684
- primary_color_hex: '#bbc2c6'
685
- }
616
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
686
617
  }],
687
618
  socials: {
688
619
  website: 'https://posthuman.digital/',
@@ -710,10 +641,7 @@ const assets = {
710
641
  },
711
642
  images: [{
712
643
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png',
713
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg',
714
- theme: {
715
- primary_color_hex: '#08d890'
716
- }
644
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg'
717
645
  }]
718
646
  },
719
647
  {
@@ -735,10 +663,7 @@ const assets = {
735
663
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png'
736
664
  },
737
665
  images: [{
738
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png',
739
- theme: {
740
- primary_color_hex: '#e40404'
741
- }
666
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png'
742
667
  }]
743
668
  },
744
669
  {
@@ -760,10 +685,7 @@ const assets = {
760
685
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png'
761
686
  },
762
687
  images: [{
763
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png',
764
- theme: {
765
- primary_color_hex: '#041ce4'
766
- }
688
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png'
767
689
  }]
768
690
  },
769
691
  {
@@ -787,10 +709,7 @@ const assets = {
787
709
  },
788
710
  images: [{
789
711
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png',
790
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg',
791
- theme: {
792
- primary_color_hex: '#6bcc95'
793
- }
712
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg'
794
713
  }]
795
714
  },
796
715
  {
@@ -812,10 +731,7 @@ const assets = {
812
731
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
813
732
  },
814
733
  images: [{
815
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png',
816
- theme: {
817
- primary_color_hex: '#046fc6'
818
- }
734
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
819
735
  }]
820
736
  },
821
737
  {
@@ -839,10 +755,7 @@ const assets = {
839
755
  },
840
756
  images: [{
841
757
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
842
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
843
- theme: {
844
- primary_color_hex: '#050505'
845
- }
758
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
846
759
  }],
847
760
  socials: {
848
761
  website: 'https://www.nride.network',
@@ -868,10 +781,7 @@ const assets = {
868
781
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png'
869
782
  },
870
783
  images: [{
871
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png',
872
- theme: {
873
- primary_color_hex: '#c5c2c2'
874
- }
784
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png'
875
785
  }]
876
786
  },
877
787
  {
@@ -893,10 +803,7 @@ const assets = {
893
803
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png'
894
804
  },
895
805
  images: [{
896
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png',
897
- theme: {
898
- primary_color_hex: '#ee8179'
899
- }
806
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png'
900
807
  }]
901
808
  },
902
809
  {
@@ -918,10 +825,7 @@ const assets = {
918
825
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png'
919
826
  },
920
827
  images: [{
921
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png',
922
- theme: {
923
- primary_color_hex: '#25221f'
924
- }
828
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png'
925
829
  }]
926
830
  },
927
831
  {
@@ -943,10 +847,7 @@ const assets = {
943
847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png'
944
848
  },
945
849
  images: [{
946
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png',
947
- theme: {
948
- primary_color_hex: '#e30d2c'
949
- }
850
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png'
950
851
  }]
951
852
  },
952
853
  {
@@ -968,10 +869,7 @@ const assets = {
968
869
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
969
870
  },
970
871
  images: [{
971
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png',
972
- theme: {
973
- primary_color_hex: '#ee5f06'
974
- }
872
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
975
873
  }]
976
874
  },
977
875
  {
@@ -993,10 +891,7 @@ const assets = {
993
891
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png'
994
892
  },
995
893
  images: [{
996
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png',
997
- theme: {
998
- primary_color_hex: '#07d7ac'
999
- }
894
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png'
1000
895
  }]
1001
896
  },
1002
897
  {
@@ -1020,10 +915,7 @@ const assets = {
1020
915
  },
1021
916
  images: [{
1022
917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png',
1023
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg',
1024
- theme: {
1025
- primary_color_hex: '#dadbce'
1026
- }
918
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg'
1027
919
  }]
1028
920
  },
1029
921
  {
@@ -1045,10 +937,7 @@ const assets = {
1045
937
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png'
1046
938
  },
1047
939
  images: [{
1048
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png',
1049
- theme: {
1050
- primary_color_hex: '#240454'
1051
- }
940
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png'
1052
941
  }]
1053
942
  },
1054
943
  {
@@ -1072,10 +961,7 @@ const assets = {
1072
961
  },
1073
962
  images: [{
1074
963
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png',
1075
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg',
1076
- theme: {
1077
- primary_color_hex: '#fbfbfb'
1078
- }
964
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg'
1079
965
  }]
1080
966
  },
1081
967
  {
@@ -1097,10 +983,7 @@ const assets = {
1097
983
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png'
1098
984
  },
1099
985
  images: [{
1100
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png',
1101
- theme: {
1102
- primary_color_hex: '#eea95d'
1103
- }
986
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png'
1104
987
  }]
1105
988
  },
1106
989
  {
@@ -1122,10 +1005,7 @@ const assets = {
1122
1005
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png'
1123
1006
  },
1124
1007
  images: [{
1125
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png',
1126
- theme: {
1127
- primary_color_hex: '#0b1d33'
1128
- }
1008
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png'
1129
1009
  }]
1130
1010
  },
1131
1011
  {
@@ -1147,10 +1027,7 @@ const assets = {
1147
1027
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png'
1148
1028
  },
1149
1029
  images: [{
1150
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png',
1151
- theme: {
1152
- primary_color_hex: '#38b5c5'
1153
- }
1030
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png'
1154
1031
  }]
1155
1032
  },
1156
1033
  {
@@ -1172,10 +1049,7 @@ const assets = {
1172
1049
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png'
1173
1050
  },
1174
1051
  images: [{
1175
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png',
1176
- theme: {
1177
- primary_color_hex: '#04040c'
1178
- }
1052
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png'
1179
1053
  }]
1180
1054
  },
1181
1055
  {
@@ -1197,10 +1071,7 @@ const assets = {
1197
1071
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png'
1198
1072
  },
1199
1073
  images: [{
1200
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png',
1201
- theme: {
1202
- primary_color_hex: '#cbdb44'
1203
- }
1074
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png'
1204
1075
  }]
1205
1076
  },
1206
1077
  {
@@ -1222,10 +1093,7 @@ const assets = {
1222
1093
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png'
1223
1094
  },
1224
1095
  images: [{
1225
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png',
1226
- theme: {
1227
- primary_color_hex: '#299544'
1228
- }
1096
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png'
1229
1097
  }]
1230
1098
  },
1231
1099
  {
@@ -1247,10 +1115,7 @@ const assets = {
1247
1115
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png'
1248
1116
  },
1249
1117
  images: [{
1250
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png',
1251
- theme: {
1252
- primary_color_hex: '#5561aa'
1253
- }
1118
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png'
1254
1119
  }]
1255
1120
  },
1256
1121
  {
@@ -1272,10 +1137,7 @@ const assets = {
1272
1137
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png'
1273
1138
  },
1274
1139
  images: [{
1275
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png',
1276
- theme: {
1277
- primary_color_hex: '#04040c'
1278
- }
1140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png'
1279
1141
  }]
1280
1142
  },
1281
1143
  {
@@ -1297,10 +1159,7 @@ const assets = {
1297
1159
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png'
1298
1160
  },
1299
1161
  images: [{
1300
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png',
1301
- theme: {
1302
- primary_color_hex: '#e0372c'
1303
- }
1162
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png'
1304
1163
  }]
1305
1164
  },
1306
1165
  {
@@ -1322,10 +1181,7 @@ const assets = {
1322
1181
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png'
1323
1182
  },
1324
1183
  images: [{
1325
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png',
1326
- theme: {
1327
- primary_color_hex: '#469743'
1328
- }
1184
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png'
1329
1185
  }]
1330
1186
  },
1331
1187
  {
@@ -1347,10 +1203,7 @@ const assets = {
1347
1203
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png'
1348
1204
  },
1349
1205
  images: [{
1350
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png',
1351
- theme: {
1352
- primary_color_hex: '#04ccab'
1353
- }
1206
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png'
1354
1207
  }]
1355
1208
  },
1356
1209
  {
@@ -1372,10 +1225,7 @@ const assets = {
1372
1225
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png'
1373
1226
  },
1374
1227
  images: [{
1375
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png',
1376
- theme: {
1377
- primary_color_hex: '#4d5264'
1378
- }
1228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png'
1379
1229
  }]
1380
1230
  },
1381
1231
  {
@@ -1397,10 +1247,7 @@ const assets = {
1397
1247
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png'
1398
1248
  },
1399
1249
  images: [{
1400
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png',
1401
- theme: {
1402
- primary_color_hex: '#f49c4c'
1403
- }
1250
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png'
1404
1251
  }]
1405
1252
  },
1406
1253
  {
@@ -1422,10 +1269,7 @@ const assets = {
1422
1269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
1423
1270
  },
1424
1271
  images: [{
1425
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png',
1426
- theme: {
1427
- primary_color_hex: '#d6a84f'
1428
- }
1272
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
1429
1273
  }]
1430
1274
  },
1431
1275
  {
@@ -1447,10 +1291,7 @@ const assets = {
1447
1291
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png'
1448
1292
  },
1449
1293
  images: [{
1450
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png',
1451
- theme: {
1452
- primary_color_hex: '#f3c79e'
1453
- }
1294
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png'
1454
1295
  }]
1455
1296
  },
1456
1297
  {
@@ -1472,10 +1313,7 @@ const assets = {
1472
1313
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
1473
1314
  },
1474
1315
  images: [{
1475
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png',
1476
- theme: {
1477
- primary_color_hex: '#140c44'
1478
- }
1316
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
1479
1317
  }]
1480
1318
  },
1481
1319
  {
@@ -1497,10 +1335,7 @@ const assets = {
1497
1335
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
1498
1336
  },
1499
1337
  images: [{
1500
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png',
1501
- theme: {
1502
- primary_color_hex: '#695335'
1503
- }
1338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
1504
1339
  }]
1505
1340
  },
1506
1341
  {
@@ -1522,10 +1357,7 @@ const assets = {
1522
1357
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
1523
1358
  },
1524
1359
  images: [{
1525
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png',
1526
- theme: {
1527
- primary_color_hex: '#e5e5e5'
1528
- }
1360
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
1529
1361
  }]
1530
1362
  },
1531
1363
  {
@@ -1547,10 +1379,7 @@ const assets = {
1547
1379
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
1548
1380
  },
1549
1381
  images: [{
1550
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png',
1551
- theme: {
1552
- primary_color_hex: '#040404'
1553
- }
1382
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
1554
1383
  }]
1555
1384
  },
1556
1385
  {
@@ -1572,10 +1401,7 @@ const assets = {
1572
1401
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
1573
1402
  },
1574
1403
  images: [{
1575
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png',
1576
- theme: {
1577
- primary_color_hex: '#5b2e96'
1578
- }
1404
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
1579
1405
  }]
1580
1406
  },
1581
1407
  {
@@ -1597,10 +1423,7 @@ const assets = {
1597
1423
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
1598
1424
  },
1599
1425
  images: [{
1600
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png',
1601
- theme: {
1602
- primary_color_hex: '#21538f'
1603
- }
1426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
1604
1427
  }]
1605
1428
  },
1606
1429
  {
@@ -1622,10 +1445,7 @@ const assets = {
1622
1445
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
1623
1446
  },
1624
1447
  images: [{
1625
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png',
1626
- theme: {
1627
- primary_color_hex: '#e9bc37'
1628
- }
1448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
1629
1449
  }]
1630
1450
  },
1631
1451
  {
@@ -1647,10 +1467,7 @@ const assets = {
1647
1467
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png'
1648
1468
  },
1649
1469
  images: [{
1650
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png',
1651
- theme: {
1652
- primary_color_hex: '#040404'
1653
- }
1470
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png'
1654
1471
  }]
1655
1472
  },
1656
1473
  {
@@ -1674,10 +1491,7 @@ const assets = {
1674
1491
  },
1675
1492
  images: [{
1676
1493
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png',
1677
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg',
1678
- theme: {
1679
- primary_color_hex: '#dc542c'
1680
- }
1494
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg'
1681
1495
  }]
1682
1496
  },
1683
1497
  {
@@ -1697,10 +1511,7 @@ const assets = {
1697
1511
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
1698
1512
  },
1699
1513
  images: [{
1700
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png',
1701
- theme: {
1702
- primary_color_hex: '#040405'
1703
- }
1514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
1704
1515
  }],
1705
1516
  type_asset: 'sdk.coin'
1706
1517
  },
@@ -1721,10 +1532,7 @@ const assets = {
1721
1532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
1722
1533
  },
1723
1534
  images: [{
1724
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png',
1725
- theme: {
1726
- primary_color_hex: '#dfe0e0'
1727
- }
1535
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
1728
1536
  }],
1729
1537
  type_asset: 'sdk.coin'
1730
1538
  },
@@ -1769,10 +1577,7 @@ const assets = {
1769
1577
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png'
1770
1578
  },
1771
1579
  images: [{
1772
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png',
1773
- theme: {
1774
- primary_color_hex: '#7bbc43'
1775
- }
1580
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png'
1776
1581
  }]
1777
1582
  },
1778
1583
  {
@@ -1794,10 +1599,7 @@ const assets = {
1794
1599
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png'
1795
1600
  },
1796
1601
  images: [{
1797
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png',
1798
- theme: {
1799
- primary_color_hex: '#ef6d1d'
1800
- }
1602
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png'
1801
1603
  }]
1802
1604
  },
1803
1605
  {
@@ -1819,10 +1621,7 @@ const assets = {
1819
1621
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png'
1820
1622
  },
1821
1623
  images: [{
1822
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png',
1823
- theme: {
1824
- primary_color_hex: '#744c2f'
1825
- }
1624
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png'
1826
1625
  }]
1827
1626
  },
1828
1627
  {
@@ -1844,10 +1643,7 @@ const assets = {
1844
1643
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png'
1845
1644
  },
1846
1645
  images: [{
1847
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png',
1848
- theme: {
1849
- primary_color_hex: '#1c1c1c'
1850
- }
1646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png'
1851
1647
  }]
1852
1648
  },
1853
1649
  {
@@ -1869,10 +1665,7 @@ const assets = {
1869
1665
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png'
1870
1666
  },
1871
1667
  images: [{
1872
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png',
1873
- theme: {
1874
- primary_color_hex: '#1e1d1d'
1875
- }
1668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png'
1876
1669
  }]
1877
1670
  },
1878
1671
  {
@@ -1894,10 +1687,7 @@ const assets = {
1894
1687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png'
1895
1688
  },
1896
1689
  images: [{
1897
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png',
1898
- theme: {
1899
- primary_color_hex: '#a9784c'
1900
- }
1690
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png'
1901
1691
  }]
1902
1692
  },
1903
1693
  {
@@ -1927,10 +1717,7 @@ const assets = {
1927
1717
  provider: 'BackBoneLabs'
1928
1718
  }],
1929
1719
  images: [{
1930
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
1931
- theme: {
1932
- primary_color_hex: '#d17e7f'
1933
- }
1720
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
1934
1721
  }],
1935
1722
  coingecko_id: 'backbone-labs-staked-juno'
1936
1723
  },
@@ -1962,8 +1749,7 @@ const assets = {
1962
1749
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
1963
1750
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
1964
1751
  theme: {
1965
- circle: true,
1966
- primary_color_hex: '#2775CA'
1752
+ circle: true
1967
1753
  }
1968
1754
  }],
1969
1755
  traces: [{
@@ -2011,10 +1797,7 @@ const assets = {
2011
1797
  base_denom: 'factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk'
2012
1798
  },
2013
1799
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png',
2014
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg',
2015
- theme: {
2016
- primary_color_hex: '#3ccc64'
2017
- }
1800
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg'
2018
1801
  }],
2019
1802
  logo_URIs: {
2020
1803
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png',
@@ -2038,10 +1821,7 @@ const assets = {
2038
1821
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png'
2039
1822
  },
2040
1823
  images: [{
2041
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png',
2042
- theme: {
2043
- primary_color_hex: '#122b4d'
2044
- }
1824
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png'
2045
1825
  }],
2046
1826
  type_asset: 'sdk.coin'
2047
1827
  },
@@ -2058,10 +1838,7 @@ const assets = {
2058
1838
  display: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
2059
1839
  symbol: 'AFA',
2060
1840
  images: [{
2061
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png',
2062
- theme: {
2063
- primary_color_hex: '#f3cb0c'
2064
- }
1841
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
2065
1842
  }],
2066
1843
  logo_URIs: {
2067
1844
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
@@ -2084,10 +1861,7 @@ const assets = {
2084
1861
  symbol: 'ARENA',
2085
1862
  images: [{
2086
1863
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
2087
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
2088
- theme: {
2089
- primary_color_hex: '#dc6c24'
2090
- }
1864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
2091
1865
  }],
2092
1866
  logo_URIs: {
2093
1867
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
@@ -2152,10 +1926,7 @@ const assets = {
2152
1926
  base_denom: 'uwhale'
2153
1927
  },
2154
1928
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
2155
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
2156
- theme: {
2157
- primary_color_hex: '#1c1c1c'
2158
- }
1929
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
2159
1930
  }]
2160
1931
  },
2161
1932
  {