@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/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: {
|
|
@@ -14157,7 +14159,6 @@ const assets = {
|
|
|
14157
14159
|
primary_color_hex: '#1e264f'
|
|
14158
14160
|
}
|
|
14159
14161
|
}],
|
|
14160
|
-
coingecko_id: 'sail-dao',
|
|
14161
14162
|
socials: {
|
|
14162
14163
|
website: 'https://daodao.zone/dao/osmo106tvcj58rvdn9k36m9m3xcmcwk2c3fgft3ldcst9lgy05gcmjanqexru3h/home',
|
|
14163
14164
|
twitter: 'https://twitter.com/Sail_DAO_'
|
|
@@ -15640,8 +15641,8 @@ const assets = {
|
|
|
15640
15641
|
}
|
|
15641
15642
|
],
|
|
15642
15643
|
logo_URIs: {
|
|
15643
|
-
|
|
15644
|
-
|
|
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'
|
|
15645
15646
|
},
|
|
15646
15647
|
images: [{
|
|
15647
15648
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg',
|
|
@@ -15983,8 +15984,8 @@ const assets = {
|
|
|
15983
15984
|
provider: 'LibraBridge'
|
|
15984
15985
|
}],
|
|
15985
15986
|
logo_URIs: {
|
|
15986
|
-
|
|
15987
|
-
|
|
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'
|
|
15988
15989
|
},
|
|
15989
15990
|
images: [{
|
|
15990
15991
|
image_sync: {
|
|
@@ -17142,8 +17143,8 @@ const assets = {
|
|
|
17142
17143
|
}
|
|
17143
17144
|
],
|
|
17144
17145
|
logo_URIs: {
|
|
17145
|
-
|
|
17146
|
-
|
|
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'
|
|
17147
17148
|
},
|
|
17148
17149
|
images: [{
|
|
17149
17150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg',
|
|
@@ -17468,8 +17469,8 @@ const assets = {
|
|
|
17468
17469
|
provider: 'Osmosis'
|
|
17469
17470
|
}],
|
|
17470
17471
|
logo_URIs: {
|
|
17471
|
-
|
|
17472
|
-
|
|
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'
|
|
17473
17474
|
},
|
|
17474
17475
|
images: [
|
|
17475
17476
|
{
|
|
@@ -17605,8 +17606,8 @@ const assets = {
|
|
|
17605
17606
|
provider: 'Osmosis'
|
|
17606
17607
|
}],
|
|
17607
17608
|
logo_URIs: {
|
|
17608
|
-
|
|
17609
|
-
|
|
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'
|
|
17610
17611
|
},
|
|
17611
17612
|
images: [{
|
|
17612
17613
|
image_sync: {
|
|
@@ -18294,8 +18295,8 @@ const assets = {
|
|
|
18294
18295
|
provider: 'Osmosis'
|
|
18295
18296
|
}],
|
|
18296
18297
|
logo_URIs: {
|
|
18297
|
-
|
|
18298
|
-
|
|
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'
|
|
18299
18300
|
},
|
|
18300
18301
|
images: [
|
|
18301
18302
|
{
|
|
@@ -18444,8 +18445,8 @@ const assets = {
|
|
|
18444
18445
|
provider: 'Router'
|
|
18445
18446
|
}],
|
|
18446
18447
|
logo_URIs: {
|
|
18447
|
-
|
|
18448
|
-
|
|
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'
|
|
18449
18450
|
},
|
|
18450
18451
|
images: [{
|
|
18451
18452
|
image_sync: {
|
|
@@ -18492,8 +18493,8 @@ const assets = {
|
|
|
18492
18493
|
provider: 'Router'
|
|
18493
18494
|
}],
|
|
18494
18495
|
logo_URIs: {
|
|
18495
|
-
|
|
18496
|
-
|
|
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'
|
|
18497
18498
|
},
|
|
18498
18499
|
images: [{
|
|
18499
18500
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
|
|
@@ -18658,8 +18659,8 @@ const assets = {
|
|
|
18658
18659
|
provider: 'Osmosis'
|
|
18659
18660
|
}],
|
|
18660
18661
|
logo_URIs: {
|
|
18661
|
-
|
|
18662
|
-
|
|
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'
|
|
18663
18664
|
},
|
|
18664
18665
|
images: [{
|
|
18665
18666
|
image_sync: {
|
|
@@ -18711,8 +18712,8 @@ const assets = {
|
|
|
18711
18712
|
}
|
|
18712
18713
|
}],
|
|
18713
18714
|
logo_URIs: {
|
|
18714
|
-
|
|
18715
|
-
|
|
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'
|
|
18716
18717
|
},
|
|
18717
18718
|
images: [{
|
|
18718
18719
|
image_sync: {
|
|
@@ -18750,8 +18751,8 @@ const assets = {
|
|
|
18750
18751
|
provider: 'Osmosis'
|
|
18751
18752
|
}],
|
|
18752
18753
|
logo_URIs: {
|
|
18753
|
-
|
|
18754
|
-
|
|
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'
|
|
18755
18756
|
},
|
|
18756
18757
|
images: [{
|
|
18757
18758
|
image_sync: {
|
|
@@ -18805,8 +18806,8 @@ const assets = {
|
|
|
18805
18806
|
}
|
|
18806
18807
|
}],
|
|
18807
18808
|
logo_URIs: {
|
|
18808
|
-
|
|
18809
|
-
|
|
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'
|
|
18810
18811
|
},
|
|
18811
18812
|
images: [{
|
|
18812
18813
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg',
|
|
@@ -19268,8 +19269,8 @@ const assets = {
|
|
|
19268
19269
|
}
|
|
19269
19270
|
],
|
|
19270
19271
|
logo_URIs: {
|
|
19271
|
-
|
|
19272
|
-
|
|
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'
|
|
19273
19274
|
},
|
|
19274
19275
|
images: [{
|
|
19275
19276
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg',
|
|
@@ -19490,8 +19491,8 @@ const assets = {
|
|
|
19490
19491
|
}
|
|
19491
19492
|
}],
|
|
19492
19493
|
logo_URIs: {
|
|
19493
|
-
|
|
19494
|
-
|
|
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'
|
|
19495
19496
|
},
|
|
19496
19497
|
images: [{
|
|
19497
19498
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg',
|
|
@@ -19535,8 +19536,8 @@ const assets = {
|
|
|
19535
19536
|
provider: 'Osmosis'
|
|
19536
19537
|
}],
|
|
19537
19538
|
logo_URIs: {
|
|
19538
|
-
|
|
19539
|
-
|
|
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'
|
|
19540
19541
|
},
|
|
19541
19542
|
images: [{
|
|
19542
19543
|
image_sync: {
|
|
@@ -19692,8 +19693,8 @@ const assets = {
|
|
|
19692
19693
|
provider: 'Router'
|
|
19693
19694
|
}],
|
|
19694
19695
|
logo_URIs: {
|
|
19695
|
-
|
|
19696
|
-
|
|
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'
|
|
19697
19698
|
},
|
|
19698
19699
|
images: [{
|
|
19699
19700
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg',
|
|
@@ -19851,8 +19852,8 @@ const assets = {
|
|
|
19851
19852
|
provider: 'Omnity Network'
|
|
19852
19853
|
}],
|
|
19853
19854
|
logo_URIs: {
|
|
19854
|
-
|
|
19855
|
-
|
|
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'
|
|
19856
19857
|
},
|
|
19857
19858
|
images: [{
|
|
19858
19859
|
image_sync: {
|
|
@@ -20220,8 +20221,8 @@ const assets = {
|
|
|
20220
20221
|
}
|
|
20221
20222
|
}],
|
|
20222
20223
|
logo_URIs: {
|
|
20223
|
-
|
|
20224
|
-
|
|
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'
|
|
20225
20226
|
},
|
|
20226
20227
|
images: [{
|
|
20227
20228
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg',
|
|
@@ -20387,8 +20388,8 @@ const assets = {
|
|
|
20387
20388
|
}
|
|
20388
20389
|
}],
|
|
20389
20390
|
logo_URIs: {
|
|
20390
|
-
|
|
20391
|
-
|
|
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'
|
|
20392
20393
|
},
|
|
20393
20394
|
images: [{
|
|
20394
20395
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
@@ -20439,8 +20440,8 @@ const assets = {
|
|
|
20439
20440
|
}
|
|
20440
20441
|
}],
|
|
20441
20442
|
logo_URIs: {
|
|
20442
|
-
|
|
20443
|
-
|
|
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'
|
|
20444
20445
|
},
|
|
20445
20446
|
images: [{
|
|
20446
20447
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
@@ -20491,8 +20492,8 @@ const assets = {
|
|
|
20491
20492
|
}
|
|
20492
20493
|
}],
|
|
20493
20494
|
logo_URIs: {
|
|
20494
|
-
|
|
20495
|
-
|
|
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'
|
|
20496
20497
|
},
|
|
20497
20498
|
images: [{
|
|
20498
20499
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
@@ -20543,8 +20544,8 @@ const assets = {
|
|
|
20543
20544
|
}
|
|
20544
20545
|
}],
|
|
20545
20546
|
logo_URIs: {
|
|
20546
|
-
|
|
20547
|
-
|
|
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'
|
|
20548
20549
|
},
|
|
20549
20550
|
images: [{
|
|
20550
20551
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
@@ -20623,10 +20624,12 @@ const assets = {
|
|
|
20623
20624
|
chain_name: 'axelar',
|
|
20624
20625
|
base_denom: 'arbitrum-uusdt'
|
|
20625
20626
|
},
|
|
20626
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20627
|
-
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',
|
|
20628
20629
|
theme: {
|
|
20629
|
-
|
|
20630
|
+
circle: true,
|
|
20631
|
+
primary_color_hex: '#009393',
|
|
20632
|
+
background_color_hex: '#009393'
|
|
20630
20633
|
}
|
|
20631
20634
|
}]
|
|
20632
20635
|
},
|
|
@@ -20693,10 +20696,12 @@ const assets = {
|
|
|
20693
20696
|
chain_name: 'axelar',
|
|
20694
20697
|
base_denom: 'optimism-uusdt'
|
|
20695
20698
|
},
|
|
20696
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20697
|
-
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',
|
|
20698
20701
|
theme: {
|
|
20699
|
-
|
|
20702
|
+
circle: true,
|
|
20703
|
+
primary_color_hex: '#009393',
|
|
20704
|
+
background_color_hex: '#009393'
|
|
20700
20705
|
}
|
|
20701
20706
|
}]
|
|
20702
20707
|
},
|
|
@@ -20763,10 +20768,12 @@ const assets = {
|
|
|
20763
20768
|
chain_name: 'axelar',
|
|
20764
20769
|
base_denom: 'polygon-uusdt'
|
|
20765
20770
|
},
|
|
20766
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20767
|
-
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',
|
|
20768
20773
|
theme: {
|
|
20769
|
-
|
|
20774
|
+
circle: true,
|
|
20775
|
+
primary_color_hex: '#009393',
|
|
20776
|
+
background_color_hex: '#009393'
|
|
20770
20777
|
}
|
|
20771
20778
|
}]
|
|
20772
20779
|
},
|
|
@@ -20816,8 +20823,8 @@ const assets = {
|
|
|
20816
20823
|
}
|
|
20817
20824
|
],
|
|
20818
20825
|
logo_URIs: {
|
|
20819
|
-
|
|
20820
|
-
|
|
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'
|
|
20821
20828
|
},
|
|
20822
20829
|
images: [{
|
|
20823
20830
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbbtc.axl.svg',
|
|
@@ -20881,8 +20888,8 @@ const assets = {
|
|
|
20881
20888
|
}
|
|
20882
20889
|
],
|
|
20883
20890
|
logo_URIs: {
|
|
20884
|
-
|
|
20885
|
-
|
|
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'
|
|
20886
20893
|
},
|
|
20887
20894
|
images: [{
|
|
20888
20895
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg',
|
|
@@ -20947,8 +20954,8 @@ const assets = {
|
|
|
20947
20954
|
}
|
|
20948
20955
|
],
|
|
20949
20956
|
logo_URIs: {
|
|
20950
|
-
|
|
20951
|
-
|
|
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'
|
|
20952
20959
|
},
|
|
20953
20960
|
images: [{
|
|
20954
20961
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg',
|
|
@@ -21009,8 +21016,8 @@ const assets = {
|
|
|
21009
21016
|
}
|
|
21010
21017
|
],
|
|
21011
21018
|
logo_URIs: {
|
|
21012
|
-
|
|
21013
|
-
|
|
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'
|
|
21014
21021
|
},
|
|
21015
21022
|
images: [{
|
|
21016
21023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg',
|
|
@@ -21090,8 +21097,8 @@ const assets = {
|
|
|
21090
21097
|
provider: 'Osmosis'
|
|
21091
21098
|
}],
|
|
21092
21099
|
logo_URIs: {
|
|
21093
|
-
|
|
21094
|
-
|
|
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'
|
|
21095
21102
|
},
|
|
21096
21103
|
images: [{
|
|
21097
21104
|
image_sync: {
|
|
@@ -21130,8 +21137,8 @@ const assets = {
|
|
|
21130
21137
|
provider: 'Osmosis'
|
|
21131
21138
|
}],
|
|
21132
21139
|
logo_URIs: {
|
|
21133
|
-
|
|
21134
|
-
|
|
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'
|
|
21135
21142
|
},
|
|
21136
21143
|
images: [{
|
|
21137
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
|
}
|