@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/asset_list.js +142 -570
- package/assets.js +77 -306
- package/chain.js +1 -4
- package/esm/asset_list.js +142 -570
- package/esm/assets.js +77 -306
- package/esm/chain.js +1 -4
- package/esm/testnet_assets.js +1 -4
- package/package.json +4 -4
- package/testnet_assets.js +1 -4
package/esm/assets.js
CHANGED
|
@@ -22,10 +22,7 @@ const assets = {
|
|
|
22
22
|
coingecko_id: 'juno-network',
|
|
23
23
|
images: [{
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
26
|
-
theme: {
|
|
27
|
-
primary_color_hex: '#fa7b7b'
|
|
28
|
-
}
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
29
26
|
}],
|
|
30
27
|
socials: {
|
|
31
28
|
website: 'https://junonetwork.io/',
|
|
@@ -64,10 +61,7 @@ const assets = {
|
|
|
64
61
|
base_denom: 'uatom'
|
|
65
62
|
},
|
|
66
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
67
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
68
|
-
theme: {
|
|
69
|
-
primary_color_hex: '#272d45'
|
|
70
|
-
}
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
71
65
|
}],
|
|
72
66
|
logo_URIs: {
|
|
73
67
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -97,10 +91,7 @@ const assets = {
|
|
|
97
91
|
coingecko_id: 'neta',
|
|
98
92
|
images: [{
|
|
99
93
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
|
100
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
101
|
-
theme: {
|
|
102
|
-
primary_color_hex: '#f87b7b'
|
|
103
|
-
}
|
|
94
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
104
95
|
}]
|
|
105
96
|
},
|
|
106
97
|
{
|
|
@@ -124,10 +115,7 @@ const assets = {
|
|
|
124
115
|
},
|
|
125
116
|
images: [{
|
|
126
117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
|
127
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
128
|
-
theme: {
|
|
129
|
-
primary_color_hex: '#040404'
|
|
130
|
-
}
|
|
118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
131
119
|
}]
|
|
132
120
|
},
|
|
133
121
|
{
|
|
@@ -151,10 +139,7 @@ const assets = {
|
|
|
151
139
|
},
|
|
152
140
|
images: [{
|
|
153
141
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
|
154
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
155
|
-
theme: {
|
|
156
|
-
primary_color_hex: '#e2877e'
|
|
157
|
-
}
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
158
143
|
}]
|
|
159
144
|
},
|
|
160
145
|
{
|
|
@@ -187,10 +172,7 @@ const assets = {
|
|
|
187
172
|
coingecko_id: 'racoon',
|
|
188
173
|
images: [{
|
|
189
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
190
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
191
|
-
theme: {
|
|
192
|
-
primary_color_hex: '#070f0e'
|
|
193
|
-
}
|
|
175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
194
176
|
}]
|
|
195
177
|
},
|
|
196
178
|
{
|
|
@@ -214,10 +196,7 @@ const assets = {
|
|
|
214
196
|
},
|
|
215
197
|
images: [{
|
|
216
198
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
217
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
218
|
-
theme: {
|
|
219
|
-
primary_color_hex: '#040404'
|
|
220
|
-
}
|
|
199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
221
200
|
}]
|
|
222
201
|
},
|
|
223
202
|
{
|
|
@@ -239,10 +218,7 @@ const assets = {
|
|
|
239
218
|
},
|
|
240
219
|
images: [{
|
|
241
220
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
242
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
243
|
-
theme: {
|
|
244
|
-
primary_color_hex: '#fae204'
|
|
245
|
-
}
|
|
221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
246
222
|
}]
|
|
247
223
|
},
|
|
248
224
|
{
|
|
@@ -266,10 +242,7 @@ const assets = {
|
|
|
266
242
|
},
|
|
267
243
|
images: [{
|
|
268
244
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png',
|
|
269
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg'
|
|
270
|
-
theme: {
|
|
271
|
-
primary_color_hex: '#f07c92'
|
|
272
|
-
}
|
|
245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg'
|
|
273
246
|
}]
|
|
274
247
|
},
|
|
275
248
|
{
|
|
@@ -291,10 +264,7 @@ const assets = {
|
|
|
291
264
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
292
265
|
},
|
|
293
266
|
images: [{
|
|
294
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
295
|
-
theme: {
|
|
296
|
-
primary_color_hex: '#402e5d'
|
|
297
|
-
}
|
|
267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
298
268
|
}]
|
|
299
269
|
},
|
|
300
270
|
{
|
|
@@ -338,10 +308,7 @@ const assets = {
|
|
|
338
308
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
339
309
|
},
|
|
340
310
|
images: [{
|
|
341
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
342
|
-
theme: {
|
|
343
|
-
primary_color_hex: '#f3baaf'
|
|
344
|
-
}
|
|
311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
345
312
|
}]
|
|
346
313
|
},
|
|
347
314
|
{
|
|
@@ -365,10 +332,7 @@ const assets = {
|
|
|
365
332
|
},
|
|
366
333
|
images: [{
|
|
367
334
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
|
368
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
369
|
-
theme: {
|
|
370
|
-
primary_color_hex: '#263a70'
|
|
371
|
-
}
|
|
335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
372
336
|
}]
|
|
373
337
|
},
|
|
374
338
|
{
|
|
@@ -404,10 +368,7 @@ const assets = {
|
|
|
404
368
|
base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
|
|
405
369
|
},
|
|
406
370
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
|
|
407
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
|
|
408
|
-
theme: {
|
|
409
|
-
primary_color_hex: '#501cad'
|
|
410
|
-
}
|
|
371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
|
|
411
372
|
}]
|
|
412
373
|
},
|
|
413
374
|
{
|
|
@@ -431,10 +392,7 @@ const assets = {
|
|
|
431
392
|
},
|
|
432
393
|
images: [{
|
|
433
394
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
434
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
435
|
-
theme: {
|
|
436
|
-
primary_color_hex: '#521caf'
|
|
437
|
-
}
|
|
395
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
438
396
|
}]
|
|
439
397
|
},
|
|
440
398
|
{
|
|
@@ -458,10 +416,7 @@ const assets = {
|
|
|
458
416
|
},
|
|
459
417
|
images: [{
|
|
460
418
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
|
461
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
462
|
-
theme: {
|
|
463
|
-
primary_color_hex: '#040404'
|
|
464
|
-
}
|
|
419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
465
420
|
}]
|
|
466
421
|
},
|
|
467
422
|
{
|
|
@@ -485,10 +440,7 @@ const assets = {
|
|
|
485
440
|
},
|
|
486
441
|
images: [{
|
|
487
442
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
|
|
488
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
|
489
|
-
theme: {
|
|
490
|
-
primary_color_hex: '#26363f'
|
|
491
|
-
}
|
|
443
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
|
492
444
|
}]
|
|
493
445
|
},
|
|
494
446
|
{
|
|
@@ -512,10 +464,7 @@ const assets = {
|
|
|
512
464
|
},
|
|
513
465
|
images: [{
|
|
514
466
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
|
515
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
|
516
|
-
theme: {
|
|
517
|
-
primary_color_hex: '#254454'
|
|
518
|
-
}
|
|
467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
|
519
468
|
}]
|
|
520
469
|
},
|
|
521
470
|
{
|
|
@@ -539,10 +488,7 @@ const assets = {
|
|
|
539
488
|
},
|
|
540
489
|
images: [{
|
|
541
490
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
542
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
543
|
-
theme: {
|
|
544
|
-
primary_color_hex: '#1c1c1b'
|
|
545
|
-
}
|
|
491
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
546
492
|
}]
|
|
547
493
|
},
|
|
548
494
|
{
|
|
@@ -566,10 +512,7 @@ const assets = {
|
|
|
566
512
|
},
|
|
567
513
|
images: [{
|
|
568
514
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
569
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
570
|
-
theme: {
|
|
571
|
-
primary_color_hex: '#2d2c2d'
|
|
572
|
-
}
|
|
515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
573
516
|
}]
|
|
574
517
|
},
|
|
575
518
|
{
|
|
@@ -591,10 +534,7 @@ const assets = {
|
|
|
591
534
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
592
535
|
},
|
|
593
536
|
images: [{
|
|
594
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
595
|
-
theme: {
|
|
596
|
-
primary_color_hex: '#32255f'
|
|
597
|
-
}
|
|
537
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
598
538
|
}]
|
|
599
539
|
},
|
|
600
540
|
{
|
|
@@ -616,10 +556,7 @@ const assets = {
|
|
|
616
556
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
|
|
617
557
|
},
|
|
618
558
|
images: [{
|
|
619
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
|
|
620
|
-
theme: {
|
|
621
|
-
primary_color_hex: '#2d2c45'
|
|
622
|
-
}
|
|
559
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
|
|
623
560
|
}]
|
|
624
561
|
},
|
|
625
562
|
{
|
|
@@ -649,10 +586,7 @@ const assets = {
|
|
|
649
586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
|
|
650
587
|
},
|
|
651
588
|
images: [{
|
|
652
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
|
|
653
|
-
theme: {
|
|
654
|
-
primary_color_hex: '#14045c'
|
|
655
|
-
}
|
|
589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
|
|
656
590
|
}]
|
|
657
591
|
},
|
|
658
592
|
{
|
|
@@ -677,10 +611,7 @@ const assets = {
|
|
|
677
611
|
coingecko_id: 'posthuman',
|
|
678
612
|
images: [{
|
|
679
613
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
680
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
681
|
-
theme: {
|
|
682
|
-
primary_color_hex: '#bbc2c6'
|
|
683
|
-
}
|
|
614
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
684
615
|
}],
|
|
685
616
|
socials: {
|
|
686
617
|
website: 'https://posthuman.digital/',
|
|
@@ -708,10 +639,7 @@ const assets = {
|
|
|
708
639
|
},
|
|
709
640
|
images: [{
|
|
710
641
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png',
|
|
711
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg'
|
|
712
|
-
theme: {
|
|
713
|
-
primary_color_hex: '#08d890'
|
|
714
|
-
}
|
|
642
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg'
|
|
715
643
|
}]
|
|
716
644
|
},
|
|
717
645
|
{
|
|
@@ -733,10 +661,7 @@ const assets = {
|
|
|
733
661
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png'
|
|
734
662
|
},
|
|
735
663
|
images: [{
|
|
736
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png'
|
|
737
|
-
theme: {
|
|
738
|
-
primary_color_hex: '#e40404'
|
|
739
|
-
}
|
|
664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png'
|
|
740
665
|
}]
|
|
741
666
|
},
|
|
742
667
|
{
|
|
@@ -758,10 +683,7 @@ const assets = {
|
|
|
758
683
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png'
|
|
759
684
|
},
|
|
760
685
|
images: [{
|
|
761
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png'
|
|
762
|
-
theme: {
|
|
763
|
-
primary_color_hex: '#041ce4'
|
|
764
|
-
}
|
|
686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png'
|
|
765
687
|
}]
|
|
766
688
|
},
|
|
767
689
|
{
|
|
@@ -785,10 +707,7 @@ const assets = {
|
|
|
785
707
|
},
|
|
786
708
|
images: [{
|
|
787
709
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png',
|
|
788
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg'
|
|
789
|
-
theme: {
|
|
790
|
-
primary_color_hex: '#6bcc95'
|
|
791
|
-
}
|
|
710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg'
|
|
792
711
|
}]
|
|
793
712
|
},
|
|
794
713
|
{
|
|
@@ -810,10 +729,7 @@ const assets = {
|
|
|
810
729
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
|
|
811
730
|
},
|
|
812
731
|
images: [{
|
|
813
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
|
|
814
|
-
theme: {
|
|
815
|
-
primary_color_hex: '#046fc6'
|
|
816
|
-
}
|
|
732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
|
|
817
733
|
}]
|
|
818
734
|
},
|
|
819
735
|
{
|
|
@@ -837,10 +753,7 @@ const assets = {
|
|
|
837
753
|
},
|
|
838
754
|
images: [{
|
|
839
755
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
|
|
840
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
|
|
841
|
-
theme: {
|
|
842
|
-
primary_color_hex: '#050505'
|
|
843
|
-
}
|
|
756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
|
|
844
757
|
}],
|
|
845
758
|
socials: {
|
|
846
759
|
website: 'https://www.nride.network',
|
|
@@ -866,10 +779,7 @@ const assets = {
|
|
|
866
779
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png'
|
|
867
780
|
},
|
|
868
781
|
images: [{
|
|
869
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png'
|
|
870
|
-
theme: {
|
|
871
|
-
primary_color_hex: '#c5c2c2'
|
|
872
|
-
}
|
|
782
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png'
|
|
873
783
|
}]
|
|
874
784
|
},
|
|
875
785
|
{
|
|
@@ -891,10 +801,7 @@ const assets = {
|
|
|
891
801
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png'
|
|
892
802
|
},
|
|
893
803
|
images: [{
|
|
894
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png'
|
|
895
|
-
theme: {
|
|
896
|
-
primary_color_hex: '#ee8179'
|
|
897
|
-
}
|
|
804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png'
|
|
898
805
|
}]
|
|
899
806
|
},
|
|
900
807
|
{
|
|
@@ -916,10 +823,7 @@ const assets = {
|
|
|
916
823
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png'
|
|
917
824
|
},
|
|
918
825
|
images: [{
|
|
919
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png'
|
|
920
|
-
theme: {
|
|
921
|
-
primary_color_hex: '#25221f'
|
|
922
|
-
}
|
|
826
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png'
|
|
923
827
|
}]
|
|
924
828
|
},
|
|
925
829
|
{
|
|
@@ -941,10 +845,7 @@ const assets = {
|
|
|
941
845
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png'
|
|
942
846
|
},
|
|
943
847
|
images: [{
|
|
944
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png'
|
|
945
|
-
theme: {
|
|
946
|
-
primary_color_hex: '#e30d2c'
|
|
947
|
-
}
|
|
848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png'
|
|
948
849
|
}]
|
|
949
850
|
},
|
|
950
851
|
{
|
|
@@ -966,10 +867,7 @@ const assets = {
|
|
|
966
867
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
|
|
967
868
|
},
|
|
968
869
|
images: [{
|
|
969
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
|
|
970
|
-
theme: {
|
|
971
|
-
primary_color_hex: '#ee5f06'
|
|
972
|
-
}
|
|
870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
|
|
973
871
|
}]
|
|
974
872
|
},
|
|
975
873
|
{
|
|
@@ -991,10 +889,7 @@ const assets = {
|
|
|
991
889
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png'
|
|
992
890
|
},
|
|
993
891
|
images: [{
|
|
994
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png'
|
|
995
|
-
theme: {
|
|
996
|
-
primary_color_hex: '#07d7ac'
|
|
997
|
-
}
|
|
892
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png'
|
|
998
893
|
}]
|
|
999
894
|
},
|
|
1000
895
|
{
|
|
@@ -1018,10 +913,7 @@ const assets = {
|
|
|
1018
913
|
},
|
|
1019
914
|
images: [{
|
|
1020
915
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png',
|
|
1021
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg'
|
|
1022
|
-
theme: {
|
|
1023
|
-
primary_color_hex: '#dadbce'
|
|
1024
|
-
}
|
|
916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg'
|
|
1025
917
|
}]
|
|
1026
918
|
},
|
|
1027
919
|
{
|
|
@@ -1043,10 +935,7 @@ const assets = {
|
|
|
1043
935
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png'
|
|
1044
936
|
},
|
|
1045
937
|
images: [{
|
|
1046
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png'
|
|
1047
|
-
theme: {
|
|
1048
|
-
primary_color_hex: '#240454'
|
|
1049
|
-
}
|
|
938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png'
|
|
1050
939
|
}]
|
|
1051
940
|
},
|
|
1052
941
|
{
|
|
@@ -1070,10 +959,7 @@ const assets = {
|
|
|
1070
959
|
},
|
|
1071
960
|
images: [{
|
|
1072
961
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png',
|
|
1073
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg'
|
|
1074
|
-
theme: {
|
|
1075
|
-
primary_color_hex: '#fbfbfb'
|
|
1076
|
-
}
|
|
962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg'
|
|
1077
963
|
}]
|
|
1078
964
|
},
|
|
1079
965
|
{
|
|
@@ -1095,10 +981,7 @@ const assets = {
|
|
|
1095
981
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png'
|
|
1096
982
|
},
|
|
1097
983
|
images: [{
|
|
1098
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png'
|
|
1099
|
-
theme: {
|
|
1100
|
-
primary_color_hex: '#eea95d'
|
|
1101
|
-
}
|
|
984
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png'
|
|
1102
985
|
}]
|
|
1103
986
|
},
|
|
1104
987
|
{
|
|
@@ -1120,10 +1003,7 @@ const assets = {
|
|
|
1120
1003
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png'
|
|
1121
1004
|
},
|
|
1122
1005
|
images: [{
|
|
1123
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png'
|
|
1124
|
-
theme: {
|
|
1125
|
-
primary_color_hex: '#0b1d33'
|
|
1126
|
-
}
|
|
1006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png'
|
|
1127
1007
|
}]
|
|
1128
1008
|
},
|
|
1129
1009
|
{
|
|
@@ -1145,10 +1025,7 @@ const assets = {
|
|
|
1145
1025
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png'
|
|
1146
1026
|
},
|
|
1147
1027
|
images: [{
|
|
1148
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png'
|
|
1149
|
-
theme: {
|
|
1150
|
-
primary_color_hex: '#38b5c5'
|
|
1151
|
-
}
|
|
1028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png'
|
|
1152
1029
|
}]
|
|
1153
1030
|
},
|
|
1154
1031
|
{
|
|
@@ -1170,10 +1047,7 @@ const assets = {
|
|
|
1170
1047
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png'
|
|
1171
1048
|
},
|
|
1172
1049
|
images: [{
|
|
1173
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png'
|
|
1174
|
-
theme: {
|
|
1175
|
-
primary_color_hex: '#04040c'
|
|
1176
|
-
}
|
|
1050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png'
|
|
1177
1051
|
}]
|
|
1178
1052
|
},
|
|
1179
1053
|
{
|
|
@@ -1195,10 +1069,7 @@ const assets = {
|
|
|
1195
1069
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png'
|
|
1196
1070
|
},
|
|
1197
1071
|
images: [{
|
|
1198
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png'
|
|
1199
|
-
theme: {
|
|
1200
|
-
primary_color_hex: '#cbdb44'
|
|
1201
|
-
}
|
|
1072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png'
|
|
1202
1073
|
}]
|
|
1203
1074
|
},
|
|
1204
1075
|
{
|
|
@@ -1220,10 +1091,7 @@ const assets = {
|
|
|
1220
1091
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png'
|
|
1221
1092
|
},
|
|
1222
1093
|
images: [{
|
|
1223
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png'
|
|
1224
|
-
theme: {
|
|
1225
|
-
primary_color_hex: '#299544'
|
|
1226
|
-
}
|
|
1094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png'
|
|
1227
1095
|
}]
|
|
1228
1096
|
},
|
|
1229
1097
|
{
|
|
@@ -1245,10 +1113,7 @@ const assets = {
|
|
|
1245
1113
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png'
|
|
1246
1114
|
},
|
|
1247
1115
|
images: [{
|
|
1248
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png'
|
|
1249
|
-
theme: {
|
|
1250
|
-
primary_color_hex: '#5561aa'
|
|
1251
|
-
}
|
|
1116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png'
|
|
1252
1117
|
}]
|
|
1253
1118
|
},
|
|
1254
1119
|
{
|
|
@@ -1270,10 +1135,7 @@ const assets = {
|
|
|
1270
1135
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png'
|
|
1271
1136
|
},
|
|
1272
1137
|
images: [{
|
|
1273
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png'
|
|
1274
|
-
theme: {
|
|
1275
|
-
primary_color_hex: '#04040c'
|
|
1276
|
-
}
|
|
1138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png'
|
|
1277
1139
|
}]
|
|
1278
1140
|
},
|
|
1279
1141
|
{
|
|
@@ -1295,10 +1157,7 @@ const assets = {
|
|
|
1295
1157
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png'
|
|
1296
1158
|
},
|
|
1297
1159
|
images: [{
|
|
1298
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png'
|
|
1299
|
-
theme: {
|
|
1300
|
-
primary_color_hex: '#e0372c'
|
|
1301
|
-
}
|
|
1160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png'
|
|
1302
1161
|
}]
|
|
1303
1162
|
},
|
|
1304
1163
|
{
|
|
@@ -1320,10 +1179,7 @@ const assets = {
|
|
|
1320
1179
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png'
|
|
1321
1180
|
},
|
|
1322
1181
|
images: [{
|
|
1323
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png'
|
|
1324
|
-
theme: {
|
|
1325
|
-
primary_color_hex: '#469743'
|
|
1326
|
-
}
|
|
1182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png'
|
|
1327
1183
|
}]
|
|
1328
1184
|
},
|
|
1329
1185
|
{
|
|
@@ -1345,10 +1201,7 @@ const assets = {
|
|
|
1345
1201
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png'
|
|
1346
1202
|
},
|
|
1347
1203
|
images: [{
|
|
1348
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png'
|
|
1349
|
-
theme: {
|
|
1350
|
-
primary_color_hex: '#04ccab'
|
|
1351
|
-
}
|
|
1204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png'
|
|
1352
1205
|
}]
|
|
1353
1206
|
},
|
|
1354
1207
|
{
|
|
@@ -1370,10 +1223,7 @@ const assets = {
|
|
|
1370
1223
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png'
|
|
1371
1224
|
},
|
|
1372
1225
|
images: [{
|
|
1373
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png'
|
|
1374
|
-
theme: {
|
|
1375
|
-
primary_color_hex: '#4d5264'
|
|
1376
|
-
}
|
|
1226
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png'
|
|
1377
1227
|
}]
|
|
1378
1228
|
},
|
|
1379
1229
|
{
|
|
@@ -1395,10 +1245,7 @@ const assets = {
|
|
|
1395
1245
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png'
|
|
1396
1246
|
},
|
|
1397
1247
|
images: [{
|
|
1398
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png'
|
|
1399
|
-
theme: {
|
|
1400
|
-
primary_color_hex: '#f49c4c'
|
|
1401
|
-
}
|
|
1248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png'
|
|
1402
1249
|
}]
|
|
1403
1250
|
},
|
|
1404
1251
|
{
|
|
@@ -1420,10 +1267,7 @@ const assets = {
|
|
|
1420
1267
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
|
|
1421
1268
|
},
|
|
1422
1269
|
images: [{
|
|
1423
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
|
|
1424
|
-
theme: {
|
|
1425
|
-
primary_color_hex: '#d6a84f'
|
|
1426
|
-
}
|
|
1270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
|
|
1427
1271
|
}]
|
|
1428
1272
|
},
|
|
1429
1273
|
{
|
|
@@ -1445,10 +1289,7 @@ const assets = {
|
|
|
1445
1289
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png'
|
|
1446
1290
|
},
|
|
1447
1291
|
images: [{
|
|
1448
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png'
|
|
1449
|
-
theme: {
|
|
1450
|
-
primary_color_hex: '#f3c79e'
|
|
1451
|
-
}
|
|
1292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png'
|
|
1452
1293
|
}]
|
|
1453
1294
|
},
|
|
1454
1295
|
{
|
|
@@ -1470,10 +1311,7 @@ const assets = {
|
|
|
1470
1311
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
1471
1312
|
},
|
|
1472
1313
|
images: [{
|
|
1473
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
1474
|
-
theme: {
|
|
1475
|
-
primary_color_hex: '#140c44'
|
|
1476
|
-
}
|
|
1314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
1477
1315
|
}]
|
|
1478
1316
|
},
|
|
1479
1317
|
{
|
|
@@ -1495,10 +1333,7 @@ const assets = {
|
|
|
1495
1333
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
|
|
1496
1334
|
},
|
|
1497
1335
|
images: [{
|
|
1498
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
|
|
1499
|
-
theme: {
|
|
1500
|
-
primary_color_hex: '#695335'
|
|
1501
|
-
}
|
|
1336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
|
|
1502
1337
|
}]
|
|
1503
1338
|
},
|
|
1504
1339
|
{
|
|
@@ -1520,10 +1355,7 @@ const assets = {
|
|
|
1520
1355
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
|
|
1521
1356
|
},
|
|
1522
1357
|
images: [{
|
|
1523
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
|
|
1524
|
-
theme: {
|
|
1525
|
-
primary_color_hex: '#e5e5e5'
|
|
1526
|
-
}
|
|
1358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
|
|
1527
1359
|
}]
|
|
1528
1360
|
},
|
|
1529
1361
|
{
|
|
@@ -1545,10 +1377,7 @@ const assets = {
|
|
|
1545
1377
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
|
|
1546
1378
|
},
|
|
1547
1379
|
images: [{
|
|
1548
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
|
|
1549
|
-
theme: {
|
|
1550
|
-
primary_color_hex: '#040404'
|
|
1551
|
-
}
|
|
1380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
|
|
1552
1381
|
}]
|
|
1553
1382
|
},
|
|
1554
1383
|
{
|
|
@@ -1570,10 +1399,7 @@ const assets = {
|
|
|
1570
1399
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
|
|
1571
1400
|
},
|
|
1572
1401
|
images: [{
|
|
1573
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
|
|
1574
|
-
theme: {
|
|
1575
|
-
primary_color_hex: '#5b2e96'
|
|
1576
|
-
}
|
|
1402
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
|
|
1577
1403
|
}]
|
|
1578
1404
|
},
|
|
1579
1405
|
{
|
|
@@ -1595,10 +1421,7 @@ const assets = {
|
|
|
1595
1421
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
|
|
1596
1422
|
},
|
|
1597
1423
|
images: [{
|
|
1598
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
|
|
1599
|
-
theme: {
|
|
1600
|
-
primary_color_hex: '#21538f'
|
|
1601
|
-
}
|
|
1424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
|
|
1602
1425
|
}]
|
|
1603
1426
|
},
|
|
1604
1427
|
{
|
|
@@ -1620,10 +1443,7 @@ const assets = {
|
|
|
1620
1443
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
|
|
1621
1444
|
},
|
|
1622
1445
|
images: [{
|
|
1623
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
|
|
1624
|
-
theme: {
|
|
1625
|
-
primary_color_hex: '#e9bc37'
|
|
1626
|
-
}
|
|
1446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
|
|
1627
1447
|
}]
|
|
1628
1448
|
},
|
|
1629
1449
|
{
|
|
@@ -1645,10 +1465,7 @@ const assets = {
|
|
|
1645
1465
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png'
|
|
1646
1466
|
},
|
|
1647
1467
|
images: [{
|
|
1648
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png'
|
|
1649
|
-
theme: {
|
|
1650
|
-
primary_color_hex: '#040404'
|
|
1651
|
-
}
|
|
1468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png'
|
|
1652
1469
|
}]
|
|
1653
1470
|
},
|
|
1654
1471
|
{
|
|
@@ -1672,10 +1489,7 @@ const assets = {
|
|
|
1672
1489
|
},
|
|
1673
1490
|
images: [{
|
|
1674
1491
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png',
|
|
1675
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg'
|
|
1676
|
-
theme: {
|
|
1677
|
-
primary_color_hex: '#dc542c'
|
|
1678
|
-
}
|
|
1492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg'
|
|
1679
1493
|
}]
|
|
1680
1494
|
},
|
|
1681
1495
|
{
|
|
@@ -1695,10 +1509,7 @@ const assets = {
|
|
|
1695
1509
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
|
|
1696
1510
|
},
|
|
1697
1511
|
images: [{
|
|
1698
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
|
|
1699
|
-
theme: {
|
|
1700
|
-
primary_color_hex: '#040405'
|
|
1701
|
-
}
|
|
1512
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png'
|
|
1702
1513
|
}],
|
|
1703
1514
|
type_asset: 'sdk.coin'
|
|
1704
1515
|
},
|
|
@@ -1719,10 +1530,7 @@ const assets = {
|
|
|
1719
1530
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
|
|
1720
1531
|
},
|
|
1721
1532
|
images: [{
|
|
1722
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
|
|
1723
|
-
theme: {
|
|
1724
|
-
primary_color_hex: '#dfe0e0'
|
|
1725
|
-
}
|
|
1533
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
|
|
1726
1534
|
}],
|
|
1727
1535
|
type_asset: 'sdk.coin'
|
|
1728
1536
|
},
|
|
@@ -1767,10 +1575,7 @@ const assets = {
|
|
|
1767
1575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png'
|
|
1768
1576
|
},
|
|
1769
1577
|
images: [{
|
|
1770
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png'
|
|
1771
|
-
theme: {
|
|
1772
|
-
primary_color_hex: '#7bbc43'
|
|
1773
|
-
}
|
|
1578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png'
|
|
1774
1579
|
}]
|
|
1775
1580
|
},
|
|
1776
1581
|
{
|
|
@@ -1792,10 +1597,7 @@ const assets = {
|
|
|
1792
1597
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png'
|
|
1793
1598
|
},
|
|
1794
1599
|
images: [{
|
|
1795
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png'
|
|
1796
|
-
theme: {
|
|
1797
|
-
primary_color_hex: '#ef6d1d'
|
|
1798
|
-
}
|
|
1600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png'
|
|
1799
1601
|
}]
|
|
1800
1602
|
},
|
|
1801
1603
|
{
|
|
@@ -1817,10 +1619,7 @@ const assets = {
|
|
|
1817
1619
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png'
|
|
1818
1620
|
},
|
|
1819
1621
|
images: [{
|
|
1820
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png'
|
|
1821
|
-
theme: {
|
|
1822
|
-
primary_color_hex: '#744c2f'
|
|
1823
|
-
}
|
|
1622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png'
|
|
1824
1623
|
}]
|
|
1825
1624
|
},
|
|
1826
1625
|
{
|
|
@@ -1842,10 +1641,7 @@ const assets = {
|
|
|
1842
1641
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png'
|
|
1843
1642
|
},
|
|
1844
1643
|
images: [{
|
|
1845
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png'
|
|
1846
|
-
theme: {
|
|
1847
|
-
primary_color_hex: '#1c1c1c'
|
|
1848
|
-
}
|
|
1644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png'
|
|
1849
1645
|
}]
|
|
1850
1646
|
},
|
|
1851
1647
|
{
|
|
@@ -1867,10 +1663,7 @@ const assets = {
|
|
|
1867
1663
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png'
|
|
1868
1664
|
},
|
|
1869
1665
|
images: [{
|
|
1870
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png'
|
|
1871
|
-
theme: {
|
|
1872
|
-
primary_color_hex: '#1e1d1d'
|
|
1873
|
-
}
|
|
1666
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png'
|
|
1874
1667
|
}]
|
|
1875
1668
|
},
|
|
1876
1669
|
{
|
|
@@ -1892,10 +1685,7 @@ const assets = {
|
|
|
1892
1685
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png'
|
|
1893
1686
|
},
|
|
1894
1687
|
images: [{
|
|
1895
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png'
|
|
1896
|
-
theme: {
|
|
1897
|
-
primary_color_hex: '#a9784c'
|
|
1898
|
-
}
|
|
1688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png'
|
|
1899
1689
|
}]
|
|
1900
1690
|
},
|
|
1901
1691
|
{
|
|
@@ -1925,10 +1715,7 @@ const assets = {
|
|
|
1925
1715
|
provider: 'BackBoneLabs'
|
|
1926
1716
|
}],
|
|
1927
1717
|
images: [{
|
|
1928
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
|
|
1929
|
-
theme: {
|
|
1930
|
-
primary_color_hex: '#d17e7f'
|
|
1931
|
-
}
|
|
1718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
|
|
1932
1719
|
}],
|
|
1933
1720
|
coingecko_id: 'backbone-labs-staked-juno'
|
|
1934
1721
|
},
|
|
@@ -1960,8 +1747,7 @@ const assets = {
|
|
|
1960
1747
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
1961
1748
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
1962
1749
|
theme: {
|
|
1963
|
-
circle: true
|
|
1964
|
-
primary_color_hex: '#2775CA'
|
|
1750
|
+
circle: true
|
|
1965
1751
|
}
|
|
1966
1752
|
}],
|
|
1967
1753
|
traces: [{
|
|
@@ -2009,10 +1795,7 @@ const assets = {
|
|
|
2009
1795
|
base_denom: 'factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk'
|
|
2010
1796
|
},
|
|
2011
1797
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png',
|
|
2012
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg'
|
|
2013
|
-
theme: {
|
|
2014
|
-
primary_color_hex: '#3ccc64'
|
|
2015
|
-
}
|
|
1798
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg'
|
|
2016
1799
|
}],
|
|
2017
1800
|
logo_URIs: {
|
|
2018
1801
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png',
|
|
@@ -2036,10 +1819,7 @@ const assets = {
|
|
|
2036
1819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png'
|
|
2037
1820
|
},
|
|
2038
1821
|
images: [{
|
|
2039
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png'
|
|
2040
|
-
theme: {
|
|
2041
|
-
primary_color_hex: '#122b4d'
|
|
2042
|
-
}
|
|
1822
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png'
|
|
2043
1823
|
}],
|
|
2044
1824
|
type_asset: 'sdk.coin'
|
|
2045
1825
|
},
|
|
@@ -2056,10 +1836,7 @@ const assets = {
|
|
|
2056
1836
|
display: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
2057
1837
|
symbol: 'AFA',
|
|
2058
1838
|
images: [{
|
|
2059
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
2060
|
-
theme: {
|
|
2061
|
-
primary_color_hex: '#f3cb0c'
|
|
2062
|
-
}
|
|
1839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
2063
1840
|
}],
|
|
2064
1841
|
logo_URIs: {
|
|
2065
1842
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
@@ -2082,10 +1859,7 @@ const assets = {
|
|
|
2082
1859
|
symbol: 'ARENA',
|
|
2083
1860
|
images: [{
|
|
2084
1861
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
2085
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
2086
|
-
theme: {
|
|
2087
|
-
primary_color_hex: '#dc6c24'
|
|
2088
|
-
}
|
|
1862
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
2089
1863
|
}],
|
|
2090
1864
|
logo_URIs: {
|
|
2091
1865
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
|
|
@@ -2150,10 +1924,7 @@ const assets = {
|
|
|
2150
1924
|
base_denom: 'uwhale'
|
|
2151
1925
|
},
|
|
2152
1926
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2153
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
2154
|
-
theme: {
|
|
2155
|
-
primary_color_hex: '#1c1c1c'
|
|
2156
|
-
}
|
|
1927
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
2157
1928
|
}]
|
|
2158
1929
|
},
|
|
2159
1930
|
{
|