@chain-registry/osmosis 1.62.0 → 1.62.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 +4 -32
- package/assets.js +157 -50
- package/esm/asset_list.js +4 -32
- package/esm/assets.js +157 -50
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -21,7 +21,6 @@ const asset_list = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
23
23
|
},
|
|
24
|
-
coingecko_id: '',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
@@ -717,7 +716,6 @@ const asset_list = {
|
|
|
717
716
|
logo_URIs: {
|
|
718
717
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
|
|
719
718
|
},
|
|
720
|
-
coingecko_id: '',
|
|
721
719
|
keywords: ['elt'],
|
|
722
720
|
images: [{
|
|
723
721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
|
|
@@ -751,7 +749,6 @@ const asset_list = {
|
|
|
751
749
|
logo_URIs: {
|
|
752
750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
|
|
753
751
|
},
|
|
754
|
-
coingecko_id: '',
|
|
755
752
|
keywords: ['g4'],
|
|
756
753
|
images: [{
|
|
757
754
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
|
|
@@ -1279,7 +1276,6 @@ const asset_list = {
|
|
|
1279
1276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1280
1277
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
1281
1278
|
},
|
|
1282
|
-
coingecko_id: '',
|
|
1283
1279
|
images: [{
|
|
1284
1280
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1285
1281
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
@@ -1953,7 +1949,6 @@ const asset_list = {
|
|
|
1953
1949
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
1954
1950
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
1955
1951
|
},
|
|
1956
|
-
coingecko_id: '',
|
|
1957
1952
|
images: [{
|
|
1958
1953
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
1959
1954
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
@@ -2090,7 +2085,6 @@ const asset_list = {
|
|
|
2090
2085
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
|
|
2091
2086
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
2092
2087
|
},
|
|
2093
|
-
coingecko_id: '',
|
|
2094
2088
|
images: [{
|
|
2095
2089
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
|
|
2096
2090
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
@@ -2125,7 +2119,6 @@ const asset_list = {
|
|
|
2125
2119
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
|
|
2126
2120
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
2127
2121
|
},
|
|
2128
|
-
coingecko_id: '',
|
|
2129
2122
|
images: [{
|
|
2130
2123
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
|
|
2131
2124
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
@@ -2160,7 +2153,6 @@ const asset_list = {
|
|
|
2160
2153
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
|
|
2161
2154
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
2162
2155
|
},
|
|
2163
|
-
coingecko_id: '',
|
|
2164
2156
|
images: [{
|
|
2165
2157
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
|
|
2166
2158
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
@@ -2195,7 +2187,6 @@ const asset_list = {
|
|
|
2195
2187
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
|
|
2196
2188
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
2197
2189
|
},
|
|
2198
|
-
coingecko_id: '',
|
|
2199
2190
|
images: [{
|
|
2200
2191
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
|
|
2201
2192
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
@@ -2582,8 +2573,7 @@ const asset_list = {
|
|
|
2582
2573
|
aliases: ['utest']
|
|
2583
2574
|
}, {
|
|
2584
2575
|
denom: 'test',
|
|
2585
|
-
exponent: 6
|
|
2586
|
-
aliases: []
|
|
2576
|
+
exponent: 6
|
|
2587
2577
|
}],
|
|
2588
2578
|
type_asset: 'sdk.coin',
|
|
2589
2579
|
base: 'ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5',
|
|
@@ -2610,8 +2600,7 @@ const asset_list = {
|
|
|
2610
2600
|
aliases: ['uworm']
|
|
2611
2601
|
}, {
|
|
2612
2602
|
denom: 'worm',
|
|
2613
|
-
exponent: 6
|
|
2614
|
-
aliases: []
|
|
2603
|
+
exponent: 6
|
|
2615
2604
|
}],
|
|
2616
2605
|
type_asset: 'sdk.coin',
|
|
2617
2606
|
base: 'ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC',
|
|
@@ -4369,7 +4358,6 @@ const asset_list = {
|
|
|
4369
4358
|
logo_URIs: {
|
|
4370
4359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
4371
4360
|
},
|
|
4372
|
-
coingecko_id: '',
|
|
4373
4361
|
images: [{
|
|
4374
4362
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
4375
4363
|
}],
|
|
@@ -4736,7 +4724,6 @@ const asset_list = {
|
|
|
4736
4724
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
4737
4725
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
4738
4726
|
},
|
|
4739
|
-
coingecko_id: '',
|
|
4740
4727
|
images: [{
|
|
4741
4728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
4742
4729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
@@ -5432,7 +5419,6 @@ const asset_list = {
|
|
|
5432
5419
|
logo_URIs: {
|
|
5433
5420
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
|
|
5434
5421
|
},
|
|
5435
|
-
coingecko_id: '',
|
|
5436
5422
|
keywords: ['elt'],
|
|
5437
5423
|
images: [{
|
|
5438
5424
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
|
|
@@ -5466,7 +5452,6 @@ const asset_list = {
|
|
|
5466
5452
|
logo_URIs: {
|
|
5467
5453
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
|
|
5468
5454
|
},
|
|
5469
|
-
coingecko_id: '',
|
|
5470
5455
|
keywords: ['g4'],
|
|
5471
5456
|
images: [{
|
|
5472
5457
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
|
|
@@ -5994,7 +5979,6 @@ const asset_list = {
|
|
|
5994
5979
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
5995
5980
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
5996
5981
|
},
|
|
5997
|
-
coingecko_id: '',
|
|
5998
5982
|
images: [{
|
|
5999
5983
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
6000
5984
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
@@ -6668,7 +6652,6 @@ const asset_list = {
|
|
|
6668
6652
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
6669
6653
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
6670
6654
|
},
|
|
6671
|
-
coingecko_id: '',
|
|
6672
6655
|
images: [{
|
|
6673
6656
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
6674
6657
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
@@ -6805,7 +6788,6 @@ const asset_list = {
|
|
|
6805
6788
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
|
|
6806
6789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
6807
6790
|
},
|
|
6808
|
-
coingecko_id: '',
|
|
6809
6791
|
images: [{
|
|
6810
6792
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
|
|
6811
6793
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
@@ -6840,7 +6822,6 @@ const asset_list = {
|
|
|
6840
6822
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
|
|
6841
6823
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
6842
6824
|
},
|
|
6843
|
-
coingecko_id: '',
|
|
6844
6825
|
images: [{
|
|
6845
6826
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
|
|
6846
6827
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
@@ -6875,7 +6856,6 @@ const asset_list = {
|
|
|
6875
6856
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
|
|
6876
6857
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
6877
6858
|
},
|
|
6878
|
-
coingecko_id: '',
|
|
6879
6859
|
images: [{
|
|
6880
6860
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
|
|
6881
6861
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
@@ -6910,7 +6890,6 @@ const asset_list = {
|
|
|
6910
6890
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
|
|
6911
6891
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
6912
6892
|
},
|
|
6913
|
-
coingecko_id: '',
|
|
6914
6893
|
images: [{
|
|
6915
6894
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
|
|
6916
6895
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
@@ -7297,8 +7276,7 @@ const asset_list = {
|
|
|
7297
7276
|
aliases: ['utest']
|
|
7298
7277
|
}, {
|
|
7299
7278
|
denom: 'test',
|
|
7300
|
-
exponent: 6
|
|
7301
|
-
aliases: []
|
|
7279
|
+
exponent: 6
|
|
7302
7280
|
}],
|
|
7303
7281
|
type_asset: 'sdk.coin',
|
|
7304
7282
|
base: 'ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5',
|
|
@@ -7325,8 +7303,7 @@ const asset_list = {
|
|
|
7325
7303
|
aliases: ['uworm']
|
|
7326
7304
|
}, {
|
|
7327
7305
|
denom: 'worm',
|
|
7328
|
-
exponent: 6
|
|
7329
|
-
aliases: []
|
|
7306
|
+
exponent: 6
|
|
7330
7307
|
}],
|
|
7331
7308
|
type_asset: 'sdk.coin',
|
|
7332
7309
|
base: 'ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC',
|
|
@@ -9084,7 +9061,6 @@ const asset_list = {
|
|
|
9084
9061
|
logo_URIs: {
|
|
9085
9062
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
9086
9063
|
},
|
|
9087
|
-
coingecko_id: '',
|
|
9088
9064
|
images: [{
|
|
9089
9065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
9090
9066
|
}],
|
|
@@ -9887,7 +9863,6 @@ const asset_list = {
|
|
|
9887
9863
|
logo_URIs: {
|
|
9888
9864
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
9889
9865
|
},
|
|
9890
|
-
coingecko_id: '',
|
|
9891
9866
|
images: [{
|
|
9892
9867
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
9893
9868
|
}],
|
|
@@ -12506,7 +12481,6 @@ const asset_list = {
|
|
|
12506
12481
|
logo_URIs: {
|
|
12507
12482
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
12508
12483
|
},
|
|
12509
|
-
coingecko_id: '',
|
|
12510
12484
|
images: [{
|
|
12511
12485
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
12512
12486
|
}],
|
|
@@ -21287,7 +21261,6 @@ const asset_list = {
|
|
|
21287
21261
|
}]
|
|
21288
21262
|
},
|
|
21289
21263
|
{
|
|
21290
|
-
description: '',
|
|
21291
21264
|
type_asset: 'cw20',
|
|
21292
21265
|
address: 'terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj',
|
|
21293
21266
|
denom_units: [{
|
|
@@ -22616,7 +22589,6 @@ const asset_list = {
|
|
|
22616
22589
|
}]
|
|
22617
22590
|
},
|
|
22618
22591
|
{
|
|
22619
|
-
description: '',
|
|
22620
22592
|
type_asset: 'cw20',
|
|
22621
22593
|
address: 'terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj',
|
|
22622
22594
|
denom_units: [{
|
package/assets.js
CHANGED
|
@@ -4437,16 +4437,18 @@ const assets = {
|
|
|
4437
4437
|
}
|
|
4438
4438
|
}],
|
|
4439
4439
|
logo_URIs: {
|
|
4440
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
4441
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
4440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
4442
4441
|
},
|
|
4443
4442
|
images: [{
|
|
4444
4443
|
image_sync: {
|
|
4445
4444
|
chain_name: 'oraichain',
|
|
4446
4445
|
base_denom: 'orai'
|
|
4447
4446
|
},
|
|
4448
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
4449
|
-
|
|
4447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
4448
|
+
theme: {
|
|
4449
|
+
circle: true,
|
|
4450
|
+
dark_mode: true
|
|
4451
|
+
}
|
|
4450
4452
|
}]
|
|
4451
4453
|
},
|
|
4452
4454
|
{
|
|
@@ -12641,9 +12643,9 @@ const assets = {
|
|
|
12641
12643
|
}],
|
|
12642
12644
|
type_asset: 'ics20',
|
|
12643
12645
|
base: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
12644
|
-
name: 'Teledisko DAO',
|
|
12646
|
+
name: 'Teledisko DAO - Legacy',
|
|
12645
12647
|
display: 'berlin',
|
|
12646
|
-
symbol: 'BERLIN',
|
|
12648
|
+
symbol: 'BERLIN-legacy',
|
|
12647
12649
|
traces: [{
|
|
12648
12650
|
type: 'ibc',
|
|
12649
12651
|
counterparty: {
|
|
@@ -12745,8 +12747,7 @@ const assets = {
|
|
|
12745
12747
|
base_denom: 'uc4e'
|
|
12746
12748
|
},
|
|
12747
12749
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
12748
|
-
}]
|
|
12749
|
-
keywords: ['osmosis_unlisted']
|
|
12750
|
+
}]
|
|
12750
12751
|
},
|
|
12751
12752
|
{
|
|
12752
12753
|
description: 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.',
|
|
@@ -13644,6 +13645,10 @@ const assets = {
|
|
|
13644
13645
|
}
|
|
13645
13646
|
}],
|
|
13646
13647
|
images: [{
|
|
13648
|
+
image_sync: {
|
|
13649
|
+
chain_name: 'dhealth',
|
|
13650
|
+
base_denom: 'udhp'
|
|
13651
|
+
},
|
|
13647
13652
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
13648
13653
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
13649
13654
|
}]
|
|
@@ -13651,7 +13656,7 @@ const assets = {
|
|
|
13651
13656
|
{
|
|
13652
13657
|
description: 'The native token of Furya',
|
|
13653
13658
|
denom_units: [{
|
|
13654
|
-
denom: 'ibc/
|
|
13659
|
+
denom: 'ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE',
|
|
13655
13660
|
exponent: 0,
|
|
13656
13661
|
aliases: ['ufury']
|
|
13657
13662
|
}, {
|
|
@@ -13659,7 +13664,7 @@ const assets = {
|
|
|
13659
13664
|
exponent: 6
|
|
13660
13665
|
}],
|
|
13661
13666
|
type_asset: 'ics20',
|
|
13662
|
-
base: 'ibc/
|
|
13667
|
+
base: 'ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE',
|
|
13663
13668
|
name: 'furya',
|
|
13664
13669
|
display: 'fury',
|
|
13665
13670
|
symbol: 'FURY',
|
|
@@ -13668,27 +13673,16 @@ const assets = {
|
|
|
13668
13673
|
counterparty: {
|
|
13669
13674
|
chain_name: 'furya',
|
|
13670
13675
|
base_denom: 'ufury',
|
|
13671
|
-
channel_id: 'channel-
|
|
13676
|
+
channel_id: 'channel-8'
|
|
13672
13677
|
},
|
|
13673
13678
|
chain: {
|
|
13674
|
-
channel_id: 'channel-
|
|
13675
|
-
path: 'transfer/channel-
|
|
13679
|
+
channel_id: 'channel-74222',
|
|
13680
|
+
path: 'transfer/channel-74222/ufury'
|
|
13676
13681
|
}
|
|
13677
13682
|
}],
|
|
13678
|
-
logo_URIs: {
|
|
13679
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
|
|
13680
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg'
|
|
13681
|
-
},
|
|
13682
13683
|
images: [{
|
|
13683
|
-
|
|
13684
|
-
|
|
13685
|
-
base_denom: 'ufury'
|
|
13686
|
-
},
|
|
13687
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
|
|
13688
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg',
|
|
13689
|
-
theme: {
|
|
13690
|
-
primary_color_hex: '#eaf143'
|
|
13691
|
-
}
|
|
13684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
13685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
13692
13686
|
}],
|
|
13693
13687
|
keywords: ['gaming', 'staking']
|
|
13694
13688
|
},
|
|
@@ -13809,6 +13803,10 @@ const assets = {
|
|
|
13809
13803
|
}
|
|
13810
13804
|
}],
|
|
13811
13805
|
images: [{
|
|
13806
|
+
image_sync: {
|
|
13807
|
+
chain_name: 'shido',
|
|
13808
|
+
base_denom: 'shido'
|
|
13809
|
+
},
|
|
13812
13810
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
13813
13811
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
13814
13812
|
}],
|
|
@@ -13947,6 +13945,10 @@ const assets = {
|
|
|
13947
13945
|
}
|
|
13948
13946
|
}],
|
|
13949
13947
|
images: [{
|
|
13948
|
+
image_sync: {
|
|
13949
|
+
chain_name: 'evmos',
|
|
13950
|
+
base_denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f'
|
|
13951
|
+
},
|
|
13950
13952
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
13951
13953
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
13952
13954
|
}],
|
|
@@ -14643,6 +14645,10 @@ const assets = {
|
|
|
14643
14645
|
}
|
|
14644
14646
|
}],
|
|
14645
14647
|
images: [{
|
|
14648
|
+
image_sync: {
|
|
14649
|
+
chain_name: 'bitsong',
|
|
14650
|
+
base_denom: 'ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09'
|
|
14651
|
+
},
|
|
14646
14652
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
|
14647
14653
|
}]
|
|
14648
14654
|
},
|
|
@@ -14674,6 +14680,10 @@ const assets = {
|
|
|
14674
14680
|
}
|
|
14675
14681
|
}],
|
|
14676
14682
|
images: [{
|
|
14683
|
+
image_sync: {
|
|
14684
|
+
chain_name: 'bitsong',
|
|
14685
|
+
base_denom: 'ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A'
|
|
14686
|
+
},
|
|
14677
14687
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
|
14678
14688
|
}]
|
|
14679
14689
|
},
|
|
@@ -14807,6 +14817,10 @@ const assets = {
|
|
|
14807
14817
|
}
|
|
14808
14818
|
}],
|
|
14809
14819
|
images: [{
|
|
14820
|
+
image_sync: {
|
|
14821
|
+
chain_name: 'seda',
|
|
14822
|
+
base_denom: 'aseda'
|
|
14823
|
+
},
|
|
14810
14824
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
14811
14825
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
14812
14826
|
}]
|
|
@@ -14943,6 +14957,10 @@ const assets = {
|
|
|
14943
14957
|
}
|
|
14944
14958
|
}],
|
|
14945
14959
|
images: [{
|
|
14960
|
+
image_sync: {
|
|
14961
|
+
chain_name: 'juno',
|
|
14962
|
+
base_denom: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg'
|
|
14963
|
+
},
|
|
14946
14964
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
14947
14965
|
}]
|
|
14948
14966
|
},
|
|
@@ -15728,7 +15746,7 @@ const assets = {
|
|
|
15728
15746
|
chain_name: 'solana',
|
|
15729
15747
|
base_denom: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'
|
|
15730
15748
|
},
|
|
15731
|
-
|
|
15749
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
15732
15750
|
}],
|
|
15733
15751
|
keywords: ['osmosis_unlisted']
|
|
15734
15752
|
},
|
|
@@ -15844,7 +15862,7 @@ const assets = {
|
|
|
15844
15862
|
chain_name: 'solana',
|
|
15845
15863
|
base_denom: 'mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So'
|
|
15846
15864
|
},
|
|
15847
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
15865
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png'
|
|
15848
15866
|
}],
|
|
15849
15867
|
keywords: ['osmosis_unlisted']
|
|
15850
15868
|
},
|
|
@@ -15996,6 +16014,8 @@ const assets = {
|
|
|
15996
16014
|
provider: 'Osmosis'
|
|
15997
16015
|
}],
|
|
15998
16016
|
images: [{
|
|
16017
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allUSDT.svg'
|
|
16018
|
+
}, {
|
|
15999
16019
|
image_sync: {
|
|
16000
16020
|
chain_name: 'ethereum',
|
|
16001
16021
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
@@ -16004,6 +16024,115 @@ const assets = {
|
|
|
16004
16024
|
}],
|
|
16005
16025
|
keywords: ['osmosis_unlisted']
|
|
16006
16026
|
},
|
|
16027
|
+
{
|
|
16028
|
+
description: 'Whinecoin is an experimental memecoin by the Sommelier Finance team.',
|
|
16029
|
+
denom_units: [{
|
|
16030
|
+
denom: 'ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1',
|
|
16031
|
+
exponent: 0,
|
|
16032
|
+
aliases: ['ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump', 'ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912']
|
|
16033
|
+
}, {
|
|
16034
|
+
denom: 'whine',
|
|
16035
|
+
exponent: 6
|
|
16036
|
+
}],
|
|
16037
|
+
type_asset: 'ics20',
|
|
16038
|
+
base: 'ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1',
|
|
16039
|
+
name: 'WHINEcoin',
|
|
16040
|
+
display: 'whine',
|
|
16041
|
+
symbol: 'WHINE',
|
|
16042
|
+
traces: [{
|
|
16043
|
+
type: 'ibc',
|
|
16044
|
+
counterparty: {
|
|
16045
|
+
chain_name: 'solana',
|
|
16046
|
+
base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
|
|
16047
|
+
channel_id: 'channel-1'
|
|
16048
|
+
},
|
|
16049
|
+
chain: {
|
|
16050
|
+
channel_id: 'channel-71',
|
|
16051
|
+
path: 'transfer/channel-71/ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
|
|
16052
|
+
}
|
|
16053
|
+
}, {
|
|
16054
|
+
type: 'ibc',
|
|
16055
|
+
counterparty: {
|
|
16056
|
+
chain_name: 'composable',
|
|
16057
|
+
base_denom: 'ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912',
|
|
16058
|
+
channel_id: 'channel-3'
|
|
16059
|
+
},
|
|
16060
|
+
chain: {
|
|
16061
|
+
channel_id: 'channel-1279',
|
|
16062
|
+
path: 'transfer/channel-1279/transfer/channel-71/ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
|
|
16063
|
+
}
|
|
16064
|
+
}],
|
|
16065
|
+
images: [{
|
|
16066
|
+
image_sync: {
|
|
16067
|
+
chain_name: 'solana',
|
|
16068
|
+
base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
|
|
16069
|
+
},
|
|
16070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
16071
|
+
}]
|
|
16072
|
+
},
|
|
16073
|
+
{
|
|
16074
|
+
description: 'A group of french boulanger who wanna bring fun and baguette on cosmos',
|
|
16075
|
+
denom_units: [{
|
|
16076
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16077
|
+
exponent: 0
|
|
16078
|
+
}, {
|
|
16079
|
+
denom: 'BAG',
|
|
16080
|
+
exponent: 6
|
|
16081
|
+
}],
|
|
16082
|
+
type_asset: 'sdk.coin',
|
|
16083
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
16084
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16085
|
+
name: 'Baguette',
|
|
16086
|
+
display: 'BAG',
|
|
16087
|
+
symbol: 'BAG',
|
|
16088
|
+
logo_URIs: {
|
|
16089
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16090
|
+
},
|
|
16091
|
+
images: [{
|
|
16092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16093
|
+
}]
|
|
16094
|
+
},
|
|
16095
|
+
{
|
|
16096
|
+
description: 'The native token of Furya',
|
|
16097
|
+
denom_units: [{
|
|
16098
|
+
denom: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
16099
|
+
exponent: 0,
|
|
16100
|
+
aliases: ['ufury']
|
|
16101
|
+
}, {
|
|
16102
|
+
denom: 'fury',
|
|
16103
|
+
exponent: 6
|
|
16104
|
+
}],
|
|
16105
|
+
type_asset: 'ics20',
|
|
16106
|
+
base: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
16107
|
+
name: 'furya',
|
|
16108
|
+
display: 'fury',
|
|
16109
|
+
symbol: 'FURY',
|
|
16110
|
+
traces: [{
|
|
16111
|
+
type: 'ibc',
|
|
16112
|
+
counterparty: {
|
|
16113
|
+
chain_name: 'furya',
|
|
16114
|
+
base_denom: 'ufury',
|
|
16115
|
+
channel_id: 'channel-3'
|
|
16116
|
+
},
|
|
16117
|
+
chain: {
|
|
16118
|
+
channel_id: 'channel-8690',
|
|
16119
|
+
path: 'transfer/channel-8690/ufury'
|
|
16120
|
+
}
|
|
16121
|
+
}],
|
|
16122
|
+
logo_URIs: {
|
|
16123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
16124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
16125
|
+
},
|
|
16126
|
+
images: [{
|
|
16127
|
+
image_sync: {
|
|
16128
|
+
chain_name: 'furya',
|
|
16129
|
+
base_denom: 'ufury'
|
|
16130
|
+
},
|
|
16131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
16132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
16133
|
+
}],
|
|
16134
|
+
keywords: ['gaming', 'staking']
|
|
16135
|
+
},
|
|
16007
16136
|
{
|
|
16008
16137
|
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
16009
16138
|
denom_units: [{
|
|
@@ -16345,28 +16474,6 @@ const assets = {
|
|
|
16345
16474
|
},
|
|
16346
16475
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
16347
16476
|
}]
|
|
16348
|
-
},
|
|
16349
|
-
{
|
|
16350
|
-
description: 'A group of french boulanger who wanna bring fun and baguette on cosmos',
|
|
16351
|
-
denom_units: [{
|
|
16352
|
-
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16353
|
-
exponent: 0
|
|
16354
|
-
}, {
|
|
16355
|
-
denom: 'BAG',
|
|
16356
|
-
exponent: 6
|
|
16357
|
-
}],
|
|
16358
|
-
type_asset: 'sdk.coin',
|
|
16359
|
-
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
16360
|
-
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16361
|
-
name: 'Baguette',
|
|
16362
|
-
display: 'BAG',
|
|
16363
|
-
symbol: 'BAG',
|
|
16364
|
-
logo_URIs: {
|
|
16365
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16366
|
-
},
|
|
16367
|
-
images: [{
|
|
16368
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16369
|
-
}]
|
|
16370
16477
|
}
|
|
16371
16478
|
]
|
|
16372
16479
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -19,7 +19,6 @@ const asset_list = {
|
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
21
21
|
},
|
|
22
|
-
coingecko_id: '',
|
|
23
22
|
images: [{
|
|
24
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
25
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
@@ -715,7 +714,6 @@ const asset_list = {
|
|
|
715
714
|
logo_URIs: {
|
|
716
715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
|
|
717
716
|
},
|
|
718
|
-
coingecko_id: '',
|
|
719
717
|
keywords: ['elt'],
|
|
720
718
|
images: [{
|
|
721
719
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
|
|
@@ -749,7 +747,6 @@ const asset_list = {
|
|
|
749
747
|
logo_URIs: {
|
|
750
748
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
|
|
751
749
|
},
|
|
752
|
-
coingecko_id: '',
|
|
753
750
|
keywords: ['g4'],
|
|
754
751
|
images: [{
|
|
755
752
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
|
|
@@ -1277,7 +1274,6 @@ const asset_list = {
|
|
|
1277
1274
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1278
1275
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
1279
1276
|
},
|
|
1280
|
-
coingecko_id: '',
|
|
1281
1277
|
images: [{
|
|
1282
1278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1283
1279
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
@@ -1951,7 +1947,6 @@ const asset_list = {
|
|
|
1951
1947
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
1952
1948
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
1953
1949
|
},
|
|
1954
|
-
coingecko_id: '',
|
|
1955
1950
|
images: [{
|
|
1956
1951
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
1957
1952
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
@@ -2088,7 +2083,6 @@ const asset_list = {
|
|
|
2088
2083
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
|
|
2089
2084
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
2090
2085
|
},
|
|
2091
|
-
coingecko_id: '',
|
|
2092
2086
|
images: [{
|
|
2093
2087
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
|
|
2094
2088
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
@@ -2123,7 +2117,6 @@ const asset_list = {
|
|
|
2123
2117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
|
|
2124
2118
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
2125
2119
|
},
|
|
2126
|
-
coingecko_id: '',
|
|
2127
2120
|
images: [{
|
|
2128
2121
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
|
|
2129
2122
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
@@ -2158,7 +2151,6 @@ const asset_list = {
|
|
|
2158
2151
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
|
|
2159
2152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
2160
2153
|
},
|
|
2161
|
-
coingecko_id: '',
|
|
2162
2154
|
images: [{
|
|
2163
2155
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
|
|
2164
2156
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
@@ -2193,7 +2185,6 @@ const asset_list = {
|
|
|
2193
2185
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
|
|
2194
2186
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
2195
2187
|
},
|
|
2196
|
-
coingecko_id: '',
|
|
2197
2188
|
images: [{
|
|
2198
2189
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
|
|
2199
2190
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
@@ -2580,8 +2571,7 @@ const asset_list = {
|
|
|
2580
2571
|
aliases: ['utest']
|
|
2581
2572
|
}, {
|
|
2582
2573
|
denom: 'test',
|
|
2583
|
-
exponent: 6
|
|
2584
|
-
aliases: []
|
|
2574
|
+
exponent: 6
|
|
2585
2575
|
}],
|
|
2586
2576
|
type_asset: 'sdk.coin',
|
|
2587
2577
|
base: 'ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5',
|
|
@@ -2608,8 +2598,7 @@ const asset_list = {
|
|
|
2608
2598
|
aliases: ['uworm']
|
|
2609
2599
|
}, {
|
|
2610
2600
|
denom: 'worm',
|
|
2611
|
-
exponent: 6
|
|
2612
|
-
aliases: []
|
|
2601
|
+
exponent: 6
|
|
2613
2602
|
}],
|
|
2614
2603
|
type_asset: 'sdk.coin',
|
|
2615
2604
|
base: 'ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC',
|
|
@@ -4367,7 +4356,6 @@ const asset_list = {
|
|
|
4367
4356
|
logo_URIs: {
|
|
4368
4357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
4369
4358
|
},
|
|
4370
|
-
coingecko_id: '',
|
|
4371
4359
|
images: [{
|
|
4372
4360
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
4373
4361
|
}],
|
|
@@ -4734,7 +4722,6 @@ const asset_list = {
|
|
|
4734
4722
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
4735
4723
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
4736
4724
|
},
|
|
4737
|
-
coingecko_id: '',
|
|
4738
4725
|
images: [{
|
|
4739
4726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
4740
4727
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
@@ -5430,7 +5417,6 @@ const asset_list = {
|
|
|
5430
5417
|
logo_URIs: {
|
|
5431
5418
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
|
|
5432
5419
|
},
|
|
5433
|
-
coingecko_id: '',
|
|
5434
5420
|
keywords: ['elt'],
|
|
5435
5421
|
images: [{
|
|
5436
5422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
|
|
@@ -5464,7 +5450,6 @@ const asset_list = {
|
|
|
5464
5450
|
logo_URIs: {
|
|
5465
5451
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
|
|
5466
5452
|
},
|
|
5467
|
-
coingecko_id: '',
|
|
5468
5453
|
keywords: ['g4'],
|
|
5469
5454
|
images: [{
|
|
5470
5455
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
|
|
@@ -5992,7 +5977,6 @@ const asset_list = {
|
|
|
5992
5977
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
5993
5978
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
5994
5979
|
},
|
|
5995
|
-
coingecko_id: '',
|
|
5996
5980
|
images: [{
|
|
5997
5981
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
5998
5982
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
|
|
@@ -6666,7 +6650,6 @@ const asset_list = {
|
|
|
6666
6650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
6667
6651
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
6668
6652
|
},
|
|
6669
|
-
coingecko_id: '',
|
|
6670
6653
|
images: [{
|
|
6671
6654
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
6672
6655
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
@@ -6803,7 +6786,6 @@ const asset_list = {
|
|
|
6803
6786
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
|
|
6804
6787
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
6805
6788
|
},
|
|
6806
|
-
coingecko_id: '',
|
|
6807
6789
|
images: [{
|
|
6808
6790
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
|
|
6809
6791
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
|
|
@@ -6838,7 +6820,6 @@ const asset_list = {
|
|
|
6838
6820
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
|
|
6839
6821
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
6840
6822
|
},
|
|
6841
|
-
coingecko_id: '',
|
|
6842
6823
|
images: [{
|
|
6843
6824
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
|
|
6844
6825
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
|
|
@@ -6873,7 +6854,6 @@ const asset_list = {
|
|
|
6873
6854
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
|
|
6874
6855
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
6875
6856
|
},
|
|
6876
|
-
coingecko_id: '',
|
|
6877
6857
|
images: [{
|
|
6878
6858
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
|
|
6879
6859
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
|
|
@@ -6908,7 +6888,6 @@ const asset_list = {
|
|
|
6908
6888
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
|
|
6909
6889
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
6910
6890
|
},
|
|
6911
|
-
coingecko_id: '',
|
|
6912
6891
|
images: [{
|
|
6913
6892
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
|
|
6914
6893
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
|
|
@@ -7295,8 +7274,7 @@ const asset_list = {
|
|
|
7295
7274
|
aliases: ['utest']
|
|
7296
7275
|
}, {
|
|
7297
7276
|
denom: 'test',
|
|
7298
|
-
exponent: 6
|
|
7299
|
-
aliases: []
|
|
7277
|
+
exponent: 6
|
|
7300
7278
|
}],
|
|
7301
7279
|
type_asset: 'sdk.coin',
|
|
7302
7280
|
base: 'ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5',
|
|
@@ -7323,8 +7301,7 @@ const asset_list = {
|
|
|
7323
7301
|
aliases: ['uworm']
|
|
7324
7302
|
}, {
|
|
7325
7303
|
denom: 'worm',
|
|
7326
|
-
exponent: 6
|
|
7327
|
-
aliases: []
|
|
7304
|
+
exponent: 6
|
|
7328
7305
|
}],
|
|
7329
7306
|
type_asset: 'sdk.coin',
|
|
7330
7307
|
base: 'ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC',
|
|
@@ -9082,7 +9059,6 @@ const asset_list = {
|
|
|
9082
9059
|
logo_URIs: {
|
|
9083
9060
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
9084
9061
|
},
|
|
9085
|
-
coingecko_id: '',
|
|
9086
9062
|
images: [{
|
|
9087
9063
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
9088
9064
|
}],
|
|
@@ -9885,7 +9861,6 @@ const asset_list = {
|
|
|
9885
9861
|
logo_URIs: {
|
|
9886
9862
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
9887
9863
|
},
|
|
9888
|
-
coingecko_id: '',
|
|
9889
9864
|
images: [{
|
|
9890
9865
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
9891
9866
|
}],
|
|
@@ -12504,7 +12479,6 @@ const asset_list = {
|
|
|
12504
12479
|
logo_URIs: {
|
|
12505
12480
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
12506
12481
|
},
|
|
12507
|
-
coingecko_id: '',
|
|
12508
12482
|
images: [{
|
|
12509
12483
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png'
|
|
12510
12484
|
}],
|
|
@@ -21285,7 +21259,6 @@ const asset_list = {
|
|
|
21285
21259
|
}]
|
|
21286
21260
|
},
|
|
21287
21261
|
{
|
|
21288
|
-
description: '',
|
|
21289
21262
|
type_asset: 'cw20',
|
|
21290
21263
|
address: 'terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj',
|
|
21291
21264
|
denom_units: [{
|
|
@@ -22614,7 +22587,6 @@ const asset_list = {
|
|
|
22614
22587
|
}]
|
|
22615
22588
|
},
|
|
22616
22589
|
{
|
|
22617
|
-
description: '',
|
|
22618
22590
|
type_asset: 'cw20',
|
|
22619
22591
|
address: 'terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj',
|
|
22620
22592
|
denom_units: [{
|
package/esm/assets.js
CHANGED
|
@@ -4435,16 +4435,18 @@ const assets = {
|
|
|
4435
4435
|
}
|
|
4436
4436
|
}],
|
|
4437
4437
|
logo_URIs: {
|
|
4438
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
4439
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
4438
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
4440
4439
|
},
|
|
4441
4440
|
images: [{
|
|
4442
4441
|
image_sync: {
|
|
4443
4442
|
chain_name: 'oraichain',
|
|
4444
4443
|
base_denom: 'orai'
|
|
4445
4444
|
},
|
|
4446
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
4447
|
-
|
|
4445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
4446
|
+
theme: {
|
|
4447
|
+
circle: true,
|
|
4448
|
+
dark_mode: true
|
|
4449
|
+
}
|
|
4448
4450
|
}]
|
|
4449
4451
|
},
|
|
4450
4452
|
{
|
|
@@ -12639,9 +12641,9 @@ const assets = {
|
|
|
12639
12641
|
}],
|
|
12640
12642
|
type_asset: 'ics20',
|
|
12641
12643
|
base: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
12642
|
-
name: 'Teledisko DAO',
|
|
12644
|
+
name: 'Teledisko DAO - Legacy',
|
|
12643
12645
|
display: 'berlin',
|
|
12644
|
-
symbol: 'BERLIN',
|
|
12646
|
+
symbol: 'BERLIN-legacy',
|
|
12645
12647
|
traces: [{
|
|
12646
12648
|
type: 'ibc',
|
|
12647
12649
|
counterparty: {
|
|
@@ -12743,8 +12745,7 @@ const assets = {
|
|
|
12743
12745
|
base_denom: 'uc4e'
|
|
12744
12746
|
},
|
|
12745
12747
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
12746
|
-
}]
|
|
12747
|
-
keywords: ['osmosis_unlisted']
|
|
12748
|
+
}]
|
|
12748
12749
|
},
|
|
12749
12750
|
{
|
|
12750
12751
|
description: 'Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.',
|
|
@@ -13642,6 +13643,10 @@ const assets = {
|
|
|
13642
13643
|
}
|
|
13643
13644
|
}],
|
|
13644
13645
|
images: [{
|
|
13646
|
+
image_sync: {
|
|
13647
|
+
chain_name: 'dhealth',
|
|
13648
|
+
base_denom: 'udhp'
|
|
13649
|
+
},
|
|
13645
13650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
13646
13651
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
13647
13652
|
}]
|
|
@@ -13649,7 +13654,7 @@ const assets = {
|
|
|
13649
13654
|
{
|
|
13650
13655
|
description: 'The native token of Furya',
|
|
13651
13656
|
denom_units: [{
|
|
13652
|
-
denom: 'ibc/
|
|
13657
|
+
denom: 'ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE',
|
|
13653
13658
|
exponent: 0,
|
|
13654
13659
|
aliases: ['ufury']
|
|
13655
13660
|
}, {
|
|
@@ -13657,7 +13662,7 @@ const assets = {
|
|
|
13657
13662
|
exponent: 6
|
|
13658
13663
|
}],
|
|
13659
13664
|
type_asset: 'ics20',
|
|
13660
|
-
base: 'ibc/
|
|
13665
|
+
base: 'ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE',
|
|
13661
13666
|
name: 'furya',
|
|
13662
13667
|
display: 'fury',
|
|
13663
13668
|
symbol: 'FURY',
|
|
@@ -13666,27 +13671,16 @@ const assets = {
|
|
|
13666
13671
|
counterparty: {
|
|
13667
13672
|
chain_name: 'furya',
|
|
13668
13673
|
base_denom: 'ufury',
|
|
13669
|
-
channel_id: 'channel-
|
|
13674
|
+
channel_id: 'channel-8'
|
|
13670
13675
|
},
|
|
13671
13676
|
chain: {
|
|
13672
|
-
channel_id: 'channel-
|
|
13673
|
-
path: 'transfer/channel-
|
|
13677
|
+
channel_id: 'channel-74222',
|
|
13678
|
+
path: 'transfer/channel-74222/ufury'
|
|
13674
13679
|
}
|
|
13675
13680
|
}],
|
|
13676
|
-
logo_URIs: {
|
|
13677
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
|
|
13678
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg'
|
|
13679
|
-
},
|
|
13680
13681
|
images: [{
|
|
13681
|
-
|
|
13682
|
-
|
|
13683
|
-
base_denom: 'ufury'
|
|
13684
|
-
},
|
|
13685
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
|
|
13686
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg',
|
|
13687
|
-
theme: {
|
|
13688
|
-
primary_color_hex: '#eaf143'
|
|
13689
|
-
}
|
|
13682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
13683
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
13690
13684
|
}],
|
|
13691
13685
|
keywords: ['gaming', 'staking']
|
|
13692
13686
|
},
|
|
@@ -13807,6 +13801,10 @@ const assets = {
|
|
|
13807
13801
|
}
|
|
13808
13802
|
}],
|
|
13809
13803
|
images: [{
|
|
13804
|
+
image_sync: {
|
|
13805
|
+
chain_name: 'shido',
|
|
13806
|
+
base_denom: 'shido'
|
|
13807
|
+
},
|
|
13810
13808
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
13811
13809
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
13812
13810
|
}],
|
|
@@ -13945,6 +13943,10 @@ const assets = {
|
|
|
13945
13943
|
}
|
|
13946
13944
|
}],
|
|
13947
13945
|
images: [{
|
|
13946
|
+
image_sync: {
|
|
13947
|
+
chain_name: 'evmos',
|
|
13948
|
+
base_denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f'
|
|
13949
|
+
},
|
|
13948
13950
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
13949
13951
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
13950
13952
|
}],
|
|
@@ -14641,6 +14643,10 @@ const assets = {
|
|
|
14641
14643
|
}
|
|
14642
14644
|
}],
|
|
14643
14645
|
images: [{
|
|
14646
|
+
image_sync: {
|
|
14647
|
+
chain_name: 'bitsong',
|
|
14648
|
+
base_denom: 'ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09'
|
|
14649
|
+
},
|
|
14644
14650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
|
14645
14651
|
}]
|
|
14646
14652
|
},
|
|
@@ -14672,6 +14678,10 @@ const assets = {
|
|
|
14672
14678
|
}
|
|
14673
14679
|
}],
|
|
14674
14680
|
images: [{
|
|
14681
|
+
image_sync: {
|
|
14682
|
+
chain_name: 'bitsong',
|
|
14683
|
+
base_denom: 'ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A'
|
|
14684
|
+
},
|
|
14675
14685
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
|
14676
14686
|
}]
|
|
14677
14687
|
},
|
|
@@ -14805,6 +14815,10 @@ const assets = {
|
|
|
14805
14815
|
}
|
|
14806
14816
|
}],
|
|
14807
14817
|
images: [{
|
|
14818
|
+
image_sync: {
|
|
14819
|
+
chain_name: 'seda',
|
|
14820
|
+
base_denom: 'aseda'
|
|
14821
|
+
},
|
|
14808
14822
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
14809
14823
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
14810
14824
|
}]
|
|
@@ -14941,6 +14955,10 @@ const assets = {
|
|
|
14941
14955
|
}
|
|
14942
14956
|
}],
|
|
14943
14957
|
images: [{
|
|
14958
|
+
image_sync: {
|
|
14959
|
+
chain_name: 'juno',
|
|
14960
|
+
base_denom: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg'
|
|
14961
|
+
},
|
|
14944
14962
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
14945
14963
|
}]
|
|
14946
14964
|
},
|
|
@@ -15726,7 +15744,7 @@ const assets = {
|
|
|
15726
15744
|
chain_name: 'solana',
|
|
15727
15745
|
base_denom: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'
|
|
15728
15746
|
},
|
|
15729
|
-
|
|
15747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
15730
15748
|
}],
|
|
15731
15749
|
keywords: ['osmosis_unlisted']
|
|
15732
15750
|
},
|
|
@@ -15842,7 +15860,7 @@ const assets = {
|
|
|
15842
15860
|
chain_name: 'solana',
|
|
15843
15861
|
base_denom: 'mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So'
|
|
15844
15862
|
},
|
|
15845
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
15863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png'
|
|
15846
15864
|
}],
|
|
15847
15865
|
keywords: ['osmosis_unlisted']
|
|
15848
15866
|
},
|
|
@@ -15994,6 +16012,8 @@ const assets = {
|
|
|
15994
16012
|
provider: 'Osmosis'
|
|
15995
16013
|
}],
|
|
15996
16014
|
images: [{
|
|
16015
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allUSDT.svg'
|
|
16016
|
+
}, {
|
|
15997
16017
|
image_sync: {
|
|
15998
16018
|
chain_name: 'ethereum',
|
|
15999
16019
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
@@ -16002,6 +16022,115 @@ const assets = {
|
|
|
16002
16022
|
}],
|
|
16003
16023
|
keywords: ['osmosis_unlisted']
|
|
16004
16024
|
},
|
|
16025
|
+
{
|
|
16026
|
+
description: 'Whinecoin is an experimental memecoin by the Sommelier Finance team.',
|
|
16027
|
+
denom_units: [{
|
|
16028
|
+
denom: 'ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1',
|
|
16029
|
+
exponent: 0,
|
|
16030
|
+
aliases: ['ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump', 'ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912']
|
|
16031
|
+
}, {
|
|
16032
|
+
denom: 'whine',
|
|
16033
|
+
exponent: 6
|
|
16034
|
+
}],
|
|
16035
|
+
type_asset: 'ics20',
|
|
16036
|
+
base: 'ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1',
|
|
16037
|
+
name: 'WHINEcoin',
|
|
16038
|
+
display: 'whine',
|
|
16039
|
+
symbol: 'WHINE',
|
|
16040
|
+
traces: [{
|
|
16041
|
+
type: 'ibc',
|
|
16042
|
+
counterparty: {
|
|
16043
|
+
chain_name: 'solana',
|
|
16044
|
+
base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
|
|
16045
|
+
channel_id: 'channel-1'
|
|
16046
|
+
},
|
|
16047
|
+
chain: {
|
|
16048
|
+
channel_id: 'channel-71',
|
|
16049
|
+
path: 'transfer/channel-71/ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
|
|
16050
|
+
}
|
|
16051
|
+
}, {
|
|
16052
|
+
type: 'ibc',
|
|
16053
|
+
counterparty: {
|
|
16054
|
+
chain_name: 'composable',
|
|
16055
|
+
base_denom: 'ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912',
|
|
16056
|
+
channel_id: 'channel-3'
|
|
16057
|
+
},
|
|
16058
|
+
chain: {
|
|
16059
|
+
channel_id: 'channel-1279',
|
|
16060
|
+
path: 'transfer/channel-1279/transfer/channel-71/ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
|
|
16061
|
+
}
|
|
16062
|
+
}],
|
|
16063
|
+
images: [{
|
|
16064
|
+
image_sync: {
|
|
16065
|
+
chain_name: 'solana',
|
|
16066
|
+
base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
|
|
16067
|
+
},
|
|
16068
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
16069
|
+
}]
|
|
16070
|
+
},
|
|
16071
|
+
{
|
|
16072
|
+
description: 'A group of french boulanger who wanna bring fun and baguette on cosmos',
|
|
16073
|
+
denom_units: [{
|
|
16074
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16075
|
+
exponent: 0
|
|
16076
|
+
}, {
|
|
16077
|
+
denom: 'BAG',
|
|
16078
|
+
exponent: 6
|
|
16079
|
+
}],
|
|
16080
|
+
type_asset: 'sdk.coin',
|
|
16081
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
16082
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16083
|
+
name: 'Baguette',
|
|
16084
|
+
display: 'BAG',
|
|
16085
|
+
symbol: 'BAG',
|
|
16086
|
+
logo_URIs: {
|
|
16087
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16088
|
+
},
|
|
16089
|
+
images: [{
|
|
16090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16091
|
+
}]
|
|
16092
|
+
},
|
|
16093
|
+
{
|
|
16094
|
+
description: 'The native token of Furya',
|
|
16095
|
+
denom_units: [{
|
|
16096
|
+
denom: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
16097
|
+
exponent: 0,
|
|
16098
|
+
aliases: ['ufury']
|
|
16099
|
+
}, {
|
|
16100
|
+
denom: 'fury',
|
|
16101
|
+
exponent: 6
|
|
16102
|
+
}],
|
|
16103
|
+
type_asset: 'ics20',
|
|
16104
|
+
base: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
|
|
16105
|
+
name: 'furya',
|
|
16106
|
+
display: 'fury',
|
|
16107
|
+
symbol: 'FURY',
|
|
16108
|
+
traces: [{
|
|
16109
|
+
type: 'ibc',
|
|
16110
|
+
counterparty: {
|
|
16111
|
+
chain_name: 'furya',
|
|
16112
|
+
base_denom: 'ufury',
|
|
16113
|
+
channel_id: 'channel-3'
|
|
16114
|
+
},
|
|
16115
|
+
chain: {
|
|
16116
|
+
channel_id: 'channel-8690',
|
|
16117
|
+
path: 'transfer/channel-8690/ufury'
|
|
16118
|
+
}
|
|
16119
|
+
}],
|
|
16120
|
+
logo_URIs: {
|
|
16121
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
16122
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
16123
|
+
},
|
|
16124
|
+
images: [{
|
|
16125
|
+
image_sync: {
|
|
16126
|
+
chain_name: 'furya',
|
|
16127
|
+
base_denom: 'ufury'
|
|
16128
|
+
},
|
|
16129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
16130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
16131
|
+
}],
|
|
16132
|
+
keywords: ['gaming', 'staking']
|
|
16133
|
+
},
|
|
16005
16134
|
{
|
|
16006
16135
|
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
16007
16136
|
denom_units: [{
|
|
@@ -16343,28 +16472,6 @@ const assets = {
|
|
|
16343
16472
|
},
|
|
16344
16473
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
16345
16474
|
}]
|
|
16346
|
-
},
|
|
16347
|
-
{
|
|
16348
|
-
description: 'A group of french boulanger who wanna bring fun and baguette on cosmos',
|
|
16349
|
-
denom_units: [{
|
|
16350
|
-
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16351
|
-
exponent: 0
|
|
16352
|
-
}, {
|
|
16353
|
-
denom: 'BAG',
|
|
16354
|
-
exponent: 6
|
|
16355
|
-
}],
|
|
16356
|
-
type_asset: 'sdk.coin',
|
|
16357
|
-
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
16358
|
-
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16359
|
-
name: 'Baguette',
|
|
16360
|
-
display: 'BAG',
|
|
16361
|
-
symbol: 'BAG',
|
|
16362
|
-
logo_URIs: {
|
|
16363
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16364
|
-
},
|
|
16365
|
-
images: [{
|
|
16366
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16367
|
-
}]
|
|
16368
16475
|
}
|
|
16369
16476
|
]
|
|
16370
16477
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.2",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.45.
|
|
33
|
+
"@chain-registry/types": "^0.45.2"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "749273a2a1594f82108923044f719613c3a5b1a5"
|
|
43
43
|
}
|