chain-registry 2.0.94 → 2.0.95
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/esm/mainnet/axelar/asset-list.js +2 -2
- package/esm/mainnet/bluzelle/chain.js +2 -1
- package/esm/mainnet/elys/asset-list.js +0 -1
- package/esm/mainnet/emoney/asset-list.js +10 -20
- package/esm/mainnet/ethereum/asset-list.js +2 -3
- package/esm/mainnet/humans/asset-list.js +0 -2
- package/esm/mainnet/humans/chain.js +0 -2
- package/esm/mainnet/int3face/asset-list.js +2 -4
- package/esm/mainnet/juno/asset-list.js +2 -6
- package/esm/mainnet/kujira/asset-list.js +2 -4
- package/esm/mainnet/neutron/asset-list.js +9 -17
- package/esm/mainnet/nolus/asset-list.js +2 -4
- package/esm/mainnet/oraichain/asset-list.js +8 -16
- package/esm/mainnet/osmosis/asset-list.js +13 -28
- package/esm/mainnet/pryzm/asset-list.js +24 -48
- package/esm/mainnet/secretnetwork/asset-list.js +2 -4
- package/esm/mainnet/secretnetwork/chain.js +2 -4
- package/esm/mainnet/teritori/asset-list.js +2 -4
- package/esm/mainnet/terra/asset-list.js +2 -2
- package/esm/mainnet/wardenprotocol/chain.js +2 -1
- package/esm/mainnet/xion/asset-list.js +0 -1
- package/esm/mainnet/zigchain/asset-list.js +2 -4
- package/esm/testnet/elystestnet/asset-list.js +0 -1
- package/esm/testnet/int3facetestnet/asset-list.js +4 -8
- package/esm/testnet/kiiorotestnet/chain.js +2 -1
- package/esm/testnet/neutrontestnet/asset-list.js +0 -2
- package/esm/testnet/osmosistestnet/asset-list.js +5 -11
- package/esm/testnet/secretnetworktestnet/asset-list.js +2 -4
- package/esm/testnet/terratestnet/chain.js +26 -1
- package/esm/testnet/zigchaintestnet/asset-list.js +2 -4
- package/mainnet/axelar/asset-list.js +2 -2
- package/mainnet/bluzelle/chain.js +2 -1
- package/mainnet/elys/asset-list.js +0 -1
- package/mainnet/emoney/asset-list.js +10 -20
- package/mainnet/ethereum/asset-list.js +2 -3
- package/mainnet/humans/asset-list.js +0 -2
- package/mainnet/humans/chain.js +0 -2
- package/mainnet/int3face/asset-list.js +2 -4
- package/mainnet/juno/asset-list.js +2 -6
- package/mainnet/kujira/asset-list.js +2 -4
- package/mainnet/neutron/asset-list.js +9 -17
- package/mainnet/nolus/asset-list.js +2 -4
- package/mainnet/oraichain/asset-list.js +8 -16
- package/mainnet/osmosis/asset-list.js +13 -28
- package/mainnet/pryzm/asset-list.js +24 -48
- package/mainnet/secretnetwork/asset-list.js +2 -4
- package/mainnet/secretnetwork/chain.js +2 -4
- package/mainnet/teritori/asset-list.js +2 -4
- package/mainnet/terra/asset-list.js +2 -2
- package/mainnet/wardenprotocol/chain.js +2 -1
- package/mainnet/xion/asset-list.js +0 -1
- package/mainnet/zigchain/asset-list.js +2 -4
- package/package.json +3 -3
- package/testnet/elystestnet/asset-list.js +0 -1
- package/testnet/int3facetestnet/asset-list.js +4 -8
- package/testnet/kiiorotestnet/chain.js +2 -1
- package/testnet/neutrontestnet/asset-list.js +0 -2
- package/testnet/osmosistestnet/asset-list.js +5 -11
- package/testnet/secretnetworktestnet/asset-list.js +2 -4
- package/testnet/terratestnet/chain.js +26 -1
- package/testnet/zigchaintestnet/asset-list.js +2 -4
|
@@ -17,12 +17,10 @@ const info = {
|
|
|
17
17
|
display: 'heart',
|
|
18
18
|
symbol: 'HEART',
|
|
19
19
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
|
|
21
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
|
|
22
21
|
},
|
|
23
22
|
coingeckoId: 'humans-ai',
|
|
24
23
|
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
|
|
26
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
|
|
27
25
|
theme: {
|
|
28
26
|
darkMode: true
|
package/mainnet/humans/chain.js
CHANGED
|
@@ -46,7 +46,6 @@ const info = {
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
logoURIs: {
|
|
49
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
|
|
50
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
|
|
51
50
|
},
|
|
52
51
|
apis: {
|
|
@@ -288,7 +287,6 @@ const info = {
|
|
|
288
287
|
}
|
|
289
288
|
],
|
|
290
289
|
images: [{
|
|
291
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
|
|
292
290
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
|
|
293
291
|
}]
|
|
294
292
|
};
|
|
@@ -113,12 +113,10 @@ const info = {
|
|
|
113
113
|
provider: 'Int3face'
|
|
114
114
|
}],
|
|
115
115
|
logoURIs: {
|
|
116
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
117
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
118
117
|
},
|
|
119
118
|
images: [{
|
|
120
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
121
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
122
120
|
}],
|
|
123
121
|
typeAsset: 'sdk.coin'
|
|
124
122
|
},
|
|
@@ -211,12 +211,10 @@ const info = {
|
|
|
211
211
|
display: 'dhk',
|
|
212
212
|
symbol: 'DHK',
|
|
213
213
|
logoURIs: {
|
|
214
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
215
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
216
215
|
},
|
|
217
216
|
images: [{
|
|
218
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
219
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
217
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
220
218
|
}]
|
|
221
219
|
},
|
|
222
220
|
{
|
|
@@ -477,11 +475,9 @@ const info = {
|
|
|
477
475
|
display: 'solar',
|
|
478
476
|
symbol: 'SOLAR',
|
|
479
477
|
logoURIs: {
|
|
480
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
481
478
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
482
479
|
},
|
|
483
480
|
images: [{
|
|
484
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
485
481
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
486
482
|
}]
|
|
487
483
|
},
|
|
@@ -958,12 +958,10 @@ const info = {
|
|
|
958
958
|
chainName: 'secretnetwork',
|
|
959
959
|
baseDenom: 'uscrt'
|
|
960
960
|
},
|
|
961
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
962
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
963
962
|
}],
|
|
964
963
|
logoURIs: {
|
|
965
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
966
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
967
965
|
},
|
|
968
966
|
coingeckoId: 'secret'
|
|
969
967
|
},
|
|
@@ -195,8 +195,7 @@ const info = {
|
|
|
195
195
|
}],
|
|
196
196
|
logoURIs: {
|
|
197
197
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
198
|
-
}
|
|
199
|
-
coingeckoId: 'elys-network'
|
|
198
|
+
}
|
|
200
199
|
},
|
|
201
200
|
{
|
|
202
201
|
description: 'Astropepe meme coin',
|
|
@@ -628,10 +627,10 @@ const info = {
|
|
|
628
627
|
display: 'apollo',
|
|
629
628
|
symbol: 'APOLLO',
|
|
630
629
|
logoURIs: {
|
|
631
|
-
|
|
630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
|
|
632
631
|
},
|
|
633
632
|
images: [{
|
|
634
|
-
|
|
633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
|
|
635
634
|
}],
|
|
636
635
|
socials: {
|
|
637
636
|
website: 'https://apollo.farm/',
|
|
@@ -676,10 +675,10 @@ const info = {
|
|
|
676
675
|
display: 'retro',
|
|
677
676
|
symbol: 'RETRO',
|
|
678
677
|
logoURIs: {
|
|
679
|
-
|
|
678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.png'
|
|
680
679
|
},
|
|
681
680
|
images: [{
|
|
682
|
-
|
|
681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.png'
|
|
683
682
|
}],
|
|
684
683
|
typeAsset: 'sdk.coin'
|
|
685
684
|
},
|
|
@@ -698,10 +697,10 @@ const info = {
|
|
|
698
697
|
display: 'goddard',
|
|
699
698
|
symbol: 'GODDARD',
|
|
700
699
|
logoURIs: {
|
|
701
|
-
|
|
700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.png'
|
|
702
701
|
},
|
|
703
702
|
images: [{
|
|
704
|
-
|
|
703
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.png'
|
|
705
704
|
}],
|
|
706
705
|
typeAsset: 'sdk.coin'
|
|
707
706
|
},
|
|
@@ -1317,11 +1316,9 @@ const info = {
|
|
|
1317
1316
|
provider: 'Amulet'
|
|
1318
1317
|
}],
|
|
1319
1318
|
logoURIs: {
|
|
1320
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
1321
1319
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
1322
1320
|
},
|
|
1323
1321
|
images: [{
|
|
1324
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
1325
1322
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
1326
1323
|
}],
|
|
1327
1324
|
typeAsset: 'sdk.coin'
|
|
@@ -1507,19 +1504,14 @@ const info = {
|
|
|
1507
1504
|
}
|
|
1508
1505
|
}],
|
|
1509
1506
|
logoURIs: {
|
|
1510
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
1511
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
1507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
1512
1508
|
},
|
|
1513
1509
|
images: [{
|
|
1514
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg',
|
|
1515
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
1516
|
-
}, {
|
|
1517
1510
|
imageSync: {
|
|
1518
1511
|
chainName: 'int3face',
|
|
1519
1512
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
|
|
1520
1513
|
},
|
|
1521
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
1522
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
1514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
1523
1515
|
}]
|
|
1524
1516
|
},
|
|
1525
1517
|
{
|
|
@@ -642,12 +642,10 @@ const info = {
|
|
|
642
642
|
chainName: 'osmosis',
|
|
643
643
|
baseDenom: 'ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A'
|
|
644
644
|
},
|
|
645
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
646
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
647
646
|
}],
|
|
648
647
|
logoURIs: {
|
|
649
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
650
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
651
649
|
},
|
|
652
650
|
coingeckoId: 'secret'
|
|
653
651
|
},
|
|
@@ -295,12 +295,10 @@ const info = {
|
|
|
295
295
|
display: 'kwt',
|
|
296
296
|
symbol: 'KWT',
|
|
297
297
|
images: [{
|
|
298
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
299
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
300
299
|
}],
|
|
301
300
|
logoURIs: {
|
|
302
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
303
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
304
302
|
}
|
|
305
303
|
},
|
|
306
304
|
{
|
|
@@ -319,12 +317,10 @@ const info = {
|
|
|
319
317
|
display: 'milky',
|
|
320
318
|
symbol: 'MILKY',
|
|
321
319
|
images: [{
|
|
322
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
323
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
320
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
324
321
|
}],
|
|
325
322
|
logoURIs: {
|
|
326
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
327
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
328
324
|
}
|
|
329
325
|
},
|
|
330
326
|
{
|
|
@@ -431,12 +427,10 @@ const info = {
|
|
|
431
427
|
display: 'xoch',
|
|
432
428
|
symbol: 'xOCH',
|
|
433
429
|
images: [{
|
|
434
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
435
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
436
431
|
}],
|
|
437
432
|
logoURIs: {
|
|
438
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
439
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
440
434
|
}
|
|
441
435
|
},
|
|
442
436
|
{
|
|
@@ -531,12 +525,10 @@ const info = {
|
|
|
531
525
|
symbol: 'OCH',
|
|
532
526
|
coingeckoId: 'och',
|
|
533
527
|
images: [{
|
|
534
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
535
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
536
529
|
}],
|
|
537
530
|
logoURIs: {
|
|
538
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
539
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
540
532
|
}
|
|
541
533
|
},
|
|
542
534
|
{
|
|
@@ -800,16 +800,14 @@ const info = {
|
|
|
800
800
|
}
|
|
801
801
|
}],
|
|
802
802
|
logoURIs: {
|
|
803
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
804
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
805
804
|
},
|
|
806
805
|
images: [{
|
|
807
806
|
imageSync: {
|
|
808
807
|
chainName: 'secretnetwork',
|
|
809
808
|
baseDenom: 'uscrt'
|
|
810
809
|
},
|
|
811
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
812
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
813
811
|
}],
|
|
814
812
|
coingeckoId: 'secret'
|
|
815
813
|
},
|
|
@@ -1306,16 +1304,14 @@ const info = {
|
|
|
1306
1304
|
}
|
|
1307
1305
|
}],
|
|
1308
1306
|
logoURIs: {
|
|
1309
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1310
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
|
|
1307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1311
1308
|
},
|
|
1312
1309
|
images: [{
|
|
1313
1310
|
imageSync: {
|
|
1314
1311
|
chainName: 'emoney',
|
|
1315
1312
|
baseDenom: 'eeur'
|
|
1316
1313
|
},
|
|
1317
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1318
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
|
|
1314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1319
1315
|
}],
|
|
1320
1316
|
coingeckoId: 'e-money-eur'
|
|
1321
1317
|
},
|
|
@@ -3038,16 +3034,14 @@ const info = {
|
|
|
3038
3034
|
}
|
|
3039
3035
|
}],
|
|
3040
3036
|
logoURIs: {
|
|
3041
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
3042
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3037
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
3043
3038
|
},
|
|
3044
3039
|
images: [{
|
|
3045
3040
|
imageSync: {
|
|
3046
3041
|
chainName: 'juno',
|
|
3047
3042
|
baseDenom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49'
|
|
3048
3043
|
},
|
|
3049
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
3050
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
3051
3045
|
}]
|
|
3052
3046
|
},
|
|
3053
3047
|
{
|
|
@@ -4597,7 +4591,6 @@ const info = {
|
|
|
4597
4591
|
}
|
|
4598
4592
|
}],
|
|
4599
4593
|
logoURIs: {
|
|
4600
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
4601
4594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
4602
4595
|
},
|
|
4603
4596
|
images: [{
|
|
@@ -4605,7 +4598,6 @@ const info = {
|
|
|
4605
4598
|
chainName: 'juno',
|
|
4606
4599
|
baseDenom: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse'
|
|
4607
4600
|
},
|
|
4608
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
4609
4601
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
4610
4602
|
}]
|
|
4611
4603
|
},
|
|
@@ -11429,14 +11421,14 @@ const info = {
|
|
|
11429
11421
|
}
|
|
11430
11422
|
}],
|
|
11431
11423
|
logoURIs: {
|
|
11432
|
-
|
|
11424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
|
|
11433
11425
|
},
|
|
11434
11426
|
images: [{
|
|
11435
11427
|
imageSync: {
|
|
11436
11428
|
chainName: 'neutron',
|
|
11437
11429
|
baseDenom: 'factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO'
|
|
11438
11430
|
},
|
|
11439
|
-
|
|
11431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
|
|
11440
11432
|
}]
|
|
11441
11433
|
},
|
|
11442
11434
|
{
|
|
@@ -11843,7 +11835,6 @@ const info = {
|
|
|
11843
11835
|
}
|
|
11844
11836
|
}],
|
|
11845
11837
|
logoURIs: {
|
|
11846
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
|
|
11847
11838
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
|
|
11848
11839
|
},
|
|
11849
11840
|
images: [{
|
|
@@ -11851,7 +11842,6 @@ const info = {
|
|
|
11851
11842
|
chainName: 'humans',
|
|
11852
11843
|
baseDenom: 'aheart'
|
|
11853
11844
|
},
|
|
11854
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
|
|
11855
11845
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
|
|
11856
11846
|
theme: {
|
|
11857
11847
|
darkMode: true
|
|
@@ -17232,16 +17222,14 @@ const info = {
|
|
|
17232
17222
|
}
|
|
17233
17223
|
}],
|
|
17234
17224
|
logoURIs: {
|
|
17235
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
17236
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
17225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
17237
17226
|
},
|
|
17238
17227
|
images: [{
|
|
17239
17228
|
imageSync: {
|
|
17240
17229
|
chainName: 'int3face',
|
|
17241
17230
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
|
|
17242
17231
|
},
|
|
17243
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
17244
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
17232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
17245
17233
|
}]
|
|
17246
17234
|
},
|
|
17247
17235
|
{
|
|
@@ -18270,7 +18258,6 @@ const info = {
|
|
|
18270
18258
|
}
|
|
18271
18259
|
}],
|
|
18272
18260
|
logoURIs: {
|
|
18273
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
18274
18261
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
18275
18262
|
},
|
|
18276
18263
|
images: [{
|
|
@@ -18278,7 +18265,6 @@ const info = {
|
|
|
18278
18265
|
chainName: 'neutron',
|
|
18279
18266
|
baseDenom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
|
|
18280
18267
|
},
|
|
18281
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
18282
18268
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
18283
18269
|
}]
|
|
18284
18270
|
},
|
|
@@ -18561,8 +18547,7 @@ const info = {
|
|
|
18561
18547
|
baseDenom: 'uelys'
|
|
18562
18548
|
},
|
|
18563
18549
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
18564
|
-
}]
|
|
18565
|
-
coingeckoId: 'elys-network'
|
|
18550
|
+
}]
|
|
18566
18551
|
},
|
|
18567
18552
|
{
|
|
18568
18553
|
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
@@ -22102,10 +22087,10 @@ const info = {
|
|
|
22102
22087
|
display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
|
|
22103
22088
|
symbol: 'BRNZ',
|
|
22104
22089
|
logoURIs: {
|
|
22105
|
-
|
|
22090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.png'
|
|
22106
22091
|
},
|
|
22107
22092
|
images: [{
|
|
22108
|
-
|
|
22093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.png'
|
|
22109
22094
|
}]
|
|
22110
22095
|
},
|
|
22111
22096
|
{
|
|
@@ -47,12 +47,10 @@ const info = {
|
|
|
47
47
|
display: 'auuu',
|
|
48
48
|
symbol: 'AUUU',
|
|
49
49
|
logoURIs: {
|
|
50
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png'
|
|
51
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg'
|
|
50
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png'
|
|
52
51
|
},
|
|
53
52
|
images: [{
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png'
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg'
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png'
|
|
56
54
|
}],
|
|
57
55
|
typeAsset: 'sdk.coin'
|
|
58
56
|
},
|
|
@@ -810,12 +808,10 @@ const info = {
|
|
|
810
808
|
provider: 'Pryzm'
|
|
811
809
|
}],
|
|
812
810
|
logoURIs: {
|
|
813
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png'
|
|
814
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg'
|
|
811
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png'
|
|
815
812
|
},
|
|
816
813
|
images: [{
|
|
817
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png'
|
|
818
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg'
|
|
814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png'
|
|
819
815
|
}],
|
|
820
816
|
typeAsset: 'sdk.coin'
|
|
821
817
|
},
|
|
@@ -1539,12 +1535,10 @@ const info = {
|
|
|
1539
1535
|
display: 'pAUUU30Sep2024',
|
|
1540
1536
|
symbol: 'pAUUU-30Sep2024',
|
|
1541
1537
|
logoURIs: {
|
|
1542
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1543
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1544
1539
|
},
|
|
1545
1540
|
images: [{
|
|
1546
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1547
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1548
1542
|
}],
|
|
1549
1543
|
typeAsset: 'sdk.coin'
|
|
1550
1544
|
},
|
|
@@ -1562,12 +1556,10 @@ const info = {
|
|
|
1562
1556
|
display: 'pAUUU31Dec2024',
|
|
1563
1557
|
symbol: 'pAUUU-31Dec2024',
|
|
1564
1558
|
logoURIs: {
|
|
1565
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1566
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1559
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1567
1560
|
},
|
|
1568
1561
|
images: [{
|
|
1569
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1570
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1571
1563
|
}],
|
|
1572
1564
|
typeAsset: 'sdk.coin'
|
|
1573
1565
|
},
|
|
@@ -1585,12 +1577,10 @@ const info = {
|
|
|
1585
1577
|
display: 'pAUUU30Jun2025',
|
|
1586
1578
|
symbol: 'pAUUU-30Jun2025',
|
|
1587
1579
|
logoURIs: {
|
|
1588
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1589
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1590
1581
|
},
|
|
1591
1582
|
images: [{
|
|
1592
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1593
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1594
1584
|
}],
|
|
1595
1585
|
typeAsset: 'sdk.coin'
|
|
1596
1586
|
},
|
|
@@ -1608,12 +1598,10 @@ const info = {
|
|
|
1608
1598
|
display: 'pAUUU31Dec2025',
|
|
1609
1599
|
symbol: 'pAUUU-31Dec2025',
|
|
1610
1600
|
logoURIs: {
|
|
1611
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1612
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1613
1602
|
},
|
|
1614
1603
|
images: [{
|
|
1615
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1616
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1617
1605
|
}],
|
|
1618
1606
|
typeAsset: 'sdk.coin'
|
|
1619
1607
|
},
|
|
@@ -1631,12 +1619,10 @@ const info = {
|
|
|
1631
1619
|
display: 'pAUUU31Dec2026',
|
|
1632
1620
|
symbol: 'pAUUU-31Dec2026',
|
|
1633
1621
|
logoURIs: {
|
|
1634
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1635
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1636
1623
|
},
|
|
1637
1624
|
images: [{
|
|
1638
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1639
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
|
|
1625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
|
|
1640
1626
|
}],
|
|
1641
1627
|
typeAsset: 'sdk.coin'
|
|
1642
1628
|
},
|
|
@@ -3310,12 +3296,10 @@ const info = {
|
|
|
3310
3296
|
display: 'yAUUU30Sep2024',
|
|
3311
3297
|
symbol: 'yAUUU-30Sep2024',
|
|
3312
3298
|
logoURIs: {
|
|
3313
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3314
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3315
3300
|
},
|
|
3316
3301
|
images: [{
|
|
3317
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3318
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3319
3303
|
}],
|
|
3320
3304
|
typeAsset: 'sdk.coin'
|
|
3321
3305
|
},
|
|
@@ -3333,12 +3317,10 @@ const info = {
|
|
|
3333
3317
|
display: 'yAUUU31Dec2024',
|
|
3334
3318
|
symbol: 'yAUUU-31Dec2024',
|
|
3335
3319
|
logoURIs: {
|
|
3336
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3337
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3320
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3338
3321
|
},
|
|
3339
3322
|
images: [{
|
|
3340
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3341
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3342
3324
|
}],
|
|
3343
3325
|
typeAsset: 'sdk.coin'
|
|
3344
3326
|
},
|
|
@@ -3356,12 +3338,10 @@ const info = {
|
|
|
3356
3338
|
display: 'yAUUU30Jun2025',
|
|
3357
3339
|
symbol: 'yAUUU-30Jun2025',
|
|
3358
3340
|
logoURIs: {
|
|
3359
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3360
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3361
3342
|
},
|
|
3362
3343
|
images: [{
|
|
3363
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3364
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3365
3345
|
}],
|
|
3366
3346
|
typeAsset: 'sdk.coin'
|
|
3367
3347
|
},
|
|
@@ -3379,12 +3359,10 @@ const info = {
|
|
|
3379
3359
|
display: 'yAUUU31Dec2025',
|
|
3380
3360
|
symbol: 'yAUUU-31Dec2025',
|
|
3381
3361
|
logoURIs: {
|
|
3382
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3383
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3384
3363
|
},
|
|
3385
3364
|
images: [{
|
|
3386
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3387
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3388
3366
|
}],
|
|
3389
3367
|
typeAsset: 'sdk.coin'
|
|
3390
3368
|
},
|
|
@@ -3402,12 +3380,10 @@ const info = {
|
|
|
3402
3380
|
display: 'yAUUU31Dec2026',
|
|
3403
3381
|
symbol: 'yAUUU-31Dec2026',
|
|
3404
3382
|
logoURIs: {
|
|
3405
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3406
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3407
3384
|
},
|
|
3408
3385
|
images: [{
|
|
3409
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3410
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
|
|
3386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
|
|
3411
3387
|
}],
|
|
3412
3388
|
typeAsset: 'sdk.coin'
|
|
3413
3389
|
},
|
|
@@ -19,13 +19,11 @@ const info = {
|
|
|
19
19
|
display: 'scrt',
|
|
20
20
|
symbol: 'SCRT',
|
|
21
21
|
logoURIs: {
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
24
23
|
},
|
|
25
24
|
coingeckoId: 'secret',
|
|
26
25
|
images: [{
|
|
27
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
28
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
29
27
|
}],
|
|
30
28
|
socials: {
|
|
31
29
|
website: 'https://scrt.network/',
|