@chain-registry/osmosis 1.67.10 → 1.67.12
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 +178 -48
- package/assets.js +100 -93
- package/esm/asset_list.js +178 -48
- package/esm/assets.js +100 -93
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -320,8 +320,8 @@ const assets = {
|
|
|
320
320
|
}
|
|
321
321
|
],
|
|
322
322
|
logo_URIs: {
|
|
323
|
-
|
|
324
|
-
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png',
|
|
324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg'
|
|
325
325
|
},
|
|
326
326
|
images: [{
|
|
327
327
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg',
|
|
@@ -334,10 +334,12 @@ const assets = {
|
|
|
334
334
|
chain_name: 'axelar',
|
|
335
335
|
base_denom: 'uusdt'
|
|
336
336
|
},
|
|
337
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
338
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
338
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
339
339
|
theme: {
|
|
340
|
-
|
|
340
|
+
circle: true,
|
|
341
|
+
primary_color_hex: '#009393',
|
|
342
|
+
background_color_hex: '#009393'
|
|
341
343
|
}
|
|
342
344
|
}]
|
|
343
345
|
},
|
|
@@ -3339,8 +3341,8 @@ const assets = {
|
|
|
3339
3341
|
}
|
|
3340
3342
|
],
|
|
3341
3343
|
logo_URIs: {
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png',
|
|
3345
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg'
|
|
3344
3346
|
},
|
|
3345
3347
|
images: [{
|
|
3346
3348
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg',
|
|
@@ -3916,8 +3918,8 @@ const assets = {
|
|
|
3916
3918
|
}
|
|
3917
3919
|
}],
|
|
3918
3920
|
logo_URIs: {
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png',
|
|
3922
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg'
|
|
3921
3923
|
},
|
|
3922
3924
|
images: [{
|
|
3923
3925
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg',
|
|
@@ -4206,8 +4208,8 @@ const assets = {
|
|
|
4206
4208
|
}
|
|
4207
4209
|
}],
|
|
4208
4210
|
logo_URIs: {
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png',
|
|
4212
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg'
|
|
4211
4213
|
},
|
|
4212
4214
|
images: [{
|
|
4213
4215
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg',
|
|
@@ -5707,8 +5709,8 @@ const assets = {
|
|
|
5707
5709
|
}
|
|
5708
5710
|
}],
|
|
5709
5711
|
logo_URIs: {
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
5713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
5712
5714
|
},
|
|
5713
5715
|
images: [{
|
|
5714
5716
|
image_sync: {
|
|
@@ -8673,8 +8675,8 @@ const assets = {
|
|
|
8673
8675
|
}
|
|
8674
8676
|
}],
|
|
8675
8677
|
logo_URIs: {
|
|
8676
|
-
|
|
8677
|
-
|
|
8678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.png',
|
|
8679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg'
|
|
8678
8680
|
},
|
|
8679
8681
|
images: [{
|
|
8680
8682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg',
|
|
@@ -8812,8 +8814,8 @@ const assets = {
|
|
|
8812
8814
|
}
|
|
8813
8815
|
}],
|
|
8814
8816
|
logo_URIs: {
|
|
8815
|
-
|
|
8816
|
-
|
|
8817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.png',
|
|
8818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg'
|
|
8817
8819
|
},
|
|
8818
8820
|
images: [{
|
|
8819
8821
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg',
|
|
@@ -9652,8 +9654,8 @@ const assets = {
|
|
|
9652
9654
|
}
|
|
9653
9655
|
],
|
|
9654
9656
|
logo_URIs: {
|
|
9655
|
-
|
|
9656
|
-
|
|
9657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.png',
|
|
9658
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg'
|
|
9657
9659
|
},
|
|
9658
9660
|
images: [{
|
|
9659
9661
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg',
|
|
@@ -9944,8 +9946,8 @@ const assets = {
|
|
|
9944
9946
|
}
|
|
9945
9947
|
],
|
|
9946
9948
|
logo_URIs: {
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png',
|
|
9950
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg'
|
|
9949
9951
|
},
|
|
9950
9952
|
images: [{
|
|
9951
9953
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg',
|
|
@@ -10227,8 +10229,8 @@ const assets = {
|
|
|
10227
10229
|
}
|
|
10228
10230
|
],
|
|
10229
10231
|
logo_URIs: {
|
|
10230
|
-
|
|
10231
|
-
|
|
10232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.png',
|
|
10233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg'
|
|
10232
10234
|
},
|
|
10233
10235
|
images: [{
|
|
10234
10236
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg',
|
|
@@ -10342,8 +10344,8 @@ const assets = {
|
|
|
10342
10344
|
}
|
|
10343
10345
|
],
|
|
10344
10346
|
logo_URIs: {
|
|
10345
|
-
|
|
10346
|
-
|
|
10347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png',
|
|
10348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg'
|
|
10347
10349
|
},
|
|
10348
10350
|
images: [{
|
|
10349
10351
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg',
|
|
@@ -10718,8 +10720,8 @@ const assets = {
|
|
|
10718
10720
|
}
|
|
10719
10721
|
],
|
|
10720
10722
|
logo_URIs: {
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10724
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10723
10725
|
},
|
|
10724
10726
|
images: [{
|
|
10725
10727
|
image_sync: {
|
|
@@ -14159,7 +14161,6 @@ const assets = {
|
|
|
14159
14161
|
primary_color_hex: '#1e264f'
|
|
14160
14162
|
}
|
|
14161
14163
|
}],
|
|
14162
|
-
coingecko_id: 'sail-dao',
|
|
14163
14164
|
socials: {
|
|
14164
14165
|
website: 'https://daodao.zone/dao/osmo106tvcj58rvdn9k36m9m3xcmcwk2c3fgft3ldcst9lgy05gcmjanqexru3h/home',
|
|
14165
14166
|
twitter: 'https://twitter.com/Sail_DAO_'
|
|
@@ -15642,8 +15643,8 @@ const assets = {
|
|
|
15642
15643
|
}
|
|
15643
15644
|
],
|
|
15644
15645
|
logo_URIs: {
|
|
15645
|
-
|
|
15646
|
-
|
|
15646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png',
|
|
15647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg'
|
|
15647
15648
|
},
|
|
15648
15649
|
images: [{
|
|
15649
15650
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg',
|
|
@@ -15985,8 +15986,8 @@ const assets = {
|
|
|
15985
15986
|
provider: 'LibraBridge'
|
|
15986
15987
|
}],
|
|
15987
15988
|
logo_URIs: {
|
|
15988
|
-
|
|
15989
|
-
|
|
15989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png',
|
|
15990
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg'
|
|
15990
15991
|
},
|
|
15991
15992
|
images: [{
|
|
15992
15993
|
image_sync: {
|
|
@@ -17144,8 +17145,8 @@ const assets = {
|
|
|
17144
17145
|
}
|
|
17145
17146
|
],
|
|
17146
17147
|
logo_URIs: {
|
|
17147
|
-
|
|
17148
|
-
|
|
17148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png',
|
|
17149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg'
|
|
17149
17150
|
},
|
|
17150
17151
|
images: [{
|
|
17151
17152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg',
|
|
@@ -17470,8 +17471,8 @@ const assets = {
|
|
|
17470
17471
|
provider: 'Osmosis'
|
|
17471
17472
|
}],
|
|
17472
17473
|
logo_URIs: {
|
|
17473
|
-
|
|
17474
|
-
|
|
17474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
17475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
17475
17476
|
},
|
|
17476
17477
|
images: [
|
|
17477
17478
|
{
|
|
@@ -17607,8 +17608,8 @@ const assets = {
|
|
|
17607
17608
|
provider: 'Osmosis'
|
|
17608
17609
|
}],
|
|
17609
17610
|
logo_URIs: {
|
|
17610
|
-
|
|
17611
|
-
|
|
17611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
17612
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
17612
17613
|
},
|
|
17613
17614
|
images: [{
|
|
17614
17615
|
image_sync: {
|
|
@@ -18296,8 +18297,8 @@ const assets = {
|
|
|
18296
18297
|
provider: 'Osmosis'
|
|
18297
18298
|
}],
|
|
18298
18299
|
logo_URIs: {
|
|
18299
|
-
|
|
18300
|
-
|
|
18300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
18301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
18301
18302
|
},
|
|
18302
18303
|
images: [
|
|
18303
18304
|
{
|
|
@@ -18446,8 +18447,8 @@ const assets = {
|
|
|
18446
18447
|
provider: 'Router'
|
|
18447
18448
|
}],
|
|
18448
18449
|
logo_URIs: {
|
|
18449
|
-
|
|
18450
|
-
|
|
18450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
18451
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
18451
18452
|
},
|
|
18452
18453
|
images: [{
|
|
18453
18454
|
image_sync: {
|
|
@@ -18494,8 +18495,8 @@ const assets = {
|
|
|
18494
18495
|
provider: 'Router'
|
|
18495
18496
|
}],
|
|
18496
18497
|
logo_URIs: {
|
|
18497
|
-
|
|
18498
|
-
|
|
18498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png',
|
|
18499
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg'
|
|
18499
18500
|
},
|
|
18500
18501
|
images: [{
|
|
18501
18502
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
|
|
@@ -18660,8 +18661,8 @@ const assets = {
|
|
|
18660
18661
|
provider: 'Osmosis'
|
|
18661
18662
|
}],
|
|
18662
18663
|
logo_URIs: {
|
|
18663
|
-
|
|
18664
|
-
|
|
18664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
18665
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
18665
18666
|
},
|
|
18666
18667
|
images: [{
|
|
18667
18668
|
image_sync: {
|
|
@@ -18713,8 +18714,8 @@ const assets = {
|
|
|
18713
18714
|
}
|
|
18714
18715
|
}],
|
|
18715
18716
|
logo_URIs: {
|
|
18716
|
-
|
|
18717
|
-
|
|
18717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
18718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
|
|
18718
18719
|
},
|
|
18719
18720
|
images: [{
|
|
18720
18721
|
image_sync: {
|
|
@@ -18752,8 +18753,8 @@ const assets = {
|
|
|
18752
18753
|
provider: 'Osmosis'
|
|
18753
18754
|
}],
|
|
18754
18755
|
logo_URIs: {
|
|
18755
|
-
|
|
18756
|
-
|
|
18756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png',
|
|
18757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg'
|
|
18757
18758
|
},
|
|
18758
18759
|
images: [{
|
|
18759
18760
|
image_sync: {
|
|
@@ -18807,8 +18808,8 @@ const assets = {
|
|
|
18807
18808
|
}
|
|
18808
18809
|
}],
|
|
18809
18810
|
logo_URIs: {
|
|
18810
|
-
|
|
18811
|
-
|
|
18811
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.png',
|
|
18812
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg'
|
|
18812
18813
|
},
|
|
18813
18814
|
images: [{
|
|
18814
18815
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg',
|
|
@@ -19270,8 +19271,8 @@ const assets = {
|
|
|
19270
19271
|
}
|
|
19271
19272
|
],
|
|
19272
19273
|
logo_URIs: {
|
|
19273
|
-
|
|
19274
|
-
|
|
19274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.png',
|
|
19275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg'
|
|
19275
19276
|
},
|
|
19276
19277
|
images: [{
|
|
19277
19278
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg',
|
|
@@ -19492,8 +19493,8 @@ const assets = {
|
|
|
19492
19493
|
}
|
|
19493
19494
|
}],
|
|
19494
19495
|
logo_URIs: {
|
|
19495
|
-
|
|
19496
|
-
|
|
19496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.png',
|
|
19497
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg'
|
|
19497
19498
|
},
|
|
19498
19499
|
images: [{
|
|
19499
19500
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg',
|
|
@@ -19537,8 +19538,8 @@ const assets = {
|
|
|
19537
19538
|
provider: 'Osmosis'
|
|
19538
19539
|
}],
|
|
19539
19540
|
logo_URIs: {
|
|
19540
|
-
|
|
19541
|
-
|
|
19541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png',
|
|
19542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg'
|
|
19542
19543
|
},
|
|
19543
19544
|
images: [{
|
|
19544
19545
|
image_sync: {
|
|
@@ -19694,8 +19695,8 @@ const assets = {
|
|
|
19694
19695
|
provider: 'Router'
|
|
19695
19696
|
}],
|
|
19696
19697
|
logo_URIs: {
|
|
19697
|
-
|
|
19698
|
-
|
|
19698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.png',
|
|
19699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg'
|
|
19699
19700
|
},
|
|
19700
19701
|
images: [{
|
|
19701
19702
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg',
|
|
@@ -19853,8 +19854,8 @@ const assets = {
|
|
|
19853
19854
|
provider: 'Omnity Network'
|
|
19854
19855
|
}],
|
|
19855
19856
|
logo_URIs: {
|
|
19856
|
-
|
|
19857
|
-
|
|
19857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png',
|
|
19858
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg'
|
|
19858
19859
|
},
|
|
19859
19860
|
images: [{
|
|
19860
19861
|
image_sync: {
|
|
@@ -20222,8 +20223,8 @@ const assets = {
|
|
|
20222
20223
|
}
|
|
20223
20224
|
}],
|
|
20224
20225
|
logo_URIs: {
|
|
20225
|
-
|
|
20226
|
-
|
|
20226
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png',
|
|
20227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg'
|
|
20227
20228
|
},
|
|
20228
20229
|
images: [{
|
|
20229
20230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg',
|
|
@@ -20389,8 +20390,8 @@ const assets = {
|
|
|
20389
20390
|
}
|
|
20390
20391
|
}],
|
|
20391
20392
|
logo_URIs: {
|
|
20392
|
-
|
|
20393
|
-
|
|
20393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png',
|
|
20394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg'
|
|
20394
20395
|
},
|
|
20395
20396
|
images: [{
|
|
20396
20397
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
@@ -20441,8 +20442,8 @@ const assets = {
|
|
|
20441
20442
|
}
|
|
20442
20443
|
}],
|
|
20443
20444
|
logo_URIs: {
|
|
20444
|
-
|
|
20445
|
-
|
|
20445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png',
|
|
20446
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg'
|
|
20446
20447
|
},
|
|
20447
20448
|
images: [{
|
|
20448
20449
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
@@ -20493,8 +20494,8 @@ const assets = {
|
|
|
20493
20494
|
}
|
|
20494
20495
|
}],
|
|
20495
20496
|
logo_URIs: {
|
|
20496
|
-
|
|
20497
|
-
|
|
20497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png',
|
|
20498
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg'
|
|
20498
20499
|
},
|
|
20499
20500
|
images: [{
|
|
20500
20501
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
@@ -20545,8 +20546,8 @@ const assets = {
|
|
|
20545
20546
|
}
|
|
20546
20547
|
}],
|
|
20547
20548
|
logo_URIs: {
|
|
20548
|
-
|
|
20549
|
-
|
|
20549
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png',
|
|
20550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg'
|
|
20550
20551
|
},
|
|
20551
20552
|
images: [{
|
|
20552
20553
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
@@ -20625,10 +20626,12 @@ const assets = {
|
|
|
20625
20626
|
chain_name: 'axelar',
|
|
20626
20627
|
base_denom: 'arbitrum-uusdt'
|
|
20627
20628
|
},
|
|
20628
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20629
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
20630
20631
|
theme: {
|
|
20631
|
-
|
|
20632
|
+
circle: true,
|
|
20633
|
+
primary_color_hex: '#009393',
|
|
20634
|
+
background_color_hex: '#009393'
|
|
20632
20635
|
}
|
|
20633
20636
|
}]
|
|
20634
20637
|
},
|
|
@@ -20695,10 +20698,12 @@ const assets = {
|
|
|
20695
20698
|
chain_name: 'axelar',
|
|
20696
20699
|
base_denom: 'optimism-uusdt'
|
|
20697
20700
|
},
|
|
20698
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20699
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20701
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20702
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
20700
20703
|
theme: {
|
|
20701
|
-
|
|
20704
|
+
circle: true,
|
|
20705
|
+
primary_color_hex: '#009393',
|
|
20706
|
+
background_color_hex: '#009393'
|
|
20702
20707
|
}
|
|
20703
20708
|
}]
|
|
20704
20709
|
},
|
|
@@ -20765,10 +20770,12 @@ const assets = {
|
|
|
20765
20770
|
chain_name: 'axelar',
|
|
20766
20771
|
base_denom: 'polygon-uusdt'
|
|
20767
20772
|
},
|
|
20768
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20769
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
20770
20775
|
theme: {
|
|
20771
|
-
|
|
20776
|
+
circle: true,
|
|
20777
|
+
primary_color_hex: '#009393',
|
|
20778
|
+
background_color_hex: '#009393'
|
|
20772
20779
|
}
|
|
20773
20780
|
}]
|
|
20774
20781
|
},
|
|
@@ -20818,8 +20825,8 @@ const assets = {
|
|
|
20818
20825
|
}
|
|
20819
20826
|
],
|
|
20820
20827
|
logo_URIs: {
|
|
20821
|
-
|
|
20822
|
-
|
|
20828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.png',
|
|
20829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg'
|
|
20823
20830
|
},
|
|
20824
20831
|
images: [{
|
|
20825
20832
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg',
|
|
@@ -20883,8 +20890,8 @@ const assets = {
|
|
|
20883
20890
|
}
|
|
20884
20891
|
],
|
|
20885
20892
|
logo_URIs: {
|
|
20886
|
-
|
|
20887
|
-
|
|
20893
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.png',
|
|
20894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg'
|
|
20888
20895
|
},
|
|
20889
20896
|
images: [{
|
|
20890
20897
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg',
|
|
@@ -20949,8 +20956,8 @@ const assets = {
|
|
|
20949
20956
|
}
|
|
20950
20957
|
],
|
|
20951
20958
|
logo_URIs: {
|
|
20952
|
-
|
|
20953
|
-
|
|
20959
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.png',
|
|
20960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg'
|
|
20954
20961
|
},
|
|
20955
20962
|
images: [{
|
|
20956
20963
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg',
|
|
@@ -21011,8 +21018,8 @@ const assets = {
|
|
|
21011
21018
|
}
|
|
21012
21019
|
],
|
|
21013
21020
|
logo_URIs: {
|
|
21014
|
-
|
|
21015
|
-
|
|
21021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.png',
|
|
21022
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg'
|
|
21016
21023
|
},
|
|
21017
21024
|
images: [{
|
|
21018
21025
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg',
|
|
@@ -21092,8 +21099,8 @@ const assets = {
|
|
|
21092
21099
|
provider: 'Osmosis'
|
|
21093
21100
|
}],
|
|
21094
21101
|
logo_URIs: {
|
|
21095
|
-
|
|
21096
|
-
|
|
21102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png',
|
|
21103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg'
|
|
21097
21104
|
},
|
|
21098
21105
|
images: [{
|
|
21099
21106
|
image_sync: {
|
|
@@ -21132,8 +21139,8 @@ const assets = {
|
|
|
21132
21139
|
provider: 'Osmosis'
|
|
21133
21140
|
}],
|
|
21134
21141
|
logo_URIs: {
|
|
21135
|
-
|
|
21136
|
-
|
|
21142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png',
|
|
21143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg'
|
|
21137
21144
|
},
|
|
21138
21145
|
images: [{
|
|
21139
21146
|
image_sync: {
|