@chain-registry/osmosis 1.58.0 → 1.58.2
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 +6 -0
- package/assets.js +1110 -4
- package/esm/asset_list.js +6 -0
- package/esm/assets.js +1110 -4
- package/esm/testnet_assets.js +40 -0
- package/package.json +3 -3
- package/testnet_assets.js +40 -0
package/esm/assets.js
CHANGED
|
@@ -285,6 +285,10 @@ const assets = {
|
|
|
285
285
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
|
|
286
286
|
},
|
|
287
287
|
images: [{
|
|
288
|
+
image_sync: {
|
|
289
|
+
chain_name: 'axelar',
|
|
290
|
+
base_denom: 'uusdt'
|
|
291
|
+
},
|
|
288
292
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
|
|
289
293
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
|
|
290
294
|
}, {
|
|
@@ -393,6 +397,10 @@ const assets = {
|
|
|
393
397
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg'
|
|
394
398
|
},
|
|
395
399
|
images: [{
|
|
400
|
+
image_sync: {
|
|
401
|
+
chain_name: 'axelar',
|
|
402
|
+
base_denom: 'busd-wei'
|
|
403
|
+
},
|
|
396
404
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png',
|
|
397
405
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg'
|
|
398
406
|
}]
|
|
@@ -681,6 +689,10 @@ const assets = {
|
|
|
681
689
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
682
690
|
},
|
|
683
691
|
images: [{
|
|
692
|
+
image_sync: {
|
|
693
|
+
chain_name: 'terra',
|
|
694
|
+
base_denom: 'uluna'
|
|
695
|
+
},
|
|
684
696
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
685
697
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
686
698
|
}]
|
|
@@ -717,6 +729,10 @@ const assets = {
|
|
|
717
729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
718
730
|
},
|
|
719
731
|
images: [{
|
|
732
|
+
image_sync: {
|
|
733
|
+
chain_name: 'juno',
|
|
734
|
+
base_denom: 'ujuno'
|
|
735
|
+
},
|
|
720
736
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
721
737
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
722
738
|
}]
|
|
@@ -771,6 +787,10 @@ const assets = {
|
|
|
771
787
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
772
788
|
},
|
|
773
789
|
images: [{
|
|
790
|
+
image_sync: {
|
|
791
|
+
chain_name: 'axelar',
|
|
792
|
+
base_denom: 'dot-planck'
|
|
793
|
+
},
|
|
774
794
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
775
795
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
776
796
|
}, {
|
|
@@ -809,6 +829,10 @@ const assets = {
|
|
|
809
829
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
810
830
|
},
|
|
811
831
|
images: [{
|
|
832
|
+
image_sync: {
|
|
833
|
+
chain_name: 'evmos',
|
|
834
|
+
base_denom: 'aevmos'
|
|
835
|
+
},
|
|
812
836
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
813
837
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
814
838
|
}]
|
|
@@ -845,6 +869,10 @@ const assets = {
|
|
|
845
869
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
|
|
846
870
|
},
|
|
847
871
|
images: [{
|
|
872
|
+
image_sync: {
|
|
873
|
+
chain_name: 'kava',
|
|
874
|
+
base_denom: 'ukava'
|
|
875
|
+
},
|
|
848
876
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
|
|
849
877
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
|
|
850
878
|
}]
|
|
@@ -881,6 +909,10 @@ const assets = {
|
|
|
881
909
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
882
910
|
},
|
|
883
911
|
images: [{
|
|
912
|
+
image_sync: {
|
|
913
|
+
chain_name: 'secretnetwork',
|
|
914
|
+
base_denom: 'uscrt'
|
|
915
|
+
},
|
|
884
916
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
885
917
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
886
918
|
}]
|
|
@@ -926,6 +958,10 @@ const assets = {
|
|
|
926
958
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg'
|
|
927
959
|
},
|
|
928
960
|
images: [{
|
|
961
|
+
image_sync: {
|
|
962
|
+
chain_name: 'terra',
|
|
963
|
+
base_denom: 'uusd'
|
|
964
|
+
},
|
|
929
965
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png',
|
|
930
966
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg'
|
|
931
967
|
}]
|
|
@@ -1002,6 +1038,10 @@ const assets = {
|
|
|
1002
1038
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
1003
1039
|
},
|
|
1004
1040
|
images: [{
|
|
1041
|
+
image_sync: {
|
|
1042
|
+
chain_name: 'chihuahua',
|
|
1043
|
+
base_denom: 'uhuahua'
|
|
1044
|
+
},
|
|
1005
1045
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
1006
1046
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
1007
1047
|
}]
|
|
@@ -1038,6 +1078,10 @@ const assets = {
|
|
|
1038
1078
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
1039
1079
|
},
|
|
1040
1080
|
images: [{
|
|
1081
|
+
image_sync: {
|
|
1082
|
+
chain_name: 'persistence',
|
|
1083
|
+
base_denom: 'uxprt'
|
|
1084
|
+
},
|
|
1041
1085
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1042
1086
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
1043
1087
|
}]
|
|
@@ -1108,6 +1152,10 @@ const assets = {
|
|
|
1108
1152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
1109
1153
|
},
|
|
1110
1154
|
images: [{
|
|
1155
|
+
image_sync: {
|
|
1156
|
+
chain_name: 'persistence',
|
|
1157
|
+
base_denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444'
|
|
1158
|
+
},
|
|
1111
1159
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
1112
1160
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
1113
1161
|
}]
|
|
@@ -1144,6 +1192,10 @@ const assets = {
|
|
|
1144
1192
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
1145
1193
|
},
|
|
1146
1194
|
images: [{
|
|
1195
|
+
image_sync: {
|
|
1196
|
+
chain_name: 'akash',
|
|
1197
|
+
base_denom: 'uakt'
|
|
1198
|
+
},
|
|
1147
1199
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
1148
1200
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
1149
1201
|
}]
|
|
@@ -1180,6 +1232,10 @@ const assets = {
|
|
|
1180
1232
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
1181
1233
|
},
|
|
1182
1234
|
images: [{
|
|
1235
|
+
image_sync: {
|
|
1236
|
+
chain_name: 'regen',
|
|
1237
|
+
base_denom: 'uregen'
|
|
1238
|
+
},
|
|
1183
1239
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png',
|
|
1184
1240
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg'
|
|
1185
1241
|
}]
|
|
@@ -1216,6 +1272,10 @@ const assets = {
|
|
|
1216
1272
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
1217
1273
|
},
|
|
1218
1274
|
images: [{
|
|
1275
|
+
image_sync: {
|
|
1276
|
+
chain_name: 'sentinel',
|
|
1277
|
+
base_denom: 'udvpn'
|
|
1278
|
+
},
|
|
1219
1279
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
1220
1280
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
1221
1281
|
}]
|
|
@@ -1252,6 +1312,10 @@ const assets = {
|
|
|
1252
1312
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
1253
1313
|
},
|
|
1254
1314
|
images: [{
|
|
1315
|
+
image_sync: {
|
|
1316
|
+
chain_name: 'irisnet',
|
|
1317
|
+
base_denom: 'uiris'
|
|
1318
|
+
},
|
|
1255
1319
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
|
|
1256
1320
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
1257
1321
|
}]
|
|
@@ -1288,6 +1352,10 @@ const assets = {
|
|
|
1288
1352
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
1289
1353
|
},
|
|
1290
1354
|
images: [{
|
|
1355
|
+
image_sync: {
|
|
1356
|
+
chain_name: 'starname',
|
|
1357
|
+
base_denom: 'uiov'
|
|
1358
|
+
},
|
|
1291
1359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
1292
1360
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
1293
1361
|
}]
|
|
@@ -1324,6 +1392,10 @@ const assets = {
|
|
|
1324
1392
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
|
|
1325
1393
|
},
|
|
1326
1394
|
images: [{
|
|
1395
|
+
image_sync: {
|
|
1396
|
+
chain_name: 'emoney',
|
|
1397
|
+
base_denom: 'ungm'
|
|
1398
|
+
},
|
|
1327
1399
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
|
|
1328
1400
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
|
|
1329
1401
|
}]
|
|
@@ -1360,6 +1432,10 @@ const assets = {
|
|
|
1360
1432
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
|
|
1361
1433
|
},
|
|
1362
1434
|
images: [{
|
|
1435
|
+
image_sync: {
|
|
1436
|
+
chain_name: 'emoney',
|
|
1437
|
+
base_denom: 'eeur'
|
|
1438
|
+
},
|
|
1363
1439
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
|
|
1364
1440
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
|
|
1365
1441
|
}]
|
|
@@ -1396,6 +1472,10 @@ const assets = {
|
|
|
1396
1472
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
1397
1473
|
},
|
|
1398
1474
|
images: [{
|
|
1475
|
+
image_sync: {
|
|
1476
|
+
chain_name: 'likecoin',
|
|
1477
|
+
base_denom: 'nanolike'
|
|
1478
|
+
},
|
|
1399
1479
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
1400
1480
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
1401
1481
|
}]
|
|
@@ -1432,6 +1512,10 @@ const assets = {
|
|
|
1432
1512
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
|
|
1433
1513
|
},
|
|
1434
1514
|
images: [{
|
|
1515
|
+
image_sync: {
|
|
1516
|
+
chain_name: 'impacthub',
|
|
1517
|
+
base_denom: 'uixo'
|
|
1518
|
+
},
|
|
1435
1519
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
|
|
1436
1520
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
|
|
1437
1521
|
}]
|
|
@@ -1468,6 +1552,10 @@ const assets = {
|
|
|
1468
1552
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
1469
1553
|
},
|
|
1470
1554
|
images: [{
|
|
1555
|
+
image_sync: {
|
|
1556
|
+
chain_name: 'bitcanna',
|
|
1557
|
+
base_denom: 'ubcna'
|
|
1558
|
+
},
|
|
1471
1559
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
1472
1560
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
1473
1561
|
}]
|
|
@@ -1504,6 +1592,10 @@ const assets = {
|
|
|
1504
1592
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg'
|
|
1505
1593
|
},
|
|
1506
1594
|
images: [{
|
|
1595
|
+
image_sync: {
|
|
1596
|
+
chain_name: 'bitsong',
|
|
1597
|
+
base_denom: 'ubtsg'
|
|
1598
|
+
},
|
|
1507
1599
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png',
|
|
1508
1600
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg'
|
|
1509
1601
|
}]
|
|
@@ -1540,6 +1632,10 @@ const assets = {
|
|
|
1540
1632
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
1541
1633
|
},
|
|
1542
1634
|
images: [{
|
|
1635
|
+
image_sync: {
|
|
1636
|
+
chain_name: 'kichain',
|
|
1637
|
+
base_denom: 'uxki'
|
|
1638
|
+
},
|
|
1543
1639
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
1544
1640
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
1545
1641
|
}]
|
|
@@ -1576,6 +1672,10 @@ const assets = {
|
|
|
1576
1672
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg'
|
|
1577
1673
|
},
|
|
1578
1674
|
images: [{
|
|
1675
|
+
image_sync: {
|
|
1676
|
+
chain_name: 'panacea',
|
|
1677
|
+
base_denom: 'umed'
|
|
1678
|
+
},
|
|
1579
1679
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png',
|
|
1580
1680
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg'
|
|
1581
1681
|
}]
|
|
@@ -1609,6 +1709,10 @@ const assets = {
|
|
|
1609
1709
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg'
|
|
1610
1710
|
},
|
|
1611
1711
|
images: [{
|
|
1712
|
+
image_sync: {
|
|
1713
|
+
chain_name: 'bostrom',
|
|
1714
|
+
base_denom: 'boot'
|
|
1715
|
+
},
|
|
1612
1716
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png',
|
|
1613
1717
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg'
|
|
1614
1718
|
}]
|
|
@@ -1645,6 +1749,10 @@ const assets = {
|
|
|
1645
1749
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
1646
1750
|
},
|
|
1647
1751
|
images: [{
|
|
1752
|
+
image_sync: {
|
|
1753
|
+
chain_name: 'comdex',
|
|
1754
|
+
base_denom: 'ucmdx'
|
|
1755
|
+
},
|
|
1648
1756
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
1649
1757
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
1650
1758
|
}]
|
|
@@ -1681,6 +1789,10 @@ const assets = {
|
|
|
1681
1789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
1682
1790
|
},
|
|
1683
1791
|
images: [{
|
|
1792
|
+
image_sync: {
|
|
1793
|
+
chain_name: 'cheqd',
|
|
1794
|
+
base_denom: 'ncheq'
|
|
1795
|
+
},
|
|
1684
1796
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png',
|
|
1685
1797
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
1686
1798
|
}]
|
|
@@ -1717,6 +1829,10 @@ const assets = {
|
|
|
1717
1829
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg'
|
|
1718
1830
|
},
|
|
1719
1831
|
images: [{
|
|
1832
|
+
image_sync: {
|
|
1833
|
+
chain_name: 'lumnetwork',
|
|
1834
|
+
base_denom: 'ulum'
|
|
1835
|
+
},
|
|
1720
1836
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png',
|
|
1721
1837
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg'
|
|
1722
1838
|
}]
|
|
@@ -1753,6 +1869,10 @@ const assets = {
|
|
|
1753
1869
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
1754
1870
|
},
|
|
1755
1871
|
images: [{
|
|
1872
|
+
image_sync: {
|
|
1873
|
+
chain_name: 'vidulum',
|
|
1874
|
+
base_denom: 'uvdl'
|
|
1875
|
+
},
|
|
1756
1876
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
1757
1877
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
1758
1878
|
}]
|
|
@@ -1789,6 +1909,10 @@ const assets = {
|
|
|
1789
1909
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
|
|
1790
1910
|
},
|
|
1791
1911
|
images: [{
|
|
1912
|
+
image_sync: {
|
|
1913
|
+
chain_name: 'desmos',
|
|
1914
|
+
base_denom: 'udsm'
|
|
1915
|
+
},
|
|
1792
1916
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
|
|
1793
1917
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
|
|
1794
1918
|
}]
|
|
@@ -1824,6 +1948,10 @@ const assets = {
|
|
|
1824
1948
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
1825
1949
|
},
|
|
1826
1950
|
images: [{
|
|
1951
|
+
image_sync: {
|
|
1952
|
+
chain_name: 'dig',
|
|
1953
|
+
base_denom: 'udig'
|
|
1954
|
+
},
|
|
1827
1955
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
1828
1956
|
}],
|
|
1829
1957
|
keywords: ['osmosis_unstable']
|
|
@@ -1868,6 +1996,10 @@ const assets = {
|
|
|
1868
1996
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
1869
1997
|
},
|
|
1870
1998
|
images: [{
|
|
1999
|
+
image_sync: {
|
|
2000
|
+
chain_name: 'sommelier',
|
|
2001
|
+
base_denom: 'usomm'
|
|
2002
|
+
},
|
|
1871
2003
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png',
|
|
1872
2004
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
1873
2005
|
}]
|
|
@@ -1904,6 +2036,10 @@ const assets = {
|
|
|
1904
2036
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
1905
2037
|
},
|
|
1906
2038
|
images: [{
|
|
2039
|
+
image_sync: {
|
|
2040
|
+
chain_name: 'bandchain',
|
|
2041
|
+
base_denom: 'uband'
|
|
2042
|
+
},
|
|
1907
2043
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
|
|
1908
2044
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
1909
2045
|
}]
|
|
@@ -1940,6 +2076,10 @@ const assets = {
|
|
|
1940
2076
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
1941
2077
|
},
|
|
1942
2078
|
images: [{
|
|
2079
|
+
image_sync: {
|
|
2080
|
+
chain_name: 'konstellation',
|
|
2081
|
+
base_denom: 'udarc'
|
|
2082
|
+
},
|
|
1943
2083
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
|
|
1944
2084
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
1945
2085
|
}],
|
|
@@ -1977,6 +2117,10 @@ const assets = {
|
|
|
1977
2117
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
|
|
1978
2118
|
},
|
|
1979
2119
|
images: [{
|
|
2120
|
+
image_sync: {
|
|
2121
|
+
chain_name: 'umee',
|
|
2122
|
+
base_denom: 'uumee'
|
|
2123
|
+
},
|
|
1980
2124
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
|
|
1981
2125
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
|
|
1982
2126
|
}]
|
|
@@ -2013,6 +2157,10 @@ const assets = {
|
|
|
2013
2157
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
2014
2158
|
},
|
|
2015
2159
|
images: [{
|
|
2160
|
+
image_sync: {
|
|
2161
|
+
chain_name: 'gravitybridge',
|
|
2162
|
+
base_denom: 'ugraviton'
|
|
2163
|
+
},
|
|
2016
2164
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png',
|
|
2017
2165
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
2018
2166
|
}]
|
|
@@ -2049,6 +2197,10 @@ const assets = {
|
|
|
2049
2197
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
2050
2198
|
},
|
|
2051
2199
|
images: [{
|
|
2200
|
+
image_sync: {
|
|
2201
|
+
chain_name: 'decentr',
|
|
2202
|
+
base_denom: 'udec'
|
|
2203
|
+
},
|
|
2052
2204
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
2053
2205
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
2054
2206
|
}]
|
|
@@ -2087,6 +2239,10 @@ const assets = {
|
|
|
2087
2239
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
2088
2240
|
},
|
|
2089
2241
|
images: [{
|
|
2242
|
+
image_sync: {
|
|
2243
|
+
chain_name: 'juno',
|
|
2244
|
+
base_denom: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl'
|
|
2245
|
+
},
|
|
2090
2246
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
|
2091
2247
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
2092
2248
|
}]
|
|
@@ -2124,6 +2280,10 @@ const assets = {
|
|
|
2124
2280
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
|
|
2125
2281
|
},
|
|
2126
2282
|
images: [{
|
|
2283
|
+
image_sync: {
|
|
2284
|
+
chain_name: 'carbon',
|
|
2285
|
+
base_denom: 'swth'
|
|
2286
|
+
},
|
|
2127
2287
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png',
|
|
2128
2288
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
|
|
2129
2289
|
}]
|
|
@@ -2160,6 +2320,10 @@ const assets = {
|
|
|
2160
2320
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg'
|
|
2161
2321
|
},
|
|
2162
2322
|
images: [{
|
|
2323
|
+
image_sync: {
|
|
2324
|
+
chain_name: 'cerberus',
|
|
2325
|
+
base_denom: 'ucrbrus'
|
|
2326
|
+
},
|
|
2163
2327
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
2164
2328
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg'
|
|
2165
2329
|
}],
|
|
@@ -2197,6 +2361,10 @@ const assets = {
|
|
|
2197
2361
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
2198
2362
|
},
|
|
2199
2363
|
images: [{
|
|
2364
|
+
image_sync: {
|
|
2365
|
+
chain_name: 'fetchhub',
|
|
2366
|
+
base_denom: 'afet'
|
|
2367
|
+
},
|
|
2200
2368
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
2201
2369
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
2202
2370
|
}]
|
|
@@ -2233,6 +2401,10 @@ const assets = {
|
|
|
2233
2401
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
2234
2402
|
},
|
|
2235
2403
|
images: [{
|
|
2404
|
+
image_sync: {
|
|
2405
|
+
chain_name: 'assetmantle',
|
|
2406
|
+
base_denom: 'umntl'
|
|
2407
|
+
},
|
|
2236
2408
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
2237
2409
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
2238
2410
|
}]
|
|
@@ -2271,6 +2443,10 @@ const assets = {
|
|
|
2271
2443
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
2272
2444
|
},
|
|
2273
2445
|
images: [{
|
|
2446
|
+
image_sync: {
|
|
2447
|
+
chain_name: 'juno',
|
|
2448
|
+
base_denom: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr'
|
|
2449
|
+
},
|
|
2274
2450
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
|
2275
2451
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
2276
2452
|
}]
|
|
@@ -2307,6 +2483,10 @@ const assets = {
|
|
|
2307
2483
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
2308
2484
|
},
|
|
2309
2485
|
images: [{
|
|
2486
|
+
image_sync: {
|
|
2487
|
+
chain_name: 'injective',
|
|
2488
|
+
base_denom: 'inj'
|
|
2489
|
+
},
|
|
2310
2490
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
2311
2491
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
2312
2492
|
}]
|
|
@@ -2352,6 +2532,10 @@ const assets = {
|
|
|
2352
2532
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
2353
2533
|
},
|
|
2354
2534
|
images: [{
|
|
2535
|
+
image_sync: {
|
|
2536
|
+
chain_name: 'terra',
|
|
2537
|
+
base_denom: 'ukrw'
|
|
2538
|
+
},
|
|
2355
2539
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2356
2540
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
2357
2541
|
}]
|
|
@@ -2388,6 +2572,10 @@ const assets = {
|
|
|
2388
2572
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
2389
2573
|
},
|
|
2390
2574
|
images: [{
|
|
2575
|
+
image_sync: {
|
|
2576
|
+
chain_name: 'microtick',
|
|
2577
|
+
base_denom: 'utick'
|
|
2578
|
+
},
|
|
2391
2579
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
2392
2580
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
2393
2581
|
}],
|
|
@@ -2425,6 +2613,10 @@ const assets = {
|
|
|
2425
2613
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
2426
2614
|
},
|
|
2427
2615
|
images: [{
|
|
2616
|
+
image_sync: {
|
|
2617
|
+
chain_name: 'sifchain',
|
|
2618
|
+
base_denom: 'rowan'
|
|
2619
|
+
},
|
|
2428
2620
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
|
|
2429
2621
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
2430
2622
|
}]
|
|
@@ -2461,6 +2653,10 @@ const assets = {
|
|
|
2461
2653
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
|
|
2462
2654
|
},
|
|
2463
2655
|
images: [{
|
|
2656
|
+
image_sync: {
|
|
2657
|
+
chain_name: 'shentu',
|
|
2658
|
+
base_denom: 'uctk'
|
|
2659
|
+
},
|
|
2464
2660
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
2465
2661
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
|
|
2466
2662
|
}]
|
|
@@ -2499,6 +2695,10 @@ const assets = {
|
|
|
2499
2695
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
2500
2696
|
},
|
|
2501
2697
|
images: [{
|
|
2698
|
+
image_sync: {
|
|
2699
|
+
chain_name: 'juno',
|
|
2700
|
+
base_denom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z'
|
|
2701
|
+
},
|
|
2502
2702
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
|
2503
2703
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
2504
2704
|
}]
|
|
@@ -2537,6 +2737,10 @@ const assets = {
|
|
|
2537
2737
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
2538
2738
|
},
|
|
2539
2739
|
images: [{
|
|
2740
|
+
image_sync: {
|
|
2741
|
+
chain_name: 'juno',
|
|
2742
|
+
base_denom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa'
|
|
2743
|
+
},
|
|
2540
2744
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
2541
2745
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
2542
2746
|
}]
|
|
@@ -2590,6 +2794,10 @@ const assets = {
|
|
|
2590
2794
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
|
|
2591
2795
|
},
|
|
2592
2796
|
images: [{
|
|
2797
|
+
image_sync: {
|
|
2798
|
+
chain_name: 'axelar',
|
|
2799
|
+
base_denom: 'frax-wei'
|
|
2800
|
+
},
|
|
2593
2801
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
|
|
2594
2802
|
}]
|
|
2595
2803
|
},
|
|
@@ -2643,6 +2851,10 @@ const assets = {
|
|
|
2643
2851
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
2644
2852
|
},
|
|
2645
2853
|
images: [{
|
|
2854
|
+
image_sync: {
|
|
2855
|
+
chain_name: 'gravitybridge',
|
|
2856
|
+
base_denom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599'
|
|
2857
|
+
},
|
|
2646
2858
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
2647
2859
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
2648
2860
|
}, {
|
|
@@ -2698,6 +2910,10 @@ const assets = {
|
|
|
2698
2910
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
2699
2911
|
},
|
|
2700
2912
|
images: [{
|
|
2913
|
+
image_sync: {
|
|
2914
|
+
chain_name: 'gravitybridge',
|
|
2915
|
+
base_denom: 'gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2'
|
|
2916
|
+
},
|
|
2701
2917
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
2702
2918
|
}, {
|
|
2703
2919
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg'
|
|
@@ -2752,6 +2968,10 @@ const assets = {
|
|
|
2752
2968
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2753
2969
|
},
|
|
2754
2970
|
images: [{
|
|
2971
|
+
image_sync: {
|
|
2972
|
+
chain_name: 'gravitybridge',
|
|
2973
|
+
base_denom: 'gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48'
|
|
2974
|
+
},
|
|
2755
2975
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2756
2976
|
}, {
|
|
2757
2977
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg'
|
|
@@ -2806,6 +3026,10 @@ const assets = {
|
|
|
2806
3026
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
2807
3027
|
},
|
|
2808
3028
|
images: [{
|
|
3029
|
+
image_sync: {
|
|
3030
|
+
chain_name: 'gravitybridge',
|
|
3031
|
+
base_denom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F'
|
|
3032
|
+
},
|
|
2809
3033
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
2810
3034
|
}, {
|
|
2811
3035
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg'
|
|
@@ -2860,6 +3084,10 @@ const assets = {
|
|
|
2860
3084
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2861
3085
|
},
|
|
2862
3086
|
images: [{
|
|
3087
|
+
image_sync: {
|
|
3088
|
+
chain_name: 'gravitybridge',
|
|
3089
|
+
base_denom: 'gravity0xdAC17F958D2ee523a2206206994597C13D831ec7'
|
|
3090
|
+
},
|
|
2863
3091
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2864
3092
|
}, {
|
|
2865
3093
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg'
|
|
@@ -2899,6 +3127,10 @@ const assets = {
|
|
|
2899
3127
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
2900
3128
|
},
|
|
2901
3129
|
images: [{
|
|
3130
|
+
image_sync: {
|
|
3131
|
+
chain_name: 'juno',
|
|
3132
|
+
base_denom: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq'
|
|
3133
|
+
},
|
|
2902
3134
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
2903
3135
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
2904
3136
|
}]
|
|
@@ -2935,6 +3167,10 @@ const assets = {
|
|
|
2935
3167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
|
|
2936
3168
|
},
|
|
2937
3169
|
images: [{
|
|
3170
|
+
image_sync: {
|
|
3171
|
+
chain_name: 'provenance',
|
|
3172
|
+
base_denom: 'nhash'
|
|
3173
|
+
},
|
|
2938
3174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
2939
3175
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
|
|
2940
3176
|
}]
|
|
@@ -2971,6 +3207,10 @@ const assets = {
|
|
|
2971
3207
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg'
|
|
2972
3208
|
},
|
|
2973
3209
|
images: [{
|
|
3210
|
+
image_sync: {
|
|
3211
|
+
chain_name: 'galaxy',
|
|
3212
|
+
base_denom: 'uglx'
|
|
3213
|
+
},
|
|
2974
3214
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png',
|
|
2975
3215
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg'
|
|
2976
3216
|
}]
|
|
@@ -3006,6 +3246,10 @@ const assets = {
|
|
|
3006
3246
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3007
3247
|
},
|
|
3008
3248
|
images: [{
|
|
3249
|
+
image_sync: {
|
|
3250
|
+
chain_name: 'juno',
|
|
3251
|
+
base_denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49'
|
|
3252
|
+
},
|
|
3009
3253
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
3010
3254
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3011
3255
|
}]
|
|
@@ -3044,6 +3288,10 @@ const assets = {
|
|
|
3044
3288
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg'
|
|
3045
3289
|
},
|
|
3046
3290
|
images: [{
|
|
3291
|
+
image_sync: {
|
|
3292
|
+
chain_name: 'juno',
|
|
3293
|
+
base_denom: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g'
|
|
3294
|
+
},
|
|
3047
3295
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png',
|
|
3048
3296
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg'
|
|
3049
3297
|
}]
|
|
@@ -3080,6 +3328,10 @@ const assets = {
|
|
|
3080
3328
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
3081
3329
|
},
|
|
3082
3330
|
images: [{
|
|
3331
|
+
image_sync: {
|
|
3332
|
+
chain_name: 'meme',
|
|
3333
|
+
base_denom: 'umeme'
|
|
3334
|
+
},
|
|
3083
3335
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
3084
3336
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
3085
3337
|
}]
|
|
@@ -3117,6 +3369,10 @@ const assets = {
|
|
|
3117
3369
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3118
3370
|
},
|
|
3119
3371
|
images: [{
|
|
3372
|
+
image_sync: {
|
|
3373
|
+
chain_name: 'juno',
|
|
3374
|
+
base_denom: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w'
|
|
3375
|
+
},
|
|
3120
3376
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3121
3377
|
}]
|
|
3122
3378
|
},
|
|
@@ -3153,6 +3409,10 @@ const assets = {
|
|
|
3153
3409
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3154
3410
|
},
|
|
3155
3411
|
images: [{
|
|
3412
|
+
image_sync: {
|
|
3413
|
+
chain_name: 'juno',
|
|
3414
|
+
base_denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3'
|
|
3415
|
+
},
|
|
3156
3416
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3157
3417
|
}]
|
|
3158
3418
|
},
|
|
@@ -3188,6 +3448,10 @@ const assets = {
|
|
|
3188
3448
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
3189
3449
|
},
|
|
3190
3450
|
images: [{
|
|
3451
|
+
image_sync: {
|
|
3452
|
+
chain_name: 'terra2',
|
|
3453
|
+
base_denom: 'uluna'
|
|
3454
|
+
},
|
|
3191
3455
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
3192
3456
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
3193
3457
|
}]
|
|
@@ -3224,6 +3488,10 @@ const assets = {
|
|
|
3224
3488
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
3225
3489
|
},
|
|
3226
3490
|
images: [{
|
|
3491
|
+
image_sync: {
|
|
3492
|
+
chain_name: 'rizon',
|
|
3493
|
+
base_denom: 'uatolo'
|
|
3494
|
+
},
|
|
3227
3495
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
3228
3496
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
3229
3497
|
}]
|
|
@@ -3260,6 +3528,10 @@ const assets = {
|
|
|
3260
3528
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
3261
3529
|
},
|
|
3262
3530
|
images: [{
|
|
3531
|
+
image_sync: {
|
|
3532
|
+
chain_name: 'kava',
|
|
3533
|
+
base_denom: 'hard'
|
|
3534
|
+
},
|
|
3263
3535
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
3264
3536
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
3265
3537
|
}]
|
|
@@ -3296,6 +3568,10 @@ const assets = {
|
|
|
3296
3568
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
3297
3569
|
},
|
|
3298
3570
|
images: [{
|
|
3571
|
+
image_sync: {
|
|
3572
|
+
chain_name: 'kava',
|
|
3573
|
+
base_denom: 'swp'
|
|
3574
|
+
},
|
|
3299
3575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
3300
3576
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
3301
3577
|
}]
|
|
@@ -3339,6 +3615,10 @@ const assets = {
|
|
|
3339
3615
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
3340
3616
|
},
|
|
3341
3617
|
images: [{
|
|
3618
|
+
image_sync: {
|
|
3619
|
+
chain_name: 'axelar',
|
|
3620
|
+
base_denom: 'link-wei'
|
|
3621
|
+
},
|
|
3342
3622
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
3343
3623
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
3344
3624
|
}]
|
|
@@ -3375,6 +3655,10 @@ const assets = {
|
|
|
3375
3655
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
|
|
3376
3656
|
},
|
|
3377
3657
|
images: [{
|
|
3658
|
+
image_sync: {
|
|
3659
|
+
chain_name: 'genesisl1',
|
|
3660
|
+
base_denom: 'el1'
|
|
3661
|
+
},
|
|
3378
3662
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
|
|
3379
3663
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
|
|
3380
3664
|
}],
|
|
@@ -3418,6 +3702,10 @@ const assets = {
|
|
|
3418
3702
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
3419
3703
|
},
|
|
3420
3704
|
images: [{
|
|
3705
|
+
image_sync: {
|
|
3706
|
+
chain_name: 'axelar',
|
|
3707
|
+
base_denom: 'aave-wei'
|
|
3708
|
+
},
|
|
3421
3709
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
3422
3710
|
}],
|
|
3423
3711
|
keywords: ['osmosis_unlisted']
|
|
@@ -3460,6 +3748,10 @@ const assets = {
|
|
|
3460
3748
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
3461
3749
|
},
|
|
3462
3750
|
images: [{
|
|
3751
|
+
image_sync: {
|
|
3752
|
+
chain_name: 'axelar',
|
|
3753
|
+
base_denom: 'ape-wei'
|
|
3754
|
+
},
|
|
3463
3755
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
3464
3756
|
}],
|
|
3465
3757
|
keywords: ['osmosis_unlisted']
|
|
@@ -3502,6 +3794,10 @@ const assets = {
|
|
|
3502
3794
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
3503
3795
|
},
|
|
3504
3796
|
images: [{
|
|
3797
|
+
image_sync: {
|
|
3798
|
+
chain_name: 'axelar',
|
|
3799
|
+
base_denom: 'mkr-wei'
|
|
3800
|
+
},
|
|
3505
3801
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
3506
3802
|
}]
|
|
3507
3803
|
},
|
|
@@ -3554,6 +3850,10 @@ const assets = {
|
|
|
3554
3850
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
3555
3851
|
},
|
|
3556
3852
|
images: [{
|
|
3853
|
+
image_sync: {
|
|
3854
|
+
chain_name: 'axelar',
|
|
3855
|
+
base_denom: 'rai-wei'
|
|
3856
|
+
},
|
|
3557
3857
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
3558
3858
|
}]
|
|
3559
3859
|
},
|
|
@@ -3595,6 +3895,10 @@ const assets = {
|
|
|
3595
3895
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
3596
3896
|
},
|
|
3597
3897
|
images: [{
|
|
3898
|
+
image_sync: {
|
|
3899
|
+
chain_name: 'axelar',
|
|
3900
|
+
base_denom: 'shib-wei'
|
|
3901
|
+
},
|
|
3598
3902
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
3599
3903
|
}],
|
|
3600
3904
|
keywords: ['osmosis_unlisted']
|
|
@@ -3631,6 +3935,10 @@ const assets = {
|
|
|
3631
3935
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
3632
3936
|
},
|
|
3633
3937
|
images: [{
|
|
3938
|
+
image_sync: {
|
|
3939
|
+
chain_name: 'kujira',
|
|
3940
|
+
base_denom: 'ukuji'
|
|
3941
|
+
},
|
|
3634
3942
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
3635
3943
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
3636
3944
|
}]
|
|
@@ -3667,6 +3975,10 @@ const assets = {
|
|
|
3667
3975
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3668
3976
|
},
|
|
3669
3977
|
images: [{
|
|
3978
|
+
image_sync: {
|
|
3979
|
+
chain_name: 'tgrade',
|
|
3980
|
+
base_denom: 'utgd'
|
|
3981
|
+
},
|
|
3670
3982
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
3671
3983
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3672
3984
|
}]
|
|
@@ -3702,6 +4014,10 @@ const assets = {
|
|
|
3702
4014
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
3703
4015
|
},
|
|
3704
4016
|
images: [{
|
|
4017
|
+
image_sync: {
|
|
4018
|
+
chain_name: 'echelon',
|
|
4019
|
+
base_denom: 'aechelon'
|
|
4020
|
+
},
|
|
3705
4021
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
|
|
3706
4022
|
}]
|
|
3707
4023
|
},
|
|
@@ -3737,6 +4053,10 @@ const assets = {
|
|
|
3737
4053
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
3738
4054
|
},
|
|
3739
4055
|
images: [{
|
|
4056
|
+
image_sync: {
|
|
4057
|
+
chain_name: 'odin',
|
|
4058
|
+
base_denom: 'loki'
|
|
4059
|
+
},
|
|
3740
4060
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
3741
4061
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
3742
4062
|
}]
|
|
@@ -3773,6 +4093,10 @@ const assets = {
|
|
|
3773
4093
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
3774
4094
|
},
|
|
3775
4095
|
images: [{
|
|
4096
|
+
image_sync: {
|
|
4097
|
+
chain_name: 'odin',
|
|
4098
|
+
base_denom: 'mGeo'
|
|
4099
|
+
},
|
|
3776
4100
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
3777
4101
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
3778
4102
|
}],
|
|
@@ -3810,6 +4134,10 @@ const assets = {
|
|
|
3810
4134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
3811
4135
|
},
|
|
3812
4136
|
images: [{
|
|
4137
|
+
image_sync: {
|
|
4138
|
+
chain_name: 'odin',
|
|
4139
|
+
base_denom: 'mO9W'
|
|
4140
|
+
},
|
|
3813
4141
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
3814
4142
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
3815
4143
|
}],
|
|
@@ -3848,6 +4176,10 @@ const assets = {
|
|
|
3848
4176
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
3849
4177
|
},
|
|
3850
4178
|
images: [{
|
|
4179
|
+
image_sync: {
|
|
4180
|
+
chain_name: 'kichain',
|
|
4181
|
+
base_denom: 'cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy'
|
|
4182
|
+
},
|
|
3851
4183
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
3852
4184
|
}]
|
|
3853
4185
|
},
|
|
@@ -3897,10 +4229,16 @@ const assets = {
|
|
|
3897
4229
|
}
|
|
3898
4230
|
],
|
|
3899
4231
|
logo_URIs: {
|
|
4232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png',
|
|
3900
4233
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg'
|
|
3901
4234
|
},
|
|
3902
4235
|
images: [{
|
|
3903
|
-
|
|
4236
|
+
image_sync: {
|
|
4237
|
+
chain_name: 'axelar',
|
|
4238
|
+
base_denom: 'wglmr-wei'
|
|
4239
|
+
},
|
|
4240
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg',
|
|
4241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
3904
4242
|
}]
|
|
3905
4243
|
},
|
|
3906
4244
|
{
|
|
@@ -3937,6 +4275,10 @@ const assets = {
|
|
|
3937
4275
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3938
4276
|
},
|
|
3939
4277
|
images: [{
|
|
4278
|
+
image_sync: {
|
|
4279
|
+
chain_name: 'juno',
|
|
4280
|
+
base_denom: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se'
|
|
4281
|
+
},
|
|
3940
4282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
3941
4283
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3942
4284
|
}]
|
|
@@ -3975,6 +4317,10 @@ const assets = {
|
|
|
3975
4317
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3976
4318
|
},
|
|
3977
4319
|
images: [{
|
|
4320
|
+
image_sync: {
|
|
4321
|
+
chain_name: 'juno',
|
|
4322
|
+
base_denom: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh'
|
|
4323
|
+
},
|
|
3978
4324
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
3979
4325
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3980
4326
|
}]
|
|
@@ -4011,6 +4357,10 @@ const assets = {
|
|
|
4011
4357
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
4012
4358
|
},
|
|
4013
4359
|
images: [{
|
|
4360
|
+
image_sync: {
|
|
4361
|
+
chain_name: 'crescent',
|
|
4362
|
+
base_denom: 'ucre'
|
|
4363
|
+
},
|
|
4014
4364
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
4015
4365
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
4016
4366
|
}]
|
|
@@ -4047,6 +4397,10 @@ const assets = {
|
|
|
4047
4397
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
|
|
4048
4398
|
},
|
|
4049
4399
|
images: [{
|
|
4400
|
+
image_sync: {
|
|
4401
|
+
chain_name: 'lumenx',
|
|
4402
|
+
base_denom: 'ulumen'
|
|
4403
|
+
},
|
|
4050
4404
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
4051
4405
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
|
|
4052
4406
|
}],
|
|
@@ -4084,6 +4438,10 @@ const assets = {
|
|
|
4084
4438
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
4085
4439
|
},
|
|
4086
4440
|
images: [{
|
|
4441
|
+
image_sync: {
|
|
4442
|
+
chain_name: 'oraichain',
|
|
4443
|
+
base_denom: 'orai'
|
|
4444
|
+
},
|
|
4087
4445
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
4088
4446
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
4089
4447
|
}]
|
|
@@ -4120,6 +4478,10 @@ const assets = {
|
|
|
4120
4478
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
4121
4479
|
},
|
|
4122
4480
|
images: [{
|
|
4481
|
+
image_sync: {
|
|
4482
|
+
chain_name: 'cudos',
|
|
4483
|
+
base_denom: 'acudos'
|
|
4484
|
+
},
|
|
4123
4485
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
4124
4486
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
4125
4487
|
}]
|
|
@@ -4156,6 +4518,10 @@ const assets = {
|
|
|
4156
4518
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
|
|
4157
4519
|
},
|
|
4158
4520
|
images: [{
|
|
4521
|
+
image_sync: {
|
|
4522
|
+
chain_name: 'kava',
|
|
4523
|
+
base_denom: 'usdx'
|
|
4524
|
+
},
|
|
4159
4525
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png',
|
|
4160
4526
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg'
|
|
4161
4527
|
}]
|
|
@@ -4192,6 +4558,10 @@ const assets = {
|
|
|
4192
4558
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
4193
4559
|
},
|
|
4194
4560
|
images: [{
|
|
4561
|
+
image_sync: {
|
|
4562
|
+
chain_name: 'agoric',
|
|
4563
|
+
base_denom: 'ubld'
|
|
4564
|
+
},
|
|
4195
4565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
4196
4566
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
4197
4567
|
}]
|
|
@@ -4228,6 +4598,10 @@ const assets = {
|
|
|
4228
4598
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
4229
4599
|
},
|
|
4230
4600
|
images: [{
|
|
4601
|
+
image_sync: {
|
|
4602
|
+
chain_name: 'agoric',
|
|
4603
|
+
base_denom: 'uist'
|
|
4604
|
+
},
|
|
4231
4605
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
4232
4606
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
4233
4607
|
}]
|
|
@@ -4266,6 +4640,10 @@ const assets = {
|
|
|
4266
4640
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
|
4267
4641
|
},
|
|
4268
4642
|
images: [{
|
|
4643
|
+
image_sync: {
|
|
4644
|
+
chain_name: 'juno',
|
|
4645
|
+
base_denom: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv'
|
|
4646
|
+
},
|
|
4269
4647
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
|
|
4270
4648
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
|
4271
4649
|
}]
|
|
@@ -4304,6 +4682,10 @@ const assets = {
|
|
|
4304
4682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
|
4305
4683
|
},
|
|
4306
4684
|
images: [{
|
|
4685
|
+
image_sync: {
|
|
4686
|
+
chain_name: 'juno',
|
|
4687
|
+
base_denom: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3'
|
|
4688
|
+
},
|
|
4307
4689
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
|
4308
4690
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
|
4309
4691
|
}]
|
|
@@ -4432,6 +4814,10 @@ const assets = {
|
|
|
4432
4814
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
|
|
4433
4815
|
},
|
|
4434
4816
|
images: [{
|
|
4817
|
+
image_sync: {
|
|
4818
|
+
chain_name: 'stride',
|
|
4819
|
+
base_denom: 'stustars'
|
|
4820
|
+
},
|
|
4435
4821
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
|
|
4436
4822
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
|
|
4437
4823
|
}]
|
|
@@ -4470,6 +4856,10 @@ const assets = {
|
|
|
4470
4856
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
4471
4857
|
},
|
|
4472
4858
|
images: [{
|
|
4859
|
+
image_sync: {
|
|
4860
|
+
chain_name: 'juno',
|
|
4861
|
+
base_denom: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse'
|
|
4862
|
+
},
|
|
4473
4863
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
4474
4864
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
4475
4865
|
}]
|
|
@@ -4508,6 +4898,10 @@ const assets = {
|
|
|
4508
4898
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
4509
4899
|
},
|
|
4510
4900
|
images: [{
|
|
4901
|
+
image_sync: {
|
|
4902
|
+
chain_name: 'juno',
|
|
4903
|
+
base_denom: 'cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf'
|
|
4904
|
+
},
|
|
4511
4905
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
4512
4906
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
4513
4907
|
}]
|
|
@@ -4544,6 +4938,10 @@ const assets = {
|
|
|
4544
4938
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
4545
4939
|
},
|
|
4546
4940
|
images: [{
|
|
4941
|
+
image_sync: {
|
|
4942
|
+
chain_name: 'axelar',
|
|
4943
|
+
base_denom: 'uaxl'
|
|
4944
|
+
},
|
|
4547
4945
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
4548
4946
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
4549
4947
|
}]
|
|
@@ -4580,6 +4978,10 @@ const assets = {
|
|
|
4580
4978
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
|
|
4581
4979
|
},
|
|
4582
4980
|
images: [{
|
|
4981
|
+
image_sync: {
|
|
4982
|
+
chain_name: 'rebus',
|
|
4983
|
+
base_denom: 'arebus'
|
|
4984
|
+
},
|
|
4583
4985
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
|
|
4584
4986
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
|
|
4585
4987
|
}]
|
|
@@ -4662,6 +5064,10 @@ const assets = {
|
|
|
4662
5064
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
|
|
4663
5065
|
},
|
|
4664
5066
|
images: [{
|
|
5067
|
+
image_sync: {
|
|
5068
|
+
chain_name: 'stride',
|
|
5069
|
+
base_denom: 'stujuno'
|
|
5070
|
+
},
|
|
4665
5071
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
|
|
4666
5072
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
|
|
4667
5073
|
}]
|
|
@@ -4745,6 +5151,10 @@ const assets = {
|
|
|
4745
5151
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
4746
5152
|
},
|
|
4747
5153
|
images: [{
|
|
5154
|
+
image_sync: {
|
|
5155
|
+
chain_name: 'juno',
|
|
5156
|
+
base_denom: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3'
|
|
5157
|
+
},
|
|
4748
5158
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
4749
5159
|
}]
|
|
4750
5160
|
},
|
|
@@ -4780,6 +5190,10 @@ const assets = {
|
|
|
4780
5190
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg'
|
|
4781
5191
|
},
|
|
4782
5192
|
images: [{
|
|
5193
|
+
image_sync: {
|
|
5194
|
+
chain_name: 'lambda',
|
|
5195
|
+
base_denom: 'ulamb'
|
|
5196
|
+
},
|
|
4783
5197
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png',
|
|
4784
5198
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg'
|
|
4785
5199
|
}]
|
|
@@ -4816,6 +5230,10 @@ const assets = {
|
|
|
4816
5230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
4817
5231
|
},
|
|
4818
5232
|
images: [{
|
|
5233
|
+
image_sync: {
|
|
5234
|
+
chain_name: 'kujira',
|
|
5235
|
+
base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk'
|
|
5236
|
+
},
|
|
4819
5237
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
4820
5238
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
4821
5239
|
}]
|
|
@@ -4852,8 +5270,12 @@ const assets = {
|
|
|
4852
5270
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
4853
5271
|
},
|
|
4854
5272
|
images: [{
|
|
4855
|
-
|
|
4856
|
-
|
|
5273
|
+
image_sync: {
|
|
5274
|
+
chain_name: 'unification',
|
|
5275
|
+
base_denom: 'nund'
|
|
5276
|
+
},
|
|
5277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
5278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
4857
5279
|
}]
|
|
4858
5280
|
},
|
|
4859
5281
|
{
|
|
@@ -4888,6 +5310,10 @@ const assets = {
|
|
|
4888
5310
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
|
|
4889
5311
|
},
|
|
4890
5312
|
images: [{
|
|
5313
|
+
image_sync: {
|
|
5314
|
+
chain_name: 'jackal',
|
|
5315
|
+
base_denom: 'ujkl'
|
|
5316
|
+
},
|
|
4891
5317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
|
|
4892
5318
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
|
|
4893
5319
|
}]
|
|
@@ -4926,6 +5352,10 @@ const assets = {
|
|
|
4926
5352
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
4927
5353
|
},
|
|
4928
5354
|
images: [{
|
|
5355
|
+
image_sync: {
|
|
5356
|
+
chain_name: 'secretnetwork',
|
|
5357
|
+
base_denom: 'cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej'
|
|
5358
|
+
},
|
|
4929
5359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
4930
5360
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
4931
5361
|
}]
|
|
@@ -4964,6 +5394,10 @@ const assets = {
|
|
|
4964
5394
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg'
|
|
4965
5395
|
},
|
|
4966
5396
|
images: [{
|
|
5397
|
+
image_sync: {
|
|
5398
|
+
chain_name: 'secretnetwork',
|
|
5399
|
+
base_denom: 'cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt'
|
|
5400
|
+
},
|
|
4967
5401
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png',
|
|
4968
5402
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg'
|
|
4969
5403
|
}]
|
|
@@ -5001,6 +5435,10 @@ const assets = {
|
|
|
5001
5435
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
|
|
5002
5436
|
},
|
|
5003
5437
|
images: [{
|
|
5438
|
+
image_sync: {
|
|
5439
|
+
chain_name: 'secretnetwork',
|
|
5440
|
+
base_denom: 'cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d'
|
|
5441
|
+
},
|
|
5004
5442
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
|
|
5005
5443
|
}]
|
|
5006
5444
|
},
|
|
@@ -5038,6 +5476,10 @@ const assets = {
|
|
|
5038
5476
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
5039
5477
|
},
|
|
5040
5478
|
images: [{
|
|
5479
|
+
image_sync: {
|
|
5480
|
+
chain_name: 'secretnetwork',
|
|
5481
|
+
base_denom: 'cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4'
|
|
5482
|
+
},
|
|
5041
5483
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
5042
5484
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
5043
5485
|
}]
|
|
@@ -5076,6 +5518,10 @@ const assets = {
|
|
|
5076
5518
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
|
|
5077
5519
|
},
|
|
5078
5520
|
images: [{
|
|
5521
|
+
image_sync: {
|
|
5522
|
+
chain_name: 'secretnetwork',
|
|
5523
|
+
base_denom: 'cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4'
|
|
5524
|
+
},
|
|
5079
5525
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
|
|
5080
5526
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
|
|
5081
5527
|
}]
|
|
@@ -5112,6 +5558,10 @@ const assets = {
|
|
|
5112
5558
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
5113
5559
|
},
|
|
5114
5560
|
images: [{
|
|
5561
|
+
image_sync: {
|
|
5562
|
+
chain_name: 'beezee',
|
|
5563
|
+
base_denom: 'ubze'
|
|
5564
|
+
},
|
|
5115
5565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
5116
5566
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
5117
5567
|
}]
|
|
@@ -5149,6 +5599,10 @@ const assets = {
|
|
|
5149
5599
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
|
|
5150
5600
|
},
|
|
5151
5601
|
images: [{
|
|
5602
|
+
image_sync: {
|
|
5603
|
+
chain_name: 'juno',
|
|
5604
|
+
base_denom: 'cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz'
|
|
5605
|
+
},
|
|
5152
5606
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
|
|
5153
5607
|
}]
|
|
5154
5608
|
},
|
|
@@ -5184,6 +5638,10 @@ const assets = {
|
|
|
5184
5638
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
5185
5639
|
},
|
|
5186
5640
|
images: [{
|
|
5641
|
+
image_sync: {
|
|
5642
|
+
chain_name: 'acrechain',
|
|
5643
|
+
base_denom: 'aacre'
|
|
5644
|
+
},
|
|
5187
5645
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
5188
5646
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
5189
5647
|
}]
|
|
@@ -5220,6 +5678,10 @@ const assets = {
|
|
|
5220
5678
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
|
|
5221
5679
|
},
|
|
5222
5680
|
images: [{
|
|
5681
|
+
image_sync: {
|
|
5682
|
+
chain_name: 'comdex',
|
|
5683
|
+
base_denom: 'ucmst'
|
|
5684
|
+
},
|
|
5223
5685
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
|
|
5224
5686
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
|
|
5225
5687
|
}]
|
|
@@ -5256,6 +5718,10 @@ const assets = {
|
|
|
5256
5718
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg'
|
|
5257
5719
|
},
|
|
5258
5720
|
images: [{
|
|
5721
|
+
image_sync: {
|
|
5722
|
+
chain_name: 'imversed',
|
|
5723
|
+
base_denom: 'aimv'
|
|
5724
|
+
},
|
|
5259
5725
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png',
|
|
5260
5726
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg'
|
|
5261
5727
|
}]
|
|
@@ -5292,6 +5758,10 @@ const assets = {
|
|
|
5292
5758
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
5293
5759
|
},
|
|
5294
5760
|
images: [{
|
|
5761
|
+
image_sync: {
|
|
5762
|
+
chain_name: 'medasdigital',
|
|
5763
|
+
base_denom: 'umedas'
|
|
5764
|
+
},
|
|
5295
5765
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png',
|
|
5296
5766
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
5297
5767
|
}],
|
|
@@ -5332,6 +5802,10 @@ const assets = {
|
|
|
5332
5802
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
5333
5803
|
},
|
|
5334
5804
|
images: [{
|
|
5805
|
+
image_sync: {
|
|
5806
|
+
chain_name: 'juno',
|
|
5807
|
+
base_denom: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l'
|
|
5808
|
+
},
|
|
5335
5809
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
5336
5810
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
5337
5811
|
}],
|
|
@@ -5374,6 +5848,10 @@ const assets = {
|
|
|
5374
5848
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5375
5849
|
},
|
|
5376
5850
|
images: [{
|
|
5851
|
+
image_sync: {
|
|
5852
|
+
chain_name: 'secretnetwork',
|
|
5853
|
+
base_denom: 'cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852'
|
|
5854
|
+
},
|
|
5377
5855
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png',
|
|
5378
5856
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5379
5857
|
}]
|
|
@@ -5410,6 +5888,10 @@ const assets = {
|
|
|
5410
5888
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
5411
5889
|
},
|
|
5412
5890
|
images: [{
|
|
5891
|
+
image_sync: {
|
|
5892
|
+
chain_name: 'onomy',
|
|
5893
|
+
base_denom: 'anom'
|
|
5894
|
+
},
|
|
5413
5895
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
5414
5896
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
5415
5897
|
}],
|
|
@@ -5497,6 +5979,10 @@ const assets = {
|
|
|
5497
5979
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
5498
5980
|
},
|
|
5499
5981
|
images: [{
|
|
5982
|
+
image_sync: {
|
|
5983
|
+
chain_name: 'dyson',
|
|
5984
|
+
base_denom: 'dys'
|
|
5985
|
+
},
|
|
5500
5986
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
5501
5987
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
5502
5988
|
}]
|
|
@@ -5535,6 +6021,10 @@ const assets = {
|
|
|
5535
6021
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg'
|
|
5536
6022
|
},
|
|
5537
6023
|
images: [{
|
|
6024
|
+
image_sync: {
|
|
6025
|
+
chain_name: 'juno',
|
|
6026
|
+
base_denom: 'cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n'
|
|
6027
|
+
},
|
|
5538
6028
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png',
|
|
5539
6029
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg'
|
|
5540
6030
|
}]
|
|
@@ -5571,6 +6061,10 @@ const assets = {
|
|
|
5571
6061
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
5572
6062
|
},
|
|
5573
6063
|
images: [{
|
|
6064
|
+
image_sync: {
|
|
6065
|
+
chain_name: 'acrechain',
|
|
6066
|
+
base_denom: 'erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c'
|
|
6067
|
+
},
|
|
5574
6068
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
5575
6069
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
5576
6070
|
}]
|
|
@@ -5607,6 +6101,10 @@ const assets = {
|
|
|
5607
6101
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
5608
6102
|
},
|
|
5609
6103
|
images: [{
|
|
6104
|
+
image_sync: {
|
|
6105
|
+
chain_name: 'planq',
|
|
6106
|
+
base_denom: 'aplanq'
|
|
6107
|
+
},
|
|
5610
6108
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
5611
6109
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
5612
6110
|
}]
|
|
@@ -5664,6 +6162,10 @@ const assets = {
|
|
|
5664
6162
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg'
|
|
5665
6163
|
},
|
|
5666
6164
|
images: [{
|
|
6165
|
+
image_sync: {
|
|
6166
|
+
chain_name: 'axelar',
|
|
6167
|
+
base_denom: 'wftm-wei'
|
|
6168
|
+
},
|
|
5667
6169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png',
|
|
5668
6170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg'
|
|
5669
6171
|
}]
|
|
@@ -5700,6 +6202,10 @@ const assets = {
|
|
|
5700
6202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
5701
6203
|
},
|
|
5702
6204
|
images: [{
|
|
6205
|
+
image_sync: {
|
|
6206
|
+
chain_name: 'canto',
|
|
6207
|
+
base_denom: 'acanto'
|
|
6208
|
+
},
|
|
5703
6209
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
5704
6210
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
5705
6211
|
}]
|
|
@@ -5744,6 +6250,10 @@ const assets = {
|
|
|
5744
6250
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg'
|
|
5745
6251
|
},
|
|
5746
6252
|
images: [{
|
|
6253
|
+
image_sync: {
|
|
6254
|
+
chain_name: 'quicksilver',
|
|
6255
|
+
base_denom: 'uqstars'
|
|
6256
|
+
},
|
|
5747
6257
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png',
|
|
5748
6258
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg'
|
|
5749
6259
|
}]
|
|
@@ -5782,6 +6292,10 @@ const assets = {
|
|
|
5782
6292
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg'
|
|
5783
6293
|
},
|
|
5784
6294
|
images: [{
|
|
6295
|
+
image_sync: {
|
|
6296
|
+
chain_name: 'juno',
|
|
6297
|
+
base_denom: 'cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9'
|
|
6298
|
+
},
|
|
5785
6299
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png',
|
|
5786
6300
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg'
|
|
5787
6301
|
}]
|
|
@@ -5942,6 +6456,10 @@ const assets = {
|
|
|
5942
6456
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
5943
6457
|
},
|
|
5944
6458
|
images: [{
|
|
6459
|
+
image_sync: {
|
|
6460
|
+
chain_name: 'mars',
|
|
6461
|
+
base_denom: 'umars'
|
|
6462
|
+
},
|
|
5945
6463
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
5946
6464
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
5947
6465
|
}]
|
|
@@ -5978,6 +6496,10 @@ const assets = {
|
|
|
5978
6496
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg'
|
|
5979
6497
|
},
|
|
5980
6498
|
images: [{
|
|
6499
|
+
image_sync: {
|
|
6500
|
+
chain_name: 'acrechain',
|
|
6501
|
+
base_denom: 'erc20/0xAE6D3334989a22A65228732446731438672418F2'
|
|
6502
|
+
},
|
|
5981
6503
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png',
|
|
5982
6504
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg'
|
|
5983
6505
|
}]
|
|
@@ -6020,6 +6542,10 @@ const assets = {
|
|
|
6020
6542
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
6021
6543
|
},
|
|
6022
6544
|
images: [{
|
|
6545
|
+
image_sync: {
|
|
6546
|
+
chain_name: 'stride',
|
|
6547
|
+
base_denom: 'stuluna'
|
|
6548
|
+
},
|
|
6023
6549
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
6024
6550
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
6025
6551
|
}]
|
|
@@ -6062,6 +6588,10 @@ const assets = {
|
|
|
6062
6588
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
6063
6589
|
},
|
|
6064
6590
|
images: [{
|
|
6591
|
+
image_sync: {
|
|
6592
|
+
chain_name: 'stride',
|
|
6593
|
+
base_denom: 'staevmos'
|
|
6594
|
+
},
|
|
6065
6595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
6066
6596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
6067
6597
|
}]
|
|
@@ -6100,6 +6630,10 @@ const assets = {
|
|
|
6100
6630
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
|
|
6101
6631
|
},
|
|
6102
6632
|
images: [{
|
|
6633
|
+
image_sync: {
|
|
6634
|
+
chain_name: 'juno',
|
|
6635
|
+
base_denom: 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
|
|
6636
|
+
},
|
|
6103
6637
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
|
|
6104
6638
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
|
|
6105
6639
|
}]
|
|
@@ -6136,6 +6670,10 @@ const assets = {
|
|
|
6136
6670
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
6137
6671
|
},
|
|
6138
6672
|
images: [{
|
|
6673
|
+
image_sync: {
|
|
6674
|
+
chain_name: '8ball',
|
|
6675
|
+
base_denom: 'uebl'
|
|
6676
|
+
},
|
|
6139
6677
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
6140
6678
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
6141
6679
|
}]
|
|
@@ -6180,6 +6718,10 @@ const assets = {
|
|
|
6180
6718
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg'
|
|
6181
6719
|
},
|
|
6182
6720
|
images: [{
|
|
6721
|
+
image_sync: {
|
|
6722
|
+
chain_name: 'quicksilver',
|
|
6723
|
+
base_denom: 'uqatom'
|
|
6724
|
+
},
|
|
6183
6725
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png',
|
|
6184
6726
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg'
|
|
6185
6727
|
}]
|
|
@@ -6216,6 +6758,10 @@ const assets = {
|
|
|
6216
6758
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
6217
6759
|
},
|
|
6218
6760
|
images: [{
|
|
6761
|
+
image_sync: {
|
|
6762
|
+
chain_name: 'comdex',
|
|
6763
|
+
base_denom: 'uharbor'
|
|
6764
|
+
},
|
|
6219
6765
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
6220
6766
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
6221
6767
|
}]
|
|
@@ -6260,6 +6806,10 @@ const assets = {
|
|
|
6260
6806
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg'
|
|
6261
6807
|
},
|
|
6262
6808
|
images: [{
|
|
6809
|
+
image_sync: {
|
|
6810
|
+
chain_name: 'quicksilver',
|
|
6811
|
+
base_denom: 'uqregen'
|
|
6812
|
+
},
|
|
6263
6813
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png',
|
|
6264
6814
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg'
|
|
6265
6815
|
}]
|
|
@@ -6297,6 +6847,10 @@ const assets = {
|
|
|
6297
6847
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
|
|
6298
6848
|
},
|
|
6299
6849
|
images: [{
|
|
6850
|
+
image_sync: {
|
|
6851
|
+
chain_name: 'juno',
|
|
6852
|
+
base_denom: 'cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x'
|
|
6853
|
+
},
|
|
6300
6854
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
|
|
6301
6855
|
}]
|
|
6302
6856
|
},
|
|
@@ -6332,6 +6886,10 @@ const assets = {
|
|
|
6332
6886
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
6333
6887
|
},
|
|
6334
6888
|
images: [{
|
|
6889
|
+
image_sync: {
|
|
6890
|
+
chain_name: 'quicksilver',
|
|
6891
|
+
base_denom: 'uqck'
|
|
6892
|
+
},
|
|
6335
6893
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
6336
6894
|
}]
|
|
6337
6895
|
},
|
|
@@ -6367,6 +6925,10 @@ const assets = {
|
|
|
6367
6925
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
6368
6926
|
},
|
|
6369
6927
|
images: [{
|
|
6928
|
+
image_sync: {
|
|
6929
|
+
chain_name: 'arkh',
|
|
6930
|
+
base_denom: 'arkh'
|
|
6931
|
+
},
|
|
6370
6932
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
|
|
6371
6933
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
6372
6934
|
}],
|
|
@@ -6412,6 +6974,10 @@ const assets = {
|
|
|
6412
6974
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg'
|
|
6413
6975
|
},
|
|
6414
6976
|
images: [{
|
|
6977
|
+
image_sync: {
|
|
6978
|
+
chain_name: 'quicksilver',
|
|
6979
|
+
base_denom: 'uqosmo'
|
|
6980
|
+
},
|
|
6415
6981
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png',
|
|
6416
6982
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg'
|
|
6417
6983
|
}]
|
|
@@ -6448,6 +7014,10 @@ const assets = {
|
|
|
6448
7014
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
6449
7015
|
},
|
|
6450
7016
|
images: [{
|
|
7017
|
+
image_sync: {
|
|
7018
|
+
chain_name: 'noble',
|
|
7019
|
+
base_denom: 'ufrienzies'
|
|
7020
|
+
},
|
|
6451
7021
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
6452
7022
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
6453
7023
|
}]
|
|
@@ -6484,6 +7054,10 @@ const assets = {
|
|
|
6484
7054
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
6485
7055
|
},
|
|
6486
7056
|
images: [{
|
|
7057
|
+
image_sync: {
|
|
7058
|
+
chain_name: 'migaloo',
|
|
7059
|
+
base_denom: 'uwhale'
|
|
7060
|
+
},
|
|
6487
7061
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
6488
7062
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
6489
7063
|
}]
|
|
@@ -6521,6 +7095,10 @@ const assets = {
|
|
|
6521
7095
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png'
|
|
6522
7096
|
},
|
|
6523
7097
|
images: [{
|
|
7098
|
+
image_sync: {
|
|
7099
|
+
chain_name: 'juno',
|
|
7100
|
+
base_denom: 'cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma'
|
|
7101
|
+
},
|
|
6524
7102
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png'
|
|
6525
7103
|
}]
|
|
6526
7104
|
},
|
|
@@ -6558,6 +7136,10 @@ const assets = {
|
|
|
6558
7136
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg'
|
|
6559
7137
|
},
|
|
6560
7138
|
images: [{
|
|
7139
|
+
image_sync: {
|
|
7140
|
+
chain_name: 'juno',
|
|
7141
|
+
base_denom: 'cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my'
|
|
7142
|
+
},
|
|
6561
7143
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png',
|
|
6562
7144
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg'
|
|
6563
7145
|
}]
|
|
@@ -6595,6 +7177,10 @@ const assets = {
|
|
|
6595
7177
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png'
|
|
6596
7178
|
},
|
|
6597
7179
|
images: [{
|
|
7180
|
+
image_sync: {
|
|
7181
|
+
chain_name: 'juno',
|
|
7182
|
+
base_denom: 'cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z'
|
|
7183
|
+
},
|
|
6598
7184
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png'
|
|
6599
7185
|
}]
|
|
6600
7186
|
},
|
|
@@ -6632,6 +7218,10 @@ const assets = {
|
|
|
6632
7218
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg'
|
|
6633
7219
|
},
|
|
6634
7220
|
images: [{
|
|
7221
|
+
image_sync: {
|
|
7222
|
+
chain_name: 'juno',
|
|
7223
|
+
base_denom: 'cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp'
|
|
7224
|
+
},
|
|
6635
7225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png',
|
|
6636
7226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg'
|
|
6637
7227
|
}]
|
|
@@ -6668,6 +7258,10 @@ const assets = {
|
|
|
6668
7258
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
6669
7259
|
},
|
|
6670
7260
|
images: [{
|
|
7261
|
+
image_sync: {
|
|
7262
|
+
chain_name: 'regen',
|
|
7263
|
+
base_denom: 'eco.uC.NCT'
|
|
7264
|
+
},
|
|
6671
7265
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
|
|
6672
7266
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
|
|
6673
7267
|
}]
|
|
@@ -6705,6 +7299,10 @@ const assets = {
|
|
|
6705
7299
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png'
|
|
6706
7300
|
},
|
|
6707
7301
|
images: [{
|
|
7302
|
+
image_sync: {
|
|
7303
|
+
chain_name: 'juno',
|
|
7304
|
+
base_denom: 'cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg'
|
|
7305
|
+
},
|
|
6708
7306
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png'
|
|
6709
7307
|
}]
|
|
6710
7308
|
},
|
|
@@ -6741,6 +7339,10 @@ const assets = {
|
|
|
6741
7339
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png'
|
|
6742
7340
|
},
|
|
6743
7341
|
images: [{
|
|
7342
|
+
image_sync: {
|
|
7343
|
+
chain_name: 'juno',
|
|
7344
|
+
base_denom: 'cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je'
|
|
7345
|
+
},
|
|
6744
7346
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png'
|
|
6745
7347
|
}]
|
|
6746
7348
|
},
|
|
@@ -6777,6 +7379,10 @@ const assets = {
|
|
|
6777
7379
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png'
|
|
6778
7380
|
},
|
|
6779
7381
|
images: [{
|
|
7382
|
+
image_sync: {
|
|
7383
|
+
chain_name: 'juno',
|
|
7384
|
+
base_denom: 'cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06'
|
|
7385
|
+
},
|
|
6780
7386
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png'
|
|
6781
7387
|
}]
|
|
6782
7388
|
},
|
|
@@ -6813,6 +7419,10 @@ const assets = {
|
|
|
6813
7419
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png'
|
|
6814
7420
|
},
|
|
6815
7421
|
images: [{
|
|
7422
|
+
image_sync: {
|
|
7423
|
+
chain_name: 'juno',
|
|
7424
|
+
base_denom: 'cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8'
|
|
7425
|
+
},
|
|
6816
7426
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png'
|
|
6817
7427
|
}]
|
|
6818
7428
|
},
|
|
@@ -6849,6 +7459,10 @@ const assets = {
|
|
|
6849
7459
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
|
|
6850
7460
|
},
|
|
6851
7461
|
images: [{
|
|
7462
|
+
image_sync: {
|
|
7463
|
+
chain_name: 'juno',
|
|
7464
|
+
base_denom: 'cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d'
|
|
7465
|
+
},
|
|
6852
7466
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
|
|
6853
7467
|
}]
|
|
6854
7468
|
},
|
|
@@ -6885,6 +7499,10 @@ const assets = {
|
|
|
6885
7499
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
6886
7500
|
},
|
|
6887
7501
|
images: [{
|
|
7502
|
+
image_sync: {
|
|
7503
|
+
chain_name: 'juno',
|
|
7504
|
+
base_denom: 'cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488'
|
|
7505
|
+
},
|
|
6888
7506
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
6889
7507
|
}]
|
|
6890
7508
|
},
|
|
@@ -6921,6 +7539,10 @@ const assets = {
|
|
|
6921
7539
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png'
|
|
6922
7540
|
},
|
|
6923
7541
|
images: [{
|
|
7542
|
+
image_sync: {
|
|
7543
|
+
chain_name: 'juno',
|
|
7544
|
+
base_denom: 'cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm'
|
|
7545
|
+
},
|
|
6924
7546
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png'
|
|
6925
7547
|
}]
|
|
6926
7548
|
},
|
|
@@ -6956,6 +7578,10 @@ const assets = {
|
|
|
6956
7578
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
6957
7579
|
},
|
|
6958
7580
|
images: [{
|
|
7581
|
+
image_sync: {
|
|
7582
|
+
chain_name: 'omniflixhub',
|
|
7583
|
+
base_denom: 'uflix'
|
|
7584
|
+
},
|
|
6959
7585
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
6960
7586
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
6961
7587
|
}]
|
|
@@ -6993,6 +7619,10 @@ const assets = {
|
|
|
6993
7619
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
|
|
6994
7620
|
},
|
|
6995
7621
|
images: [{
|
|
7622
|
+
image_sync: {
|
|
7623
|
+
chain_name: 'juno',
|
|
7624
|
+
base_denom: 'cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg'
|
|
7625
|
+
},
|
|
6996
7626
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
|
|
6997
7627
|
}]
|
|
6998
7628
|
},
|
|
@@ -7029,6 +7659,10 @@ const assets = {
|
|
|
7029
7659
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
|
|
7030
7660
|
},
|
|
7031
7661
|
images: [{
|
|
7662
|
+
image_sync: {
|
|
7663
|
+
chain_name: 'juno',
|
|
7664
|
+
base_denom: 'cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l'
|
|
7665
|
+
},
|
|
7032
7666
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
|
|
7033
7667
|
}]
|
|
7034
7668
|
},
|
|
@@ -7066,6 +7700,10 @@ const assets = {
|
|
|
7066
7700
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
7067
7701
|
},
|
|
7068
7702
|
images: [{
|
|
7703
|
+
image_sync: {
|
|
7704
|
+
chain_name: 'secretnetwork',
|
|
7705
|
+
base_denom: 'cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd'
|
|
7706
|
+
},
|
|
7069
7707
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
7070
7708
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
7071
7709
|
}]
|
|
@@ -7103,6 +7741,10 @@ const assets = {
|
|
|
7103
7741
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
|
|
7104
7742
|
},
|
|
7105
7743
|
images: [{
|
|
7744
|
+
image_sync: {
|
|
7745
|
+
chain_name: 'juno',
|
|
7746
|
+
base_denom: 'cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d'
|
|
7747
|
+
},
|
|
7106
7748
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
|
|
7107
7749
|
}]
|
|
7108
7750
|
},
|
|
@@ -7139,6 +7781,10 @@ const assets = {
|
|
|
7139
7781
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png'
|
|
7140
7782
|
},
|
|
7141
7783
|
images: [{
|
|
7784
|
+
image_sync: {
|
|
7785
|
+
chain_name: 'juno',
|
|
7786
|
+
base_denom: 'cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq'
|
|
7787
|
+
},
|
|
7142
7788
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png'
|
|
7143
7789
|
}]
|
|
7144
7790
|
},
|
|
@@ -7229,6 +7875,10 @@ const assets = {
|
|
|
7229
7875
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
|
|
7230
7876
|
},
|
|
7231
7877
|
images: [{
|
|
7878
|
+
image_sync: {
|
|
7879
|
+
chain_name: 'juno',
|
|
7880
|
+
base_denom: 'cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8'
|
|
7881
|
+
},
|
|
7232
7882
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
|
|
7233
7883
|
}]
|
|
7234
7884
|
},
|
|
@@ -7266,6 +7916,10 @@ const assets = {
|
|
|
7266
7916
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg'
|
|
7267
7917
|
},
|
|
7268
7918
|
images: [{
|
|
7919
|
+
image_sync: {
|
|
7920
|
+
chain_name: 'secretnetwork',
|
|
7921
|
+
base_denom: 'cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm'
|
|
7922
|
+
},
|
|
7269
7923
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png',
|
|
7270
7924
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg'
|
|
7271
7925
|
}]
|
|
@@ -7303,6 +7957,10 @@ const assets = {
|
|
|
7303
7957
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg'
|
|
7304
7958
|
},
|
|
7305
7959
|
images: [{
|
|
7960
|
+
image_sync: {
|
|
7961
|
+
chain_name: 'bluzelle',
|
|
7962
|
+
base_denom: 'ubnt'
|
|
7963
|
+
},
|
|
7306
7964
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
|
|
7307
7965
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg'
|
|
7308
7966
|
}],
|
|
@@ -7347,6 +8005,10 @@ const assets = {
|
|
|
7347
8005
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
|
|
7348
8006
|
},
|
|
7349
8007
|
images: [{
|
|
8008
|
+
image_sync: {
|
|
8009
|
+
chain_name: 'axelar',
|
|
8010
|
+
base_denom: 'arb-wei'
|
|
8011
|
+
},
|
|
7350
8012
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
|
|
7351
8013
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
|
|
7352
8014
|
}]
|
|
@@ -7384,6 +8046,10 @@ const assets = {
|
|
|
7384
8046
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
|
|
7385
8047
|
},
|
|
7386
8048
|
images: [{
|
|
8049
|
+
image_sync: {
|
|
8050
|
+
chain_name: 'juno',
|
|
8051
|
+
base_denom: 'cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux'
|
|
8052
|
+
},
|
|
7387
8053
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
|
|
7388
8054
|
}]
|
|
7389
8055
|
},
|
|
@@ -7420,6 +8086,10 @@ const assets = {
|
|
|
7420
8086
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
|
|
7421
8087
|
},
|
|
7422
8088
|
images: [{
|
|
8089
|
+
image_sync: {
|
|
8090
|
+
chain_name: 'juno',
|
|
8091
|
+
base_denom: 'cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k'
|
|
8092
|
+
},
|
|
7423
8093
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
|
|
7424
8094
|
}]
|
|
7425
8095
|
},
|
|
@@ -7461,6 +8131,10 @@ const assets = {
|
|
|
7461
8131
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
7462
8132
|
},
|
|
7463
8133
|
images: [{
|
|
8134
|
+
image_sync: {
|
|
8135
|
+
chain_name: 'axelar',
|
|
8136
|
+
base_denom: 'pepe-wei'
|
|
8137
|
+
},
|
|
7464
8138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
7465
8139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
7466
8140
|
}]
|
|
@@ -7536,6 +8210,10 @@ const assets = {
|
|
|
7536
8210
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png'
|
|
7537
8211
|
},
|
|
7538
8212
|
images: [{
|
|
8213
|
+
image_sync: {
|
|
8214
|
+
chain_name: 'axelar',
|
|
8215
|
+
base_denom: 'cbeth-wei'
|
|
8216
|
+
},
|
|
7539
8217
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png'
|
|
7540
8218
|
}]
|
|
7541
8219
|
},
|
|
@@ -7588,6 +8266,10 @@ const assets = {
|
|
|
7588
8266
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png'
|
|
7589
8267
|
},
|
|
7590
8268
|
images: [{
|
|
8269
|
+
image_sync: {
|
|
8270
|
+
chain_name: 'axelar',
|
|
8271
|
+
base_denom: 'reth-wei'
|
|
8272
|
+
},
|
|
7591
8273
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png'
|
|
7592
8274
|
}]
|
|
7593
8275
|
},
|
|
@@ -7648,6 +8330,10 @@ const assets = {
|
|
|
7648
8330
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
|
|
7649
8331
|
},
|
|
7650
8332
|
images: [{
|
|
8333
|
+
image_sync: {
|
|
8334
|
+
chain_name: 'axelar',
|
|
8335
|
+
base_denom: 'sfrxeth-wei'
|
|
8336
|
+
},
|
|
7651
8337
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
|
|
7652
8338
|
}]
|
|
7653
8339
|
},
|
|
@@ -7748,6 +8434,10 @@ const assets = {
|
|
|
7748
8434
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg'
|
|
7749
8435
|
},
|
|
7750
8436
|
images: [{
|
|
8437
|
+
image_sync: {
|
|
8438
|
+
chain_name: 'gitopia',
|
|
8439
|
+
base_denom: 'ulore'
|
|
8440
|
+
},
|
|
7751
8441
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png',
|
|
7752
8442
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg'
|
|
7753
8443
|
}, {
|
|
@@ -7787,6 +8477,10 @@ const assets = {
|
|
|
7787
8477
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png'
|
|
7788
8478
|
},
|
|
7789
8479
|
images: [{
|
|
8480
|
+
image_sync: {
|
|
8481
|
+
chain_name: 'terra2',
|
|
8482
|
+
base_denom: 'cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv'
|
|
8483
|
+
},
|
|
7790
8484
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png'
|
|
7791
8485
|
}]
|
|
7792
8486
|
},
|
|
@@ -7828,6 +8522,10 @@ const assets = {
|
|
|
7828
8522
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
7829
8523
|
},
|
|
7830
8524
|
images: [{
|
|
8525
|
+
image_sync: {
|
|
8526
|
+
chain_name: 'stride',
|
|
8527
|
+
base_denom: 'stuumee'
|
|
8528
|
+
},
|
|
7831
8529
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
7832
8530
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
7833
8531
|
}]
|
|
@@ -7928,6 +8626,10 @@ const assets = {
|
|
|
7928
8626
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png'
|
|
7929
8627
|
},
|
|
7930
8628
|
images: [{
|
|
8629
|
+
image_sync: {
|
|
8630
|
+
chain_name: 'terra2',
|
|
8631
|
+
base_denom: 'cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t'
|
|
8632
|
+
},
|
|
7931
8633
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png'
|
|
7932
8634
|
}]
|
|
7933
8635
|
},
|
|
@@ -7964,6 +8666,10 @@ const assets = {
|
|
|
7964
8666
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png'
|
|
7965
8667
|
},
|
|
7966
8668
|
images: [{
|
|
8669
|
+
image_sync: {
|
|
8670
|
+
chain_name: 'terra2',
|
|
8671
|
+
base_denom: 'cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584'
|
|
8672
|
+
},
|
|
7967
8673
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png'
|
|
7968
8674
|
}]
|
|
7969
8675
|
},
|
|
@@ -7999,6 +8705,10 @@ const assets = {
|
|
|
7999
8705
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
8000
8706
|
},
|
|
8001
8707
|
images: [{
|
|
8708
|
+
image_sync: {
|
|
8709
|
+
chain_name: 'neutron',
|
|
8710
|
+
base_denom: 'untrn'
|
|
8711
|
+
},
|
|
8002
8712
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
8003
8713
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
8004
8714
|
}]
|
|
@@ -8036,6 +8746,10 @@ const assets = {
|
|
|
8036
8746
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png'
|
|
8037
8747
|
},
|
|
8038
8748
|
images: [{
|
|
8749
|
+
image_sync: {
|
|
8750
|
+
chain_name: 'juno',
|
|
8751
|
+
base_denom: 'cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss'
|
|
8752
|
+
},
|
|
8039
8753
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png'
|
|
8040
8754
|
}]
|
|
8041
8755
|
},
|
|
@@ -8137,6 +8851,10 @@ const assets = {
|
|
|
8137
8851
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg'
|
|
8138
8852
|
},
|
|
8139
8853
|
images: [{
|
|
8854
|
+
image_sync: {
|
|
8855
|
+
chain_name: 'composable',
|
|
8856
|
+
base_denom: 'ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9'
|
|
8857
|
+
},
|
|
8140
8858
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg'
|
|
8141
8859
|
}]
|
|
8142
8860
|
},
|
|
@@ -8202,10 +8920,16 @@ const assets = {
|
|
|
8202
8920
|
}
|
|
8203
8921
|
],
|
|
8204
8922
|
logo_URIs: {
|
|
8923
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
8205
8924
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
8206
8925
|
},
|
|
8207
8926
|
images: [{
|
|
8208
|
-
|
|
8927
|
+
image_sync: {
|
|
8928
|
+
chain_name: 'composable',
|
|
8929
|
+
base_denom: 'ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366'
|
|
8930
|
+
},
|
|
8931
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg',
|
|
8932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
8209
8933
|
}]
|
|
8210
8934
|
},
|
|
8211
8935
|
{
|
|
@@ -8286,6 +9010,10 @@ const assets = {
|
|
|
8286
9010
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
8287
9011
|
},
|
|
8288
9012
|
images: [{
|
|
9013
|
+
image_sync: {
|
|
9014
|
+
chain_name: 'archway',
|
|
9015
|
+
base_denom: 'aarch'
|
|
9016
|
+
},
|
|
8289
9017
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
8290
9018
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
8291
9019
|
}]
|
|
@@ -8321,6 +9049,10 @@ const assets = {
|
|
|
8321
9049
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
8322
9050
|
},
|
|
8323
9051
|
images: [{
|
|
9052
|
+
image_sync: {
|
|
9053
|
+
chain_name: 'empowerchain',
|
|
9054
|
+
base_denom: 'umpwr'
|
|
9055
|
+
},
|
|
8324
9056
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
8325
9057
|
}]
|
|
8326
9058
|
},
|
|
@@ -8357,6 +9089,10 @@ const assets = {
|
|
|
8357
9089
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png'
|
|
8358
9090
|
},
|
|
8359
9091
|
images: [{
|
|
9092
|
+
image_sync: {
|
|
9093
|
+
chain_name: 'juno',
|
|
9094
|
+
base_denom: 'cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw'
|
|
9095
|
+
},
|
|
8360
9096
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png'
|
|
8361
9097
|
}]
|
|
8362
9098
|
},
|
|
@@ -8392,6 +9128,10 @@ const assets = {
|
|
|
8392
9128
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
8393
9129
|
},
|
|
8394
9130
|
images: [{
|
|
9131
|
+
image_sync: {
|
|
9132
|
+
chain_name: 'kyve',
|
|
9133
|
+
base_denom: 'ukyve'
|
|
9134
|
+
},
|
|
8395
9135
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
8396
9136
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
8397
9137
|
}]
|
|
@@ -8510,6 +9250,10 @@ const assets = {
|
|
|
8510
9250
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
8511
9251
|
},
|
|
8512
9252
|
images: [{
|
|
9253
|
+
image_sync: {
|
|
9254
|
+
chain_name: 'sei',
|
|
9255
|
+
base_denom: 'usei'
|
|
9256
|
+
},
|
|
8513
9257
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
8514
9258
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
8515
9259
|
}]
|
|
@@ -8554,6 +9298,10 @@ const assets = {
|
|
|
8554
9298
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg'
|
|
8555
9299
|
},
|
|
8556
9300
|
images: [{
|
|
9301
|
+
image_sync: {
|
|
9302
|
+
chain_name: 'quicksilver',
|
|
9303
|
+
base_denom: 'uqsomm'
|
|
9304
|
+
},
|
|
8557
9305
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png',
|
|
8558
9306
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg'
|
|
8559
9307
|
}]
|
|
@@ -8589,6 +9337,10 @@ const assets = {
|
|
|
8589
9337
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
8590
9338
|
},
|
|
8591
9339
|
images: [{
|
|
9340
|
+
image_sync: {
|
|
9341
|
+
chain_name: 'passage',
|
|
9342
|
+
base_denom: 'upasg'
|
|
9343
|
+
},
|
|
8592
9344
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
8593
9345
|
}]
|
|
8594
9346
|
},
|
|
@@ -8630,6 +9382,10 @@ const assets = {
|
|
|
8630
9382
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
|
|
8631
9383
|
},
|
|
8632
9384
|
images: [{
|
|
9385
|
+
image_sync: {
|
|
9386
|
+
chain_name: 'stride',
|
|
9387
|
+
base_denom: 'stusomm'
|
|
9388
|
+
},
|
|
8633
9389
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png',
|
|
8634
9390
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg'
|
|
8635
9391
|
}]
|
|
@@ -8684,6 +9440,10 @@ const assets = {
|
|
|
8684
9440
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
8685
9441
|
},
|
|
8686
9442
|
images: [{
|
|
9443
|
+
image_sync: {
|
|
9444
|
+
chain_name: 'gateway',
|
|
9445
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
9446
|
+
},
|
|
8687
9447
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
8688
9448
|
}]
|
|
8689
9449
|
},
|
|
@@ -8726,6 +9486,10 @@ const assets = {
|
|
|
8726
9486
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png'
|
|
8727
9487
|
},
|
|
8728
9488
|
images: [{
|
|
9489
|
+
image_sync: {
|
|
9490
|
+
chain_name: 'gateway',
|
|
9491
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR'
|
|
9492
|
+
},
|
|
8729
9493
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png'
|
|
8730
9494
|
}]
|
|
8731
9495
|
},
|
|
@@ -8827,6 +9591,10 @@ const assets = {
|
|
|
8827
9591
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg'
|
|
8828
9592
|
},
|
|
8829
9593
|
images: [{
|
|
9594
|
+
image_sync: {
|
|
9595
|
+
chain_name: 'gateway',
|
|
9596
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh'
|
|
9597
|
+
},
|
|
8830
9598
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg'
|
|
8831
9599
|
}]
|
|
8832
9600
|
},
|
|
@@ -8869,6 +9637,10 @@ const assets = {
|
|
|
8869
9637
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
8870
9638
|
},
|
|
8871
9639
|
images: [{
|
|
9640
|
+
image_sync: {
|
|
9641
|
+
chain_name: 'gateway',
|
|
9642
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r'
|
|
9643
|
+
},
|
|
8872
9644
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
8873
9645
|
}, {
|
|
8874
9646
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg',
|
|
@@ -8909,6 +9681,10 @@ const assets = {
|
|
|
8909
9681
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
|
|
8910
9682
|
},
|
|
8911
9683
|
images: [{
|
|
9684
|
+
image_sync: {
|
|
9685
|
+
chain_name: 'kujira',
|
|
9686
|
+
base_denom: 'factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta'
|
|
9687
|
+
},
|
|
8912
9688
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png',
|
|
8913
9689
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg'
|
|
8914
9690
|
}]
|
|
@@ -8943,6 +9719,10 @@ const assets = {
|
|
|
8943
9719
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
|
|
8944
9720
|
},
|
|
8945
9721
|
images: [{
|
|
9722
|
+
image_sync: {
|
|
9723
|
+
chain_name: 'juno',
|
|
9724
|
+
base_denom: 'factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL'
|
|
9725
|
+
},
|
|
8946
9726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png'
|
|
8947
9727
|
}]
|
|
8948
9728
|
},
|
|
@@ -9056,6 +9836,10 @@ const assets = {
|
|
|
9056
9836
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9057
9837
|
},
|
|
9058
9838
|
images: [{
|
|
9839
|
+
image_sync: {
|
|
9840
|
+
chain_name: 'gateway',
|
|
9841
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp'
|
|
9842
|
+
},
|
|
9059
9843
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9060
9844
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9061
9845
|
}, {
|
|
@@ -9212,6 +9996,10 @@ const assets = {
|
|
|
9212
9996
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg'
|
|
9213
9997
|
},
|
|
9214
9998
|
images: [{
|
|
9999
|
+
image_sync: {
|
|
10000
|
+
chain_name: 'xpla',
|
|
10001
|
+
base_denom: 'axpla'
|
|
10002
|
+
},
|
|
9215
10003
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png',
|
|
9216
10004
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg'
|
|
9217
10005
|
}]
|
|
@@ -9247,6 +10035,10 @@ const assets = {
|
|
|
9247
10035
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png'
|
|
9248
10036
|
},
|
|
9249
10037
|
images: [{
|
|
10038
|
+
image_sync: {
|
|
10039
|
+
chain_name: 'sei',
|
|
10040
|
+
base_denom: 'factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN'
|
|
10041
|
+
},
|
|
9250
10042
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png'
|
|
9251
10043
|
}]
|
|
9252
10044
|
},
|
|
@@ -9282,6 +10074,10 @@ const assets = {
|
|
|
9282
10074
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
9283
10075
|
},
|
|
9284
10076
|
images: [{
|
|
10077
|
+
image_sync: {
|
|
10078
|
+
chain_name: 'evmos',
|
|
10079
|
+
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9'
|
|
10080
|
+
},
|
|
9285
10081
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
9286
10082
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
9287
10083
|
}]
|
|
@@ -9318,6 +10114,10 @@ const assets = {
|
|
|
9318
10114
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
9319
10115
|
},
|
|
9320
10116
|
images: [{
|
|
10117
|
+
image_sync: {
|
|
10118
|
+
chain_name: 'realio',
|
|
10119
|
+
base_denom: 'ario'
|
|
10120
|
+
},
|
|
9321
10121
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
9322
10122
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
9323
10123
|
}]
|
|
@@ -9398,6 +10198,10 @@ const assets = {
|
|
|
9398
10198
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg'
|
|
9399
10199
|
},
|
|
9400
10200
|
images: [{
|
|
10201
|
+
image_sync: {
|
|
10202
|
+
chain_name: 'sge',
|
|
10203
|
+
base_denom: 'usge'
|
|
10204
|
+
},
|
|
9401
10205
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png',
|
|
9402
10206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg'
|
|
9403
10207
|
}]
|
|
@@ -9433,6 +10237,10 @@ const assets = {
|
|
|
9433
10237
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
|
|
9434
10238
|
},
|
|
9435
10239
|
images: [{
|
|
10240
|
+
image_sync: {
|
|
10241
|
+
chain_name: 'stafihub',
|
|
10242
|
+
base_denom: 'ufis'
|
|
10243
|
+
},
|
|
9436
10244
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
|
|
9437
10245
|
}]
|
|
9438
10246
|
},
|
|
@@ -9474,6 +10282,10 @@ const assets = {
|
|
|
9474
10282
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg'
|
|
9475
10283
|
},
|
|
9476
10284
|
images: [{
|
|
10285
|
+
image_sync: {
|
|
10286
|
+
chain_name: 'stafihub',
|
|
10287
|
+
base_denom: 'uratom'
|
|
10288
|
+
},
|
|
9477
10289
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg'
|
|
9478
10290
|
}]
|
|
9479
10291
|
},
|
|
@@ -9509,6 +10321,10 @@ const assets = {
|
|
|
9509
10321
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
9510
10322
|
},
|
|
9511
10323
|
images: [{
|
|
10324
|
+
image_sync: {
|
|
10325
|
+
chain_name: 'stargaze',
|
|
10326
|
+
base_denom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust'
|
|
10327
|
+
},
|
|
9512
10328
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png',
|
|
9513
10329
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
9514
10330
|
}]
|
|
@@ -9544,6 +10360,10 @@ const assets = {
|
|
|
9544
10360
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
9545
10361
|
},
|
|
9546
10362
|
images: [{
|
|
10363
|
+
image_sync: {
|
|
10364
|
+
chain_name: 'doravota',
|
|
10365
|
+
base_denom: 'peaka'
|
|
10366
|
+
},
|
|
9547
10367
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
9548
10368
|
}, {
|
|
9549
10369
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png'
|
|
@@ -9581,6 +10401,10 @@ const assets = {
|
|
|
9581
10401
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
9582
10402
|
},
|
|
9583
10403
|
images: [{
|
|
10404
|
+
image_sync: {
|
|
10405
|
+
chain_name: 'coreum',
|
|
10406
|
+
base_denom: 'ucore'
|
|
10407
|
+
},
|
|
9584
10408
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
9585
10409
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
|
|
9586
10410
|
}],
|
|
@@ -9705,6 +10529,10 @@ const assets = {
|
|
|
9705
10529
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
9706
10530
|
},
|
|
9707
10531
|
images: [{
|
|
10532
|
+
image_sync: {
|
|
10533
|
+
chain_name: 'fxcore',
|
|
10534
|
+
base_denom: 'FX'
|
|
10535
|
+
},
|
|
9708
10536
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
|
|
9709
10537
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
9710
10538
|
}]
|
|
@@ -9854,6 +10682,10 @@ const assets = {
|
|
|
9854
10682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
9855
10683
|
},
|
|
9856
10684
|
images: [{
|
|
10685
|
+
image_sync: {
|
|
10686
|
+
chain_name: 'kujira',
|
|
10687
|
+
base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk'
|
|
10688
|
+
},
|
|
9857
10689
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
9858
10690
|
}]
|
|
9859
10691
|
},
|
|
@@ -9889,6 +10721,10 @@ const assets = {
|
|
|
9889
10721
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
9890
10722
|
},
|
|
9891
10723
|
images: [{
|
|
10724
|
+
image_sync: {
|
|
10725
|
+
chain_name: 'stargaze',
|
|
10726
|
+
base_denom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH'
|
|
10727
|
+
},
|
|
9892
10728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png',
|
|
9893
10729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
9894
10730
|
}]
|
|
@@ -9950,6 +10786,10 @@ const assets = {
|
|
|
9950
10786
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
|
|
9951
10787
|
},
|
|
9952
10788
|
images: [{
|
|
10789
|
+
image_sync: {
|
|
10790
|
+
chain_name: 'neutron',
|
|
10791
|
+
base_denom: 'factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH'
|
|
10792
|
+
},
|
|
9953
10793
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
|
|
9954
10794
|
}]
|
|
9955
10795
|
},
|
|
@@ -10027,6 +10867,10 @@ const assets = {
|
|
|
10027
10867
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png'
|
|
10028
10868
|
},
|
|
10029
10869
|
images: [{
|
|
10870
|
+
image_sync: {
|
|
10871
|
+
chain_name: 'qwoyn',
|
|
10872
|
+
base_denom: 'uqwoyn'
|
|
10873
|
+
},
|
|
10030
10874
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png'
|
|
10031
10875
|
}],
|
|
10032
10876
|
keywords: ['gaming']
|
|
@@ -10060,6 +10904,10 @@ const assets = {
|
|
|
10060
10904
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg'
|
|
10061
10905
|
},
|
|
10062
10906
|
images: [{
|
|
10907
|
+
image_sync: {
|
|
10908
|
+
chain_name: 'bostrom',
|
|
10909
|
+
base_denom: 'hydrogen'
|
|
10910
|
+
},
|
|
10063
10911
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png',
|
|
10064
10912
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg'
|
|
10065
10913
|
}]
|
|
@@ -10093,6 +10941,10 @@ const assets = {
|
|
|
10093
10941
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg'
|
|
10094
10942
|
},
|
|
10095
10943
|
images: [{
|
|
10944
|
+
image_sync: {
|
|
10945
|
+
chain_name: 'bostrom',
|
|
10946
|
+
base_denom: 'tocyb'
|
|
10947
|
+
},
|
|
10096
10948
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png',
|
|
10097
10949
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg'
|
|
10098
10950
|
}]
|
|
@@ -10130,6 +10982,10 @@ const assets = {
|
|
|
10130
10982
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
10131
10983
|
},
|
|
10132
10984
|
images: [{
|
|
10985
|
+
image_sync: {
|
|
10986
|
+
chain_name: 'bostrom',
|
|
10987
|
+
base_denom: 'millivolt'
|
|
10988
|
+
},
|
|
10133
10989
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
|
|
10134
10990
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
10135
10991
|
}]
|
|
@@ -10167,6 +11023,10 @@ const assets = {
|
|
|
10167
11023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
10168
11024
|
},
|
|
10169
11025
|
images: [{
|
|
11026
|
+
image_sync: {
|
|
11027
|
+
chain_name: 'bostrom',
|
|
11028
|
+
base_denom: 'milliampere'
|
|
11029
|
+
},
|
|
10170
11030
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
|
|
10171
11031
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
10172
11032
|
}]
|
|
@@ -10203,6 +11063,10 @@ const assets = {
|
|
|
10203
11063
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
10204
11064
|
},
|
|
10205
11065
|
images: [{
|
|
11066
|
+
image_sync: {
|
|
11067
|
+
chain_name: 'source',
|
|
11068
|
+
base_denom: 'usource'
|
|
11069
|
+
},
|
|
10206
11070
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
10207
11071
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
10208
11072
|
}]
|
|
@@ -10246,6 +11110,10 @@ const assets = {
|
|
|
10246
11110
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg'
|
|
10247
11111
|
},
|
|
10248
11112
|
images: [{
|
|
11113
|
+
image_sync: {
|
|
11114
|
+
chain_name: 'gateway',
|
|
11115
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy'
|
|
11116
|
+
},
|
|
10249
11117
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg'
|
|
10250
11118
|
}]
|
|
10251
11119
|
},
|
|
@@ -10355,6 +11223,10 @@ const assets = {
|
|
|
10355
11223
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png'
|
|
10356
11224
|
},
|
|
10357
11225
|
images: [{
|
|
11226
|
+
image_sync: {
|
|
11227
|
+
chain_name: 'chihuahua',
|
|
11228
|
+
base_denom: 'cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef'
|
|
11229
|
+
},
|
|
10358
11230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png'
|
|
10359
11231
|
}],
|
|
10360
11232
|
keywords: ['osmosis_unstable']
|
|
@@ -10390,6 +11262,10 @@ const assets = {
|
|
|
10390
11262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
|
|
10391
11263
|
},
|
|
10392
11264
|
images: [{
|
|
11265
|
+
image_sync: {
|
|
11266
|
+
chain_name: 'neutron',
|
|
11267
|
+
base_denom: 'factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt'
|
|
11268
|
+
},
|
|
10393
11269
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
|
|
10394
11270
|
}]
|
|
10395
11271
|
},
|
|
@@ -10456,6 +11332,10 @@ const assets = {
|
|
|
10456
11332
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg'
|
|
10457
11333
|
},
|
|
10458
11334
|
images: [{
|
|
11335
|
+
image_sync: {
|
|
11336
|
+
chain_name: 'migaloo',
|
|
11337
|
+
base_denom: 'factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash'
|
|
11338
|
+
},
|
|
10459
11339
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg'
|
|
10460
11340
|
}]
|
|
10461
11341
|
},
|
|
@@ -10491,6 +11371,10 @@ const assets = {
|
|
|
10491
11371
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg'
|
|
10492
11372
|
},
|
|
10493
11373
|
images: [{
|
|
11374
|
+
image_sync: {
|
|
11375
|
+
chain_name: 'migaloo',
|
|
11376
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac'
|
|
11377
|
+
},
|
|
10494
11378
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png',
|
|
10495
11379
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg'
|
|
10496
11380
|
}]
|
|
@@ -10526,6 +11410,10 @@ const assets = {
|
|
|
10526
11410
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png'
|
|
10527
11411
|
},
|
|
10528
11412
|
images: [{
|
|
11413
|
+
image_sync: {
|
|
11414
|
+
chain_name: 'migaloo',
|
|
11415
|
+
base_denom: 'factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy'
|
|
11416
|
+
},
|
|
10529
11417
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png'
|
|
10530
11418
|
}]
|
|
10531
11419
|
},
|
|
@@ -10561,6 +11449,10 @@ const assets = {
|
|
|
10561
11449
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
10562
11450
|
},
|
|
10563
11451
|
images: [{
|
|
11452
|
+
image_sync: {
|
|
11453
|
+
chain_name: 'haqq',
|
|
11454
|
+
base_denom: 'aISLM'
|
|
11455
|
+
},
|
|
10564
11456
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
10565
11457
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
10566
11458
|
}]
|
|
@@ -10731,6 +11623,10 @@ const assets = {
|
|
|
10731
11623
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
|
|
10732
11624
|
},
|
|
10733
11625
|
images: [{
|
|
11626
|
+
image_sync: {
|
|
11627
|
+
chain_name: 'injective',
|
|
11628
|
+
base_denom: 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja'
|
|
11629
|
+
},
|
|
10734
11630
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
|
|
10735
11631
|
}]
|
|
10736
11632
|
},
|
|
@@ -10767,6 +11663,10 @@ const assets = {
|
|
|
10767
11663
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png'
|
|
10768
11664
|
},
|
|
10769
11665
|
images: [{
|
|
11666
|
+
image_sync: {
|
|
11667
|
+
chain_name: 'juno',
|
|
11668
|
+
base_denom: 'cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy'
|
|
11669
|
+
},
|
|
10770
11670
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png'
|
|
10771
11671
|
}]
|
|
10772
11672
|
},
|
|
@@ -10801,6 +11701,10 @@ const assets = {
|
|
|
10801
11701
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
10802
11702
|
},
|
|
10803
11703
|
images: [{
|
|
11704
|
+
image_sync: {
|
|
11705
|
+
chain_name: 'nyx',
|
|
11706
|
+
base_denom: 'unyx'
|
|
11707
|
+
},
|
|
10804
11708
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
10805
11709
|
}],
|
|
10806
11710
|
keywords: ['osmosis_unlisted']
|
|
@@ -10870,6 +11774,10 @@ const assets = {
|
|
|
10870
11774
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
|
|
10871
11775
|
},
|
|
10872
11776
|
images: [{
|
|
11777
|
+
image_sync: {
|
|
11778
|
+
chain_name: 'chihuahua',
|
|
11779
|
+
base_denom: 'factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat'
|
|
11780
|
+
},
|
|
10873
11781
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
|
|
10874
11782
|
}]
|
|
10875
11783
|
},
|
|
@@ -10904,6 +11812,10 @@ const assets = {
|
|
|
10904
11812
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png'
|
|
10905
11813
|
},
|
|
10906
11814
|
images: [{
|
|
11815
|
+
image_sync: {
|
|
11816
|
+
chain_name: 'neutron',
|
|
11817
|
+
base_denom: 'factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus'
|
|
11818
|
+
},
|
|
10907
11819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png'
|
|
10908
11820
|
}]
|
|
10909
11821
|
},
|
|
@@ -10940,6 +11852,10 @@ const assets = {
|
|
|
10940
11852
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png'
|
|
10941
11853
|
},
|
|
10942
11854
|
images: [{
|
|
11855
|
+
image_sync: {
|
|
11856
|
+
chain_name: 'juno',
|
|
11857
|
+
base_denom: 'cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps'
|
|
11858
|
+
},
|
|
10943
11859
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png'
|
|
10944
11860
|
}]
|
|
10945
11861
|
},
|
|
@@ -10974,6 +11890,10 @@ const assets = {
|
|
|
10974
11890
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
|
|
10975
11891
|
},
|
|
10976
11892
|
images: [{
|
|
11893
|
+
image_sync: {
|
|
11894
|
+
chain_name: 'chihuahua',
|
|
11895
|
+
base_denom: 'factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof'
|
|
11896
|
+
},
|
|
10977
11897
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png'
|
|
10978
11898
|
}]
|
|
10979
11899
|
},
|
|
@@ -11092,6 +12012,10 @@ const assets = {
|
|
|
11092
12012
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png'
|
|
11093
12013
|
},
|
|
11094
12014
|
images: [{
|
|
12015
|
+
image_sync: {
|
|
12016
|
+
chain_name: 'neutron',
|
|
12017
|
+
base_denom: 'factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad'
|
|
12018
|
+
},
|
|
11095
12019
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png'
|
|
11096
12020
|
}]
|
|
11097
12021
|
},
|
|
@@ -11128,6 +12052,10 @@ const assets = {
|
|
|
11128
12052
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png'
|
|
11129
12053
|
},
|
|
11130
12054
|
images: [{
|
|
12055
|
+
image_sync: {
|
|
12056
|
+
chain_name: 'juno',
|
|
12057
|
+
base_denom: 'cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k'
|
|
12058
|
+
},
|
|
11131
12059
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png'
|
|
11132
12060
|
}]
|
|
11133
12061
|
},
|
|
@@ -11205,6 +12133,10 @@ const assets = {
|
|
|
11205
12133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
|
|
11206
12134
|
},
|
|
11207
12135
|
images: [{
|
|
12136
|
+
image_sync: {
|
|
12137
|
+
chain_name: 'neutron',
|
|
12138
|
+
base_denom: 'factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO'
|
|
12139
|
+
},
|
|
11208
12140
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
|
|
11209
12141
|
}]
|
|
11210
12142
|
},
|
|
@@ -11247,6 +12179,10 @@ const assets = {
|
|
|
11247
12179
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg'
|
|
11248
12180
|
},
|
|
11249
12181
|
images: [{
|
|
12182
|
+
image_sync: {
|
|
12183
|
+
chain_name: 'stride',
|
|
12184
|
+
base_denom: 'stadydx'
|
|
12185
|
+
},
|
|
11250
12186
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png',
|
|
11251
12187
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg'
|
|
11252
12188
|
}]
|
|
@@ -11290,6 +12226,10 @@ const assets = {
|
|
|
11290
12226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg'
|
|
11291
12227
|
},
|
|
11292
12228
|
images: [{
|
|
12229
|
+
image_sync: {
|
|
12230
|
+
chain_name: 'stride',
|
|
12231
|
+
base_denom: 'stutia'
|
|
12232
|
+
},
|
|
11293
12233
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png',
|
|
11294
12234
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg'
|
|
11295
12235
|
}]
|
|
@@ -11333,6 +12273,10 @@ const assets = {
|
|
|
11333
12273
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg'
|
|
11334
12274
|
},
|
|
11335
12275
|
images: [{
|
|
12276
|
+
image_sync: {
|
|
12277
|
+
chain_name: 'stride',
|
|
12278
|
+
base_denom: 'stusaga'
|
|
12279
|
+
},
|
|
11336
12280
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png',
|
|
11337
12281
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg'
|
|
11338
12282
|
}]
|
|
@@ -11375,6 +12319,10 @@ const assets = {
|
|
|
11375
12319
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
|
|
11376
12320
|
},
|
|
11377
12321
|
images: [{
|
|
12322
|
+
image_sync: {
|
|
12323
|
+
chain_name: 'stride',
|
|
12324
|
+
base_denom: 'stinj'
|
|
12325
|
+
},
|
|
11378
12326
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png',
|
|
11379
12327
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
|
|
11380
12328
|
}]
|
|
@@ -11469,6 +12417,10 @@ const assets = {
|
|
|
11469
12417
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
11470
12418
|
},
|
|
11471
12419
|
images: [{
|
|
12420
|
+
image_sync: {
|
|
12421
|
+
chain_name: 'dymension',
|
|
12422
|
+
base_denom: 'adym'
|
|
12423
|
+
},
|
|
11472
12424
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
11473
12425
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
11474
12426
|
}]
|
|
@@ -11529,6 +12481,10 @@ const assets = {
|
|
|
11529
12481
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
11530
12482
|
},
|
|
11531
12483
|
images: [{
|
|
12484
|
+
image_sync: {
|
|
12485
|
+
chain_name: 'terra2',
|
|
12486
|
+
base_denom: 'cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26'
|
|
12487
|
+
},
|
|
11532
12488
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
11533
12489
|
}]
|
|
11534
12490
|
},
|
|
@@ -11654,6 +12610,10 @@ const assets = {
|
|
|
11654
12610
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
|
|
11655
12611
|
},
|
|
11656
12612
|
images: [{
|
|
12613
|
+
image_sync: {
|
|
12614
|
+
chain_name: 'humans',
|
|
12615
|
+
base_denom: 'aheart'
|
|
12616
|
+
},
|
|
11657
12617
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
|
|
11658
12618
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
|
|
11659
12619
|
theme: {
|
|
@@ -11693,6 +12653,10 @@ const assets = {
|
|
|
11693
12653
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
11694
12654
|
},
|
|
11695
12655
|
images: [{
|
|
12656
|
+
image_sync: {
|
|
12657
|
+
chain_name: 'evmos',
|
|
12658
|
+
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280'
|
|
12659
|
+
},
|
|
11696
12660
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
11697
12661
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
11698
12662
|
}]
|
|
@@ -11729,6 +12693,10 @@ const assets = {
|
|
|
11729
12693
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
11730
12694
|
},
|
|
11731
12695
|
images: [{
|
|
12696
|
+
image_sync: {
|
|
12697
|
+
chain_name: 'scorum',
|
|
12698
|
+
base_denom: 'nscr'
|
|
12699
|
+
},
|
|
11732
12700
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
11733
12701
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
11734
12702
|
}]
|
|
@@ -11764,6 +12732,10 @@ const assets = {
|
|
|
11764
12732
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
11765
12733
|
},
|
|
11766
12734
|
images: [{
|
|
12735
|
+
image_sync: {
|
|
12736
|
+
chain_name: 'chain4energy',
|
|
12737
|
+
base_denom: 'uc4e'
|
|
12738
|
+
},
|
|
11767
12739
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
11768
12740
|
}],
|
|
11769
12741
|
keywords: ['osmosis_unlisted']
|
|
@@ -11801,6 +12773,10 @@ const assets = {
|
|
|
11801
12773
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png'
|
|
11802
12774
|
},
|
|
11803
12775
|
images: [{
|
|
12776
|
+
image_sync: {
|
|
12777
|
+
chain_name: 'terra2',
|
|
12778
|
+
base_denom: 'cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq'
|
|
12779
|
+
},
|
|
11804
12780
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png'
|
|
11805
12781
|
}]
|
|
11806
12782
|
},
|
|
@@ -11861,6 +12837,10 @@ const assets = {
|
|
|
11861
12837
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
11862
12838
|
},
|
|
11863
12839
|
images: [{
|
|
12840
|
+
image_sync: {
|
|
12841
|
+
chain_name: 'source',
|
|
12842
|
+
base_denom: 'ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A'
|
|
12843
|
+
},
|
|
11864
12844
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
11865
12845
|
}]
|
|
11866
12846
|
},
|
|
@@ -11895,6 +12875,10 @@ const assets = {
|
|
|
11895
12875
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png'
|
|
11896
12876
|
},
|
|
11897
12877
|
images: [{
|
|
12878
|
+
image_sync: {
|
|
12879
|
+
chain_name: 'pylons',
|
|
12880
|
+
base_denom: 'ubedrock'
|
|
12881
|
+
},
|
|
11898
12882
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png'
|
|
11899
12883
|
}]
|
|
11900
12884
|
},
|
|
@@ -11941,6 +12925,10 @@ const assets = {
|
|
|
11941
12925
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png'
|
|
11942
12926
|
},
|
|
11943
12927
|
images: [{
|
|
12928
|
+
image_sync: {
|
|
12929
|
+
chain_name: 'gateway',
|
|
12930
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst'
|
|
12931
|
+
},
|
|
11944
12932
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png'
|
|
11945
12933
|
}]
|
|
11946
12934
|
},
|
|
@@ -11983,6 +12971,10 @@ const assets = {
|
|
|
11983
12971
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
11984
12972
|
},
|
|
11985
12973
|
images: [{
|
|
12974
|
+
image_sync: {
|
|
12975
|
+
chain_name: 'aioz',
|
|
12976
|
+
base_denom: 'attoaioz'
|
|
12977
|
+
},
|
|
11986
12978
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
11987
12979
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
11988
12980
|
}]
|
|
@@ -12026,6 +13018,10 @@ const assets = {
|
|
|
12026
13018
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg'
|
|
12027
13019
|
},
|
|
12028
13020
|
images: [{
|
|
13021
|
+
image_sync: {
|
|
13022
|
+
chain_name: 'stride',
|
|
13023
|
+
base_denom: 'stadym'
|
|
13024
|
+
},
|
|
12029
13025
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png',
|
|
12030
13026
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg'
|
|
12031
13027
|
}]
|
|
@@ -12061,6 +13057,10 @@ const assets = {
|
|
|
12061
13057
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
12062
13058
|
},
|
|
12063
13059
|
images: [{
|
|
13060
|
+
image_sync: {
|
|
13061
|
+
chain_name: 'odin',
|
|
13062
|
+
base_denom: 'udoki'
|
|
13063
|
+
},
|
|
12064
13064
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
12065
13065
|
}]
|
|
12066
13066
|
},
|
|
@@ -12122,6 +13122,10 @@ const assets = {
|
|
|
12122
13122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png'
|
|
12123
13123
|
},
|
|
12124
13124
|
images: [{
|
|
13125
|
+
image_sync: {
|
|
13126
|
+
chain_name: 'migaloo',
|
|
13127
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark'
|
|
13128
|
+
},
|
|
12125
13129
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png'
|
|
12126
13130
|
}]
|
|
12127
13131
|
},
|
|
@@ -12207,6 +13211,10 @@ const assets = {
|
|
|
12207
13211
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png'
|
|
12208
13212
|
},
|
|
12209
13213
|
images: [{
|
|
13214
|
+
image_sync: {
|
|
13215
|
+
chain_name: 'sei',
|
|
13216
|
+
base_denom: 'cw20:sei1hrndqntlvtmx2kepr0zsfgr7nzjptcc72cr4ppk4yav58vvy7v3s4er8ed'
|
|
13217
|
+
},
|
|
12210
13218
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png'
|
|
12211
13219
|
}],
|
|
12212
13220
|
keywords: ['osmosis_unlisted']
|
|
@@ -12243,6 +13251,10 @@ const assets = {
|
|
|
12243
13251
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg'
|
|
12244
13252
|
},
|
|
12245
13253
|
images: [{
|
|
13254
|
+
image_sync: {
|
|
13255
|
+
chain_name: 'nibiru',
|
|
13256
|
+
base_denom: 'unibi'
|
|
13257
|
+
},
|
|
12246
13258
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png',
|
|
12247
13259
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg'
|
|
12248
13260
|
}]
|
|
@@ -12324,6 +13336,10 @@ const assets = {
|
|
|
12324
13336
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
12325
13337
|
},
|
|
12326
13338
|
images: [{
|
|
13339
|
+
image_sync: {
|
|
13340
|
+
chain_name: 'conscious',
|
|
13341
|
+
base_denom: 'acvnt'
|
|
13342
|
+
},
|
|
12327
13343
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
12328
13344
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
12329
13345
|
}],
|
|
@@ -12387,6 +13403,10 @@ const assets = {
|
|
|
12387
13403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg'
|
|
12388
13404
|
},
|
|
12389
13405
|
images: [{
|
|
13406
|
+
image_sync: {
|
|
13407
|
+
chain_name: 'terra2',
|
|
13408
|
+
base_denom: 'cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3'
|
|
13409
|
+
},
|
|
12390
13410
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png',
|
|
12391
13411
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg'
|
|
12392
13412
|
}],
|
|
@@ -12542,6 +13562,10 @@ const assets = {
|
|
|
12542
13562
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
|
|
12543
13563
|
},
|
|
12544
13564
|
images: [{
|
|
13565
|
+
image_sync: {
|
|
13566
|
+
chain_name: 'composable',
|
|
13567
|
+
base_denom: 'ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8'
|
|
13568
|
+
},
|
|
12545
13569
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
|
|
12546
13570
|
}]
|
|
12547
13571
|
},
|
|
@@ -12583,6 +13607,10 @@ const assets = {
|
|
|
12583
13607
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png'
|
|
12584
13608
|
},
|
|
12585
13609
|
images: [{
|
|
13610
|
+
image_sync: {
|
|
13611
|
+
chain_name: 'gateway',
|
|
13612
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos'
|
|
13613
|
+
},
|
|
12586
13614
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png'
|
|
12587
13615
|
}]
|
|
12588
13616
|
},
|
|
@@ -12618,6 +13646,10 @@ const assets = {
|
|
|
12618
13646
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
12619
13647
|
},
|
|
12620
13648
|
images: [{
|
|
13649
|
+
image_sync: {
|
|
13650
|
+
chain_name: 'dhealth',
|
|
13651
|
+
base_denom: 'udhp'
|
|
13652
|
+
},
|
|
12621
13653
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
12622
13654
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
12623
13655
|
}],
|
|
@@ -12655,6 +13687,10 @@ const assets = {
|
|
|
12655
13687
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg'
|
|
12656
13688
|
},
|
|
12657
13689
|
images: [{
|
|
13690
|
+
image_sync: {
|
|
13691
|
+
chain_name: 'furya',
|
|
13692
|
+
base_denom: 'ufury'
|
|
13693
|
+
},
|
|
12658
13694
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
|
|
12659
13695
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg',
|
|
12660
13696
|
theme: {
|
|
@@ -12699,6 +13735,10 @@ const assets = {
|
|
|
12699
13735
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
12700
13736
|
},
|
|
12701
13737
|
images: [{
|
|
13738
|
+
image_sync: {
|
|
13739
|
+
chain_name: 'saga',
|
|
13740
|
+
base_denom: 'usaga'
|
|
13741
|
+
},
|
|
12702
13742
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
12703
13743
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
12704
13744
|
theme: {
|
|
@@ -12745,6 +13785,10 @@ const assets = {
|
|
|
12745
13785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png'
|
|
12746
13786
|
},
|
|
12747
13787
|
images: [{
|
|
13788
|
+
image_sync: {
|
|
13789
|
+
chain_name: 'neutron',
|
|
13790
|
+
base_denom: 'factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG'
|
|
13791
|
+
},
|
|
12748
13792
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png'
|
|
12749
13793
|
}]
|
|
12750
13794
|
},
|
|
@@ -12780,6 +13824,10 @@ const assets = {
|
|
|
12780
13824
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
12781
13825
|
},
|
|
12782
13826
|
images: [{
|
|
13827
|
+
image_sync: {
|
|
13828
|
+
chain_name: 'shido',
|
|
13829
|
+
base_denom: 'shido'
|
|
13830
|
+
},
|
|
12783
13831
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
12784
13832
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
12785
13833
|
}],
|
|
@@ -12817,6 +13865,10 @@ const assets = {
|
|
|
12817
13865
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
12818
13866
|
},
|
|
12819
13867
|
images: [{
|
|
13868
|
+
image_sync: {
|
|
13869
|
+
chain_name: 'cifer',
|
|
13870
|
+
base_denom: 'ucif'
|
|
13871
|
+
},
|
|
12820
13872
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
12821
13873
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
12822
13874
|
}],
|
|
@@ -12853,6 +13905,10 @@ const assets = {
|
|
|
12853
13905
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png'
|
|
12854
13906
|
},
|
|
12855
13907
|
images: [{
|
|
13908
|
+
image_sync: {
|
|
13909
|
+
chain_name: 'injective',
|
|
13910
|
+
base_denom: 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'
|
|
13911
|
+
},
|
|
12856
13912
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png'
|
|
12857
13913
|
}]
|
|
12858
13914
|
},
|
|
@@ -12960,6 +14016,10 @@ const assets = {
|
|
|
12960
14016
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg'
|
|
12961
14017
|
},
|
|
12962
14018
|
images: [{
|
|
14019
|
+
image_sync: {
|
|
14020
|
+
chain_name: 'neutron',
|
|
14021
|
+
base_denom: 'factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO'
|
|
14022
|
+
},
|
|
12963
14023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg'
|
|
12964
14024
|
}],
|
|
12965
14025
|
keywords: ['osmosis_unlisted']
|
|
@@ -13096,6 +14156,10 @@ const assets = {
|
|
|
13096
14156
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
13097
14157
|
},
|
|
13098
14158
|
images: [{
|
|
14159
|
+
image_sync: {
|
|
14160
|
+
chain_name: 'kujira',
|
|
14161
|
+
base_denom: 'factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk'
|
|
14162
|
+
},
|
|
13099
14163
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg'
|
|
13100
14164
|
}]
|
|
13101
14165
|
},
|
|
@@ -13422,6 +14486,10 @@ const assets = {
|
|
|
13422
14486
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
13423
14487
|
},
|
|
13424
14488
|
images: [{
|
|
14489
|
+
image_sync: {
|
|
14490
|
+
chain_name: 'migaloo',
|
|
14491
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
|
|
14492
|
+
},
|
|
13425
14493
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
13426
14494
|
}]
|
|
13427
14495
|
},
|
|
@@ -13503,6 +14571,10 @@ const assets = {
|
|
|
13503
14571
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg'
|
|
13504
14572
|
},
|
|
13505
14573
|
images: [{
|
|
14574
|
+
image_sync: {
|
|
14575
|
+
chain_name: 'quicksilver',
|
|
14576
|
+
base_denom: 'uqjuno'
|
|
14577
|
+
},
|
|
13506
14578
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png',
|
|
13507
14579
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg'
|
|
13508
14580
|
}]
|
|
@@ -13547,6 +14619,10 @@ const assets = {
|
|
|
13547
14619
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg'
|
|
13548
14620
|
},
|
|
13549
14621
|
images: [{
|
|
14622
|
+
image_sync: {
|
|
14623
|
+
chain_name: 'quicksilver',
|
|
14624
|
+
base_denom: 'uqsaga'
|
|
14625
|
+
},
|
|
13550
14626
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png',
|
|
13551
14627
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg'
|
|
13552
14628
|
}]
|
|
@@ -13591,6 +14667,10 @@ const assets = {
|
|
|
13591
14667
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg'
|
|
13592
14668
|
},
|
|
13593
14669
|
images: [{
|
|
14670
|
+
image_sync: {
|
|
14671
|
+
chain_name: 'quicksilver',
|
|
14672
|
+
base_denom: 'uqbld'
|
|
14673
|
+
},
|
|
13594
14674
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png',
|
|
13595
14675
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg'
|
|
13596
14676
|
}]
|
|
@@ -13635,6 +14715,10 @@ const assets = {
|
|
|
13635
14715
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg'
|
|
13636
14716
|
},
|
|
13637
14717
|
images: [{
|
|
14718
|
+
image_sync: {
|
|
14719
|
+
chain_name: 'quicksilver',
|
|
14720
|
+
base_denom: 'aqdydx'
|
|
14721
|
+
},
|
|
13638
14722
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png',
|
|
13639
14723
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg'
|
|
13640
14724
|
}]
|
|
@@ -13704,6 +14788,28 @@ const assets = {
|
|
|
13704
14788
|
images: [{
|
|
13705
14789
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png'
|
|
13706
14790
|
}]
|
|
14791
|
+
},
|
|
14792
|
+
{
|
|
14793
|
+
description: 'For th',
|
|
14794
|
+
denom_units: [{
|
|
14795
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/crazyhorse',
|
|
14796
|
+
exponent: 0
|
|
14797
|
+
}, {
|
|
14798
|
+
denom: 'CRAZYHORSE',
|
|
14799
|
+
exponent: 6
|
|
14800
|
+
}],
|
|
14801
|
+
type_asset: 'sdk.coin',
|
|
14802
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
14803
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/crazyhorse',
|
|
14804
|
+
name: 'HorseShoeBar',
|
|
14805
|
+
display: 'CRAZYHORSE',
|
|
14806
|
+
symbol: 'CRAZYHORSE',
|
|
14807
|
+
logo_URIs: {
|
|
14808
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png'
|
|
14809
|
+
},
|
|
14810
|
+
images: [{
|
|
14811
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png'
|
|
14812
|
+
}]
|
|
13707
14813
|
}
|
|
13708
14814
|
]
|
|
13709
14815
|
};
|