@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/esm/assets.js
CHANGED
|
@@ -318,8 +318,8 @@ const assets = {
|
|
|
318
318
|
}
|
|
319
319
|
],
|
|
320
320
|
logo_URIs: {
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png',
|
|
322
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg'
|
|
323
323
|
},
|
|
324
324
|
images: [{
|
|
325
325
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg',
|
|
@@ -332,10 +332,12 @@ const assets = {
|
|
|
332
332
|
chain_name: 'axelar',
|
|
333
333
|
base_denom: 'uusdt'
|
|
334
334
|
},
|
|
335
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
336
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
337
337
|
theme: {
|
|
338
|
-
|
|
338
|
+
circle: true,
|
|
339
|
+
primary_color_hex: '#009393',
|
|
340
|
+
background_color_hex: '#009393'
|
|
339
341
|
}
|
|
340
342
|
}]
|
|
341
343
|
},
|
|
@@ -3337,8 +3339,8 @@ const assets = {
|
|
|
3337
3339
|
}
|
|
3338
3340
|
],
|
|
3339
3341
|
logo_URIs: {
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png',
|
|
3343
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg'
|
|
3342
3344
|
},
|
|
3343
3345
|
images: [{
|
|
3344
3346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg',
|
|
@@ -3914,8 +3916,8 @@ const assets = {
|
|
|
3914
3916
|
}
|
|
3915
3917
|
}],
|
|
3916
3918
|
logo_URIs: {
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png',
|
|
3920
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg'
|
|
3919
3921
|
},
|
|
3920
3922
|
images: [{
|
|
3921
3923
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg',
|
|
@@ -4204,8 +4206,8 @@ const assets = {
|
|
|
4204
4206
|
}
|
|
4205
4207
|
}],
|
|
4206
4208
|
logo_URIs: {
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png',
|
|
4210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg'
|
|
4209
4211
|
},
|
|
4210
4212
|
images: [{
|
|
4211
4213
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg',
|
|
@@ -5705,8 +5707,8 @@ const assets = {
|
|
|
5705
5707
|
}
|
|
5706
5708
|
}],
|
|
5707
5709
|
logo_URIs: {
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
5711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
5710
5712
|
},
|
|
5711
5713
|
images: [{
|
|
5712
5714
|
image_sync: {
|
|
@@ -8671,8 +8673,8 @@ const assets = {
|
|
|
8671
8673
|
}
|
|
8672
8674
|
}],
|
|
8673
8675
|
logo_URIs: {
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.png',
|
|
8677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg'
|
|
8676
8678
|
},
|
|
8677
8679
|
images: [{
|
|
8678
8680
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg',
|
|
@@ -8810,8 +8812,8 @@ const assets = {
|
|
|
8810
8812
|
}
|
|
8811
8813
|
}],
|
|
8812
8814
|
logo_URIs: {
|
|
8813
|
-
|
|
8814
|
-
|
|
8815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.png',
|
|
8816
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg'
|
|
8815
8817
|
},
|
|
8816
8818
|
images: [{
|
|
8817
8819
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg',
|
|
@@ -9650,8 +9652,8 @@ const assets = {
|
|
|
9650
9652
|
}
|
|
9651
9653
|
],
|
|
9652
9654
|
logo_URIs: {
|
|
9653
|
-
|
|
9654
|
-
|
|
9655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.png',
|
|
9656
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg'
|
|
9655
9657
|
},
|
|
9656
9658
|
images: [{
|
|
9657
9659
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg',
|
|
@@ -9942,8 +9944,8 @@ const assets = {
|
|
|
9942
9944
|
}
|
|
9943
9945
|
],
|
|
9944
9946
|
logo_URIs: {
|
|
9945
|
-
|
|
9946
|
-
|
|
9947
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png',
|
|
9948
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg'
|
|
9947
9949
|
},
|
|
9948
9950
|
images: [{
|
|
9949
9951
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg',
|
|
@@ -10225,8 +10227,8 @@ const assets = {
|
|
|
10225
10227
|
}
|
|
10226
10228
|
],
|
|
10227
10229
|
logo_URIs: {
|
|
10228
|
-
|
|
10229
|
-
|
|
10230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.png',
|
|
10231
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg'
|
|
10230
10232
|
},
|
|
10231
10233
|
images: [{
|
|
10232
10234
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg',
|
|
@@ -10340,8 +10342,8 @@ const assets = {
|
|
|
10340
10342
|
}
|
|
10341
10343
|
],
|
|
10342
10344
|
logo_URIs: {
|
|
10343
|
-
|
|
10344
|
-
|
|
10345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png',
|
|
10346
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg'
|
|
10345
10347
|
},
|
|
10346
10348
|
images: [{
|
|
10347
10349
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg',
|
|
@@ -10716,8 +10718,8 @@ const assets = {
|
|
|
10716
10718
|
}
|
|
10717
10719
|
],
|
|
10718
10720
|
logo_URIs: {
|
|
10719
|
-
|
|
10720
|
-
|
|
10721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10721
10723
|
},
|
|
10722
10724
|
images: [{
|
|
10723
10725
|
image_sync: {
|
|
@@ -15639,8 +15641,8 @@ const assets = {
|
|
|
15639
15641
|
}
|
|
15640
15642
|
],
|
|
15641
15643
|
logo_URIs: {
|
|
15642
|
-
|
|
15643
|
-
|
|
15644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png',
|
|
15645
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg'
|
|
15644
15646
|
},
|
|
15645
15647
|
images: [{
|
|
15646
15648
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg',
|
|
@@ -15982,8 +15984,8 @@ const assets = {
|
|
|
15982
15984
|
provider: 'LibraBridge'
|
|
15983
15985
|
}],
|
|
15984
15986
|
logo_URIs: {
|
|
15985
|
-
|
|
15986
|
-
|
|
15987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png',
|
|
15988
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg'
|
|
15987
15989
|
},
|
|
15988
15990
|
images: [{
|
|
15989
15991
|
image_sync: {
|
|
@@ -17141,8 +17143,8 @@ const assets = {
|
|
|
17141
17143
|
}
|
|
17142
17144
|
],
|
|
17143
17145
|
logo_URIs: {
|
|
17144
|
-
|
|
17145
|
-
|
|
17146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png',
|
|
17147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg'
|
|
17146
17148
|
},
|
|
17147
17149
|
images: [{
|
|
17148
17150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg',
|
|
@@ -17467,8 +17469,8 @@ const assets = {
|
|
|
17467
17469
|
provider: 'Osmosis'
|
|
17468
17470
|
}],
|
|
17469
17471
|
logo_URIs: {
|
|
17470
|
-
|
|
17471
|
-
|
|
17472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
17473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
17472
17474
|
},
|
|
17473
17475
|
images: [
|
|
17474
17476
|
{
|
|
@@ -17604,8 +17606,8 @@ const assets = {
|
|
|
17604
17606
|
provider: 'Osmosis'
|
|
17605
17607
|
}],
|
|
17606
17608
|
logo_URIs: {
|
|
17607
|
-
|
|
17608
|
-
|
|
17609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
17610
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
17609
17611
|
},
|
|
17610
17612
|
images: [{
|
|
17611
17613
|
image_sync: {
|
|
@@ -18293,8 +18295,8 @@ const assets = {
|
|
|
18293
18295
|
provider: 'Osmosis'
|
|
18294
18296
|
}],
|
|
18295
18297
|
logo_URIs: {
|
|
18296
|
-
|
|
18297
|
-
|
|
18298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
18299
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
18298
18300
|
},
|
|
18299
18301
|
images: [
|
|
18300
18302
|
{
|
|
@@ -18443,8 +18445,8 @@ const assets = {
|
|
|
18443
18445
|
provider: 'Router'
|
|
18444
18446
|
}],
|
|
18445
18447
|
logo_URIs: {
|
|
18446
|
-
|
|
18447
|
-
|
|
18448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
18449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
18448
18450
|
},
|
|
18449
18451
|
images: [{
|
|
18450
18452
|
image_sync: {
|
|
@@ -18491,8 +18493,8 @@ const assets = {
|
|
|
18491
18493
|
provider: 'Router'
|
|
18492
18494
|
}],
|
|
18493
18495
|
logo_URIs: {
|
|
18494
|
-
|
|
18495
|
-
|
|
18496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png',
|
|
18497
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg'
|
|
18496
18498
|
},
|
|
18497
18499
|
images: [{
|
|
18498
18500
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
|
|
@@ -18657,8 +18659,8 @@ const assets = {
|
|
|
18657
18659
|
provider: 'Osmosis'
|
|
18658
18660
|
}],
|
|
18659
18661
|
logo_URIs: {
|
|
18660
|
-
|
|
18661
|
-
|
|
18662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
18663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
18662
18664
|
},
|
|
18663
18665
|
images: [{
|
|
18664
18666
|
image_sync: {
|
|
@@ -18710,8 +18712,8 @@ const assets = {
|
|
|
18710
18712
|
}
|
|
18711
18713
|
}],
|
|
18712
18714
|
logo_URIs: {
|
|
18713
|
-
|
|
18714
|
-
|
|
18715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
18716
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
|
|
18715
18717
|
},
|
|
18716
18718
|
images: [{
|
|
18717
18719
|
image_sync: {
|
|
@@ -18749,8 +18751,8 @@ const assets = {
|
|
|
18749
18751
|
provider: 'Osmosis'
|
|
18750
18752
|
}],
|
|
18751
18753
|
logo_URIs: {
|
|
18752
|
-
|
|
18753
|
-
|
|
18754
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png',
|
|
18755
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg'
|
|
18754
18756
|
},
|
|
18755
18757
|
images: [{
|
|
18756
18758
|
image_sync: {
|
|
@@ -18804,8 +18806,8 @@ const assets = {
|
|
|
18804
18806
|
}
|
|
18805
18807
|
}],
|
|
18806
18808
|
logo_URIs: {
|
|
18807
|
-
|
|
18808
|
-
|
|
18809
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.png',
|
|
18810
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg'
|
|
18809
18811
|
},
|
|
18810
18812
|
images: [{
|
|
18811
18813
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg',
|
|
@@ -19267,8 +19269,8 @@ const assets = {
|
|
|
19267
19269
|
}
|
|
19268
19270
|
],
|
|
19269
19271
|
logo_URIs: {
|
|
19270
|
-
|
|
19271
|
-
|
|
19272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.png',
|
|
19273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg'
|
|
19272
19274
|
},
|
|
19273
19275
|
images: [{
|
|
19274
19276
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg',
|
|
@@ -19489,8 +19491,8 @@ const assets = {
|
|
|
19489
19491
|
}
|
|
19490
19492
|
}],
|
|
19491
19493
|
logo_URIs: {
|
|
19492
|
-
|
|
19493
|
-
|
|
19494
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.png',
|
|
19495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg'
|
|
19494
19496
|
},
|
|
19495
19497
|
images: [{
|
|
19496
19498
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg',
|
|
@@ -19534,8 +19536,8 @@ const assets = {
|
|
|
19534
19536
|
provider: 'Osmosis'
|
|
19535
19537
|
}],
|
|
19536
19538
|
logo_URIs: {
|
|
19537
|
-
|
|
19538
|
-
|
|
19539
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png',
|
|
19540
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg'
|
|
19539
19541
|
},
|
|
19540
19542
|
images: [{
|
|
19541
19543
|
image_sync: {
|
|
@@ -19691,8 +19693,8 @@ const assets = {
|
|
|
19691
19693
|
provider: 'Router'
|
|
19692
19694
|
}],
|
|
19693
19695
|
logo_URIs: {
|
|
19694
|
-
|
|
19695
|
-
|
|
19696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.png',
|
|
19697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg'
|
|
19696
19698
|
},
|
|
19697
19699
|
images: [{
|
|
19698
19700
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg',
|
|
@@ -19850,8 +19852,8 @@ const assets = {
|
|
|
19850
19852
|
provider: 'Omnity Network'
|
|
19851
19853
|
}],
|
|
19852
19854
|
logo_URIs: {
|
|
19853
|
-
|
|
19854
|
-
|
|
19855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png',
|
|
19856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg'
|
|
19855
19857
|
},
|
|
19856
19858
|
images: [{
|
|
19857
19859
|
image_sync: {
|
|
@@ -20219,8 +20221,8 @@ const assets = {
|
|
|
20219
20221
|
}
|
|
20220
20222
|
}],
|
|
20221
20223
|
logo_URIs: {
|
|
20222
|
-
|
|
20223
|
-
|
|
20224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png',
|
|
20225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg'
|
|
20224
20226
|
},
|
|
20225
20227
|
images: [{
|
|
20226
20228
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg',
|
|
@@ -20386,8 +20388,8 @@ const assets = {
|
|
|
20386
20388
|
}
|
|
20387
20389
|
}],
|
|
20388
20390
|
logo_URIs: {
|
|
20389
|
-
|
|
20390
|
-
|
|
20391
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png',
|
|
20392
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg'
|
|
20391
20393
|
},
|
|
20392
20394
|
images: [{
|
|
20393
20395
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
@@ -20438,8 +20440,8 @@ const assets = {
|
|
|
20438
20440
|
}
|
|
20439
20441
|
}],
|
|
20440
20442
|
logo_URIs: {
|
|
20441
|
-
|
|
20442
|
-
|
|
20443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png',
|
|
20444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg'
|
|
20443
20445
|
},
|
|
20444
20446
|
images: [{
|
|
20445
20447
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
@@ -20490,8 +20492,8 @@ const assets = {
|
|
|
20490
20492
|
}
|
|
20491
20493
|
}],
|
|
20492
20494
|
logo_URIs: {
|
|
20493
|
-
|
|
20494
|
-
|
|
20495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png',
|
|
20496
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg'
|
|
20495
20497
|
},
|
|
20496
20498
|
images: [{
|
|
20497
20499
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
@@ -20542,8 +20544,8 @@ const assets = {
|
|
|
20542
20544
|
}
|
|
20543
20545
|
}],
|
|
20544
20546
|
logo_URIs: {
|
|
20545
|
-
|
|
20546
|
-
|
|
20547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png',
|
|
20548
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg'
|
|
20547
20549
|
},
|
|
20548
20550
|
images: [{
|
|
20549
20551
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
@@ -20622,10 +20624,12 @@ const assets = {
|
|
|
20622
20624
|
chain_name: 'axelar',
|
|
20623
20625
|
base_denom: 'arbitrum-uusdt'
|
|
20624
20626
|
},
|
|
20625
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20626
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
20627
20629
|
theme: {
|
|
20628
|
-
|
|
20630
|
+
circle: true,
|
|
20631
|
+
primary_color_hex: '#009393',
|
|
20632
|
+
background_color_hex: '#009393'
|
|
20629
20633
|
}
|
|
20630
20634
|
}]
|
|
20631
20635
|
},
|
|
@@ -20692,10 +20696,12 @@ const assets = {
|
|
|
20692
20696
|
chain_name: 'axelar',
|
|
20693
20697
|
base_denom: 'optimism-uusdt'
|
|
20694
20698
|
},
|
|
20695
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20696
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20700
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
20697
20701
|
theme: {
|
|
20698
|
-
|
|
20702
|
+
circle: true,
|
|
20703
|
+
primary_color_hex: '#009393',
|
|
20704
|
+
background_color_hex: '#009393'
|
|
20699
20705
|
}
|
|
20700
20706
|
}]
|
|
20701
20707
|
},
|
|
@@ -20762,10 +20768,12 @@ const assets = {
|
|
|
20762
20768
|
chain_name: 'axelar',
|
|
20763
20769
|
base_denom: 'polygon-uusdt'
|
|
20764
20770
|
},
|
|
20765
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20766
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
20767
20773
|
theme: {
|
|
20768
|
-
|
|
20774
|
+
circle: true,
|
|
20775
|
+
primary_color_hex: '#009393',
|
|
20776
|
+
background_color_hex: '#009393'
|
|
20769
20777
|
}
|
|
20770
20778
|
}]
|
|
20771
20779
|
},
|
|
@@ -20815,8 +20823,8 @@ const assets = {
|
|
|
20815
20823
|
}
|
|
20816
20824
|
],
|
|
20817
20825
|
logo_URIs: {
|
|
20818
|
-
|
|
20819
|
-
|
|
20826
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.png',
|
|
20827
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg'
|
|
20820
20828
|
},
|
|
20821
20829
|
images: [{
|
|
20822
20830
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg',
|
|
@@ -20880,8 +20888,8 @@ const assets = {
|
|
|
20880
20888
|
}
|
|
20881
20889
|
],
|
|
20882
20890
|
logo_URIs: {
|
|
20883
|
-
|
|
20884
|
-
|
|
20891
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.png',
|
|
20892
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg'
|
|
20885
20893
|
},
|
|
20886
20894
|
images: [{
|
|
20887
20895
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg',
|
|
@@ -20946,8 +20954,8 @@ const assets = {
|
|
|
20946
20954
|
}
|
|
20947
20955
|
],
|
|
20948
20956
|
logo_URIs: {
|
|
20949
|
-
|
|
20950
|
-
|
|
20957
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.png',
|
|
20958
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg'
|
|
20951
20959
|
},
|
|
20952
20960
|
images: [{
|
|
20953
20961
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg',
|
|
@@ -21008,8 +21016,8 @@ const assets = {
|
|
|
21008
21016
|
}
|
|
21009
21017
|
],
|
|
21010
21018
|
logo_URIs: {
|
|
21011
|
-
|
|
21012
|
-
|
|
21019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.png',
|
|
21020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg'
|
|
21013
21021
|
},
|
|
21014
21022
|
images: [{
|
|
21015
21023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg',
|
|
@@ -21089,8 +21097,8 @@ const assets = {
|
|
|
21089
21097
|
provider: 'Osmosis'
|
|
21090
21098
|
}],
|
|
21091
21099
|
logo_URIs: {
|
|
21092
|
-
|
|
21093
|
-
|
|
21100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png',
|
|
21101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg'
|
|
21094
21102
|
},
|
|
21095
21103
|
images: [{
|
|
21096
21104
|
image_sync: {
|
|
@@ -21129,8 +21137,8 @@ const assets = {
|
|
|
21129
21137
|
provider: 'Osmosis'
|
|
21130
21138
|
}],
|
|
21131
21139
|
logo_URIs: {
|
|
21132
|
-
|
|
21133
|
-
|
|
21140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png',
|
|
21141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg'
|
|
21134
21142
|
},
|
|
21135
21143
|
images: [{
|
|
21136
21144
|
image_sync: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.12",
|
|
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.50.
|
|
33
|
+
"@chain-registry/types": "^0.50.12"
|
|
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": "3e56430b6039e85b0529e465967b2ef3416cc696"
|
|
43
43
|
}
|