@chain-registry/osmosis 1.67.11 → 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 -26
- package/assets.js +100 -92
- package/esm/asset_list.js +178 -26
- package/esm/assets.js +100 -92
- 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: {
|
|
@@ -15641,8 +15643,8 @@ const assets = {
|
|
|
15641
15643
|
}
|
|
15642
15644
|
],
|
|
15643
15645
|
logo_URIs: {
|
|
15644
|
-
|
|
15645
|
-
|
|
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'
|
|
15646
15648
|
},
|
|
15647
15649
|
images: [{
|
|
15648
15650
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg',
|
|
@@ -15984,8 +15986,8 @@ const assets = {
|
|
|
15984
15986
|
provider: 'LibraBridge'
|
|
15985
15987
|
}],
|
|
15986
15988
|
logo_URIs: {
|
|
15987
|
-
|
|
15988
|
-
|
|
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'
|
|
15989
15991
|
},
|
|
15990
15992
|
images: [{
|
|
15991
15993
|
image_sync: {
|
|
@@ -17143,8 +17145,8 @@ const assets = {
|
|
|
17143
17145
|
}
|
|
17144
17146
|
],
|
|
17145
17147
|
logo_URIs: {
|
|
17146
|
-
|
|
17147
|
-
|
|
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'
|
|
17148
17150
|
},
|
|
17149
17151
|
images: [{
|
|
17150
17152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg',
|
|
@@ -17469,8 +17471,8 @@ const assets = {
|
|
|
17469
17471
|
provider: 'Osmosis'
|
|
17470
17472
|
}],
|
|
17471
17473
|
logo_URIs: {
|
|
17472
|
-
|
|
17473
|
-
|
|
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'
|
|
17474
17476
|
},
|
|
17475
17477
|
images: [
|
|
17476
17478
|
{
|
|
@@ -17606,8 +17608,8 @@ const assets = {
|
|
|
17606
17608
|
provider: 'Osmosis'
|
|
17607
17609
|
}],
|
|
17608
17610
|
logo_URIs: {
|
|
17609
|
-
|
|
17610
|
-
|
|
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'
|
|
17611
17613
|
},
|
|
17612
17614
|
images: [{
|
|
17613
17615
|
image_sync: {
|
|
@@ -18295,8 +18297,8 @@ const assets = {
|
|
|
18295
18297
|
provider: 'Osmosis'
|
|
18296
18298
|
}],
|
|
18297
18299
|
logo_URIs: {
|
|
18298
|
-
|
|
18299
|
-
|
|
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'
|
|
18300
18302
|
},
|
|
18301
18303
|
images: [
|
|
18302
18304
|
{
|
|
@@ -18445,8 +18447,8 @@ const assets = {
|
|
|
18445
18447
|
provider: 'Router'
|
|
18446
18448
|
}],
|
|
18447
18449
|
logo_URIs: {
|
|
18448
|
-
|
|
18449
|
-
|
|
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'
|
|
18450
18452
|
},
|
|
18451
18453
|
images: [{
|
|
18452
18454
|
image_sync: {
|
|
@@ -18493,8 +18495,8 @@ const assets = {
|
|
|
18493
18495
|
provider: 'Router'
|
|
18494
18496
|
}],
|
|
18495
18497
|
logo_URIs: {
|
|
18496
|
-
|
|
18497
|
-
|
|
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'
|
|
18498
18500
|
},
|
|
18499
18501
|
images: [{
|
|
18500
18502
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
|
|
@@ -18659,8 +18661,8 @@ const assets = {
|
|
|
18659
18661
|
provider: 'Osmosis'
|
|
18660
18662
|
}],
|
|
18661
18663
|
logo_URIs: {
|
|
18662
|
-
|
|
18663
|
-
|
|
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'
|
|
18664
18666
|
},
|
|
18665
18667
|
images: [{
|
|
18666
18668
|
image_sync: {
|
|
@@ -18712,8 +18714,8 @@ const assets = {
|
|
|
18712
18714
|
}
|
|
18713
18715
|
}],
|
|
18714
18716
|
logo_URIs: {
|
|
18715
|
-
|
|
18716
|
-
|
|
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'
|
|
18717
18719
|
},
|
|
18718
18720
|
images: [{
|
|
18719
18721
|
image_sync: {
|
|
@@ -18751,8 +18753,8 @@ const assets = {
|
|
|
18751
18753
|
provider: 'Osmosis'
|
|
18752
18754
|
}],
|
|
18753
18755
|
logo_URIs: {
|
|
18754
|
-
|
|
18755
|
-
|
|
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'
|
|
18756
18758
|
},
|
|
18757
18759
|
images: [{
|
|
18758
18760
|
image_sync: {
|
|
@@ -18806,8 +18808,8 @@ const assets = {
|
|
|
18806
18808
|
}
|
|
18807
18809
|
}],
|
|
18808
18810
|
logo_URIs: {
|
|
18809
|
-
|
|
18810
|
-
|
|
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'
|
|
18811
18813
|
},
|
|
18812
18814
|
images: [{
|
|
18813
18815
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg',
|
|
@@ -19269,8 +19271,8 @@ const assets = {
|
|
|
19269
19271
|
}
|
|
19270
19272
|
],
|
|
19271
19273
|
logo_URIs: {
|
|
19272
|
-
|
|
19273
|
-
|
|
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'
|
|
19274
19276
|
},
|
|
19275
19277
|
images: [{
|
|
19276
19278
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg',
|
|
@@ -19491,8 +19493,8 @@ const assets = {
|
|
|
19491
19493
|
}
|
|
19492
19494
|
}],
|
|
19493
19495
|
logo_URIs: {
|
|
19494
|
-
|
|
19495
|
-
|
|
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'
|
|
19496
19498
|
},
|
|
19497
19499
|
images: [{
|
|
19498
19500
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg',
|
|
@@ -19536,8 +19538,8 @@ const assets = {
|
|
|
19536
19538
|
provider: 'Osmosis'
|
|
19537
19539
|
}],
|
|
19538
19540
|
logo_URIs: {
|
|
19539
|
-
|
|
19540
|
-
|
|
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'
|
|
19541
19543
|
},
|
|
19542
19544
|
images: [{
|
|
19543
19545
|
image_sync: {
|
|
@@ -19693,8 +19695,8 @@ const assets = {
|
|
|
19693
19695
|
provider: 'Router'
|
|
19694
19696
|
}],
|
|
19695
19697
|
logo_URIs: {
|
|
19696
|
-
|
|
19697
|
-
|
|
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'
|
|
19698
19700
|
},
|
|
19699
19701
|
images: [{
|
|
19700
19702
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg',
|
|
@@ -19852,8 +19854,8 @@ const assets = {
|
|
|
19852
19854
|
provider: 'Omnity Network'
|
|
19853
19855
|
}],
|
|
19854
19856
|
logo_URIs: {
|
|
19855
|
-
|
|
19856
|
-
|
|
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'
|
|
19857
19859
|
},
|
|
19858
19860
|
images: [{
|
|
19859
19861
|
image_sync: {
|
|
@@ -20221,8 +20223,8 @@ const assets = {
|
|
|
20221
20223
|
}
|
|
20222
20224
|
}],
|
|
20223
20225
|
logo_URIs: {
|
|
20224
|
-
|
|
20225
|
-
|
|
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'
|
|
20226
20228
|
},
|
|
20227
20229
|
images: [{
|
|
20228
20230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg',
|
|
@@ -20388,8 +20390,8 @@ const assets = {
|
|
|
20388
20390
|
}
|
|
20389
20391
|
}],
|
|
20390
20392
|
logo_URIs: {
|
|
20391
|
-
|
|
20392
|
-
|
|
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'
|
|
20393
20395
|
},
|
|
20394
20396
|
images: [{
|
|
20395
20397
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
@@ -20440,8 +20442,8 @@ const assets = {
|
|
|
20440
20442
|
}
|
|
20441
20443
|
}],
|
|
20442
20444
|
logo_URIs: {
|
|
20443
|
-
|
|
20444
|
-
|
|
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'
|
|
20445
20447
|
},
|
|
20446
20448
|
images: [{
|
|
20447
20449
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
@@ -20492,8 +20494,8 @@ const assets = {
|
|
|
20492
20494
|
}
|
|
20493
20495
|
}],
|
|
20494
20496
|
logo_URIs: {
|
|
20495
|
-
|
|
20496
|
-
|
|
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'
|
|
20497
20499
|
},
|
|
20498
20500
|
images: [{
|
|
20499
20501
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
@@ -20544,8 +20546,8 @@ const assets = {
|
|
|
20544
20546
|
}
|
|
20545
20547
|
}],
|
|
20546
20548
|
logo_URIs: {
|
|
20547
|
-
|
|
20548
|
-
|
|
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'
|
|
20549
20551
|
},
|
|
20550
20552
|
images: [{
|
|
20551
20553
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
@@ -20624,10 +20626,12 @@ const assets = {
|
|
|
20624
20626
|
chain_name: 'axelar',
|
|
20625
20627
|
base_denom: 'arbitrum-uusdt'
|
|
20626
20628
|
},
|
|
20627
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20628
|
-
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',
|
|
20629
20631
|
theme: {
|
|
20630
|
-
|
|
20632
|
+
circle: true,
|
|
20633
|
+
primary_color_hex: '#009393',
|
|
20634
|
+
background_color_hex: '#009393'
|
|
20631
20635
|
}
|
|
20632
20636
|
}]
|
|
20633
20637
|
},
|
|
@@ -20694,10 +20698,12 @@ const assets = {
|
|
|
20694
20698
|
chain_name: 'axelar',
|
|
20695
20699
|
base_denom: 'optimism-uusdt'
|
|
20696
20700
|
},
|
|
20697
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20698
|
-
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',
|
|
20699
20703
|
theme: {
|
|
20700
|
-
|
|
20704
|
+
circle: true,
|
|
20705
|
+
primary_color_hex: '#009393',
|
|
20706
|
+
background_color_hex: '#009393'
|
|
20701
20707
|
}
|
|
20702
20708
|
}]
|
|
20703
20709
|
},
|
|
@@ -20764,10 +20770,12 @@ const assets = {
|
|
|
20764
20770
|
chain_name: 'axelar',
|
|
20765
20771
|
base_denom: 'polygon-uusdt'
|
|
20766
20772
|
},
|
|
20767
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20768
|
-
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',
|
|
20769
20775
|
theme: {
|
|
20770
|
-
|
|
20776
|
+
circle: true,
|
|
20777
|
+
primary_color_hex: '#009393',
|
|
20778
|
+
background_color_hex: '#009393'
|
|
20771
20779
|
}
|
|
20772
20780
|
}]
|
|
20773
20781
|
},
|
|
@@ -20817,8 +20825,8 @@ const assets = {
|
|
|
20817
20825
|
}
|
|
20818
20826
|
],
|
|
20819
20827
|
logo_URIs: {
|
|
20820
|
-
|
|
20821
|
-
|
|
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'
|
|
20822
20830
|
},
|
|
20823
20831
|
images: [{
|
|
20824
20832
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg',
|
|
@@ -20882,8 +20890,8 @@ const assets = {
|
|
|
20882
20890
|
}
|
|
20883
20891
|
],
|
|
20884
20892
|
logo_URIs: {
|
|
20885
|
-
|
|
20886
|
-
|
|
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'
|
|
20887
20895
|
},
|
|
20888
20896
|
images: [{
|
|
20889
20897
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg',
|
|
@@ -20948,8 +20956,8 @@ const assets = {
|
|
|
20948
20956
|
}
|
|
20949
20957
|
],
|
|
20950
20958
|
logo_URIs: {
|
|
20951
|
-
|
|
20952
|
-
|
|
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'
|
|
20953
20961
|
},
|
|
20954
20962
|
images: [{
|
|
20955
20963
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg',
|
|
@@ -21010,8 +21018,8 @@ const assets = {
|
|
|
21010
21018
|
}
|
|
21011
21019
|
],
|
|
21012
21020
|
logo_URIs: {
|
|
21013
|
-
|
|
21014
|
-
|
|
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'
|
|
21015
21023
|
},
|
|
21016
21024
|
images: [{
|
|
21017
21025
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg',
|
|
@@ -21091,8 +21099,8 @@ const assets = {
|
|
|
21091
21099
|
provider: 'Osmosis'
|
|
21092
21100
|
}],
|
|
21093
21101
|
logo_URIs: {
|
|
21094
|
-
|
|
21095
|
-
|
|
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'
|
|
21096
21104
|
},
|
|
21097
21105
|
images: [{
|
|
21098
21106
|
image_sync: {
|
|
@@ -21131,8 +21139,8 @@ const assets = {
|
|
|
21131
21139
|
provider: 'Osmosis'
|
|
21132
21140
|
}],
|
|
21133
21141
|
logo_URIs: {
|
|
21134
|
-
|
|
21135
|
-
|
|
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'
|
|
21136
21144
|
},
|
|
21137
21145
|
images: [{
|
|
21138
21146
|
image_sync: {
|