@chain-registry/osmosis 1.46.0 → 1.46.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/asset_list.js +198 -38
- package/assets.js +317 -34
- package/chain.js +8 -0
- package/esm/asset_list.js +198 -38
- package/esm/assets.js +317 -34
- package/esm/chain.js +8 -0
- package/package.json +3 -3
package/esm/assets.js
CHANGED
|
@@ -32,6 +32,7 @@ const assets = {
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
+
description: 'ION is the second native token of Osmosis.',
|
|
35
36
|
denom_units: [{
|
|
36
37
|
denom: 'uion',
|
|
37
38
|
exponent: 0
|
|
@@ -105,8 +106,8 @@ const assets = {
|
|
|
105
106
|
}
|
|
106
107
|
],
|
|
107
108
|
logo_URIs: {
|
|
108
|
-
|
|
109
|
-
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
110
111
|
},
|
|
111
112
|
images: [{
|
|
112
113
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
@@ -166,7 +167,8 @@ const assets = {
|
|
|
166
167
|
}
|
|
167
168
|
],
|
|
168
169
|
logo_URIs: {
|
|
169
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
170
172
|
},
|
|
171
173
|
images: [{
|
|
172
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -219,8 +221,8 @@ const assets = {
|
|
|
219
221
|
}
|
|
220
222
|
],
|
|
221
223
|
logo_URIs: {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
224
226
|
},
|
|
225
227
|
images: [{
|
|
226
228
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
@@ -279,7 +281,8 @@ const assets = {
|
|
|
279
281
|
}
|
|
280
282
|
],
|
|
281
283
|
logo_URIs: {
|
|
282
|
-
|
|
284
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
|
|
285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
|
|
283
286
|
},
|
|
284
287
|
images: [{
|
|
285
288
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
|
|
@@ -575,7 +578,8 @@ const assets = {
|
|
|
575
578
|
}
|
|
576
579
|
],
|
|
577
580
|
logo_URIs: {
|
|
578
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png'
|
|
581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
582
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
579
583
|
},
|
|
580
584
|
images: [{
|
|
581
585
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
@@ -628,7 +632,8 @@ const assets = {
|
|
|
628
632
|
}
|
|
629
633
|
],
|
|
630
634
|
logo_URIs: {
|
|
631
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png'
|
|
635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
|
|
636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg'
|
|
632
637
|
},
|
|
633
638
|
images: [{
|
|
634
639
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
|
|
@@ -762,7 +767,8 @@ const assets = {
|
|
|
762
767
|
}
|
|
763
768
|
],
|
|
764
769
|
logo_URIs: {
|
|
765
|
-
|
|
770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
766
772
|
},
|
|
767
773
|
images: [{
|
|
768
774
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
@@ -2633,7 +2639,8 @@ const assets = {
|
|
|
2633
2639
|
}
|
|
2634
2640
|
],
|
|
2635
2641
|
logo_URIs: {
|
|
2636
|
-
|
|
2642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
2643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
2637
2644
|
},
|
|
2638
2645
|
images: [{
|
|
2639
2646
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
@@ -2688,7 +2695,7 @@ const assets = {
|
|
|
2688
2695
|
}
|
|
2689
2696
|
],
|
|
2690
2697
|
logo_URIs: {
|
|
2691
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2698
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
2692
2699
|
},
|
|
2693
2700
|
images: [{
|
|
2694
2701
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
@@ -2742,7 +2749,7 @@ const assets = {
|
|
|
2742
2749
|
}
|
|
2743
2750
|
],
|
|
2744
2751
|
logo_URIs: {
|
|
2745
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2746
2753
|
},
|
|
2747
2754
|
images: [{
|
|
2748
2755
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -2796,7 +2803,7 @@ const assets = {
|
|
|
2796
2803
|
}
|
|
2797
2804
|
],
|
|
2798
2805
|
logo_URIs: {
|
|
2799
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2806
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
2800
2807
|
},
|
|
2801
2808
|
images: [{
|
|
2802
2809
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
@@ -2850,7 +2857,7 @@ const assets = {
|
|
|
2850
2857
|
}
|
|
2851
2858
|
],
|
|
2852
2859
|
logo_URIs: {
|
|
2853
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2854
2861
|
},
|
|
2855
2862
|
images: [{
|
|
2856
2863
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
@@ -5292,6 +5299,7 @@ const assets = {
|
|
|
5292
5299
|
},
|
|
5293
5300
|
{
|
|
5294
5301
|
description: 'The native token cw20 for PHMN on Juno Chain',
|
|
5302
|
+
extended_description: '$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator\'s commission rate, or exiting the network are determined by the PHMN community.',
|
|
5295
5303
|
denom_units: [{
|
|
5296
5304
|
denom: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
5297
5305
|
exponent: 0,
|
|
@@ -5326,7 +5334,11 @@ const assets = {
|
|
|
5326
5334
|
images: [{
|
|
5327
5335
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
5328
5336
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
5329
|
-
}]
|
|
5337
|
+
}],
|
|
5338
|
+
socials: {
|
|
5339
|
+
website: 'https://posthuman.digital/',
|
|
5340
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
5341
|
+
}
|
|
5330
5342
|
},
|
|
5331
5343
|
{
|
|
5332
5344
|
description: 'The native token cw20 for Amber on Secret Network',
|
|
@@ -5828,7 +5840,7 @@ const assets = {
|
|
|
5828
5840
|
}
|
|
5829
5841
|
],
|
|
5830
5842
|
logo_URIs: {
|
|
5831
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
5843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
5832
5844
|
},
|
|
5833
5845
|
images: [{
|
|
5834
5846
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -5890,7 +5902,7 @@ const assets = {
|
|
|
5890
5902
|
}
|
|
5891
5903
|
],
|
|
5892
5904
|
logo_URIs: {
|
|
5893
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
5905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
5894
5906
|
},
|
|
5895
5907
|
images: [{
|
|
5896
5908
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -7692,7 +7704,7 @@ const assets = {
|
|
|
7692
7704
|
}
|
|
7693
7705
|
],
|
|
7694
7706
|
logo_URIs: {
|
|
7695
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
7707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
|
|
7696
7708
|
},
|
|
7697
7709
|
images: [{
|
|
7698
7710
|
image_sync: {
|
|
@@ -8764,7 +8776,7 @@ const assets = {
|
|
|
8764
8776
|
}
|
|
8765
8777
|
],
|
|
8766
8778
|
logo_URIs: {
|
|
8767
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8779
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8768
8780
|
},
|
|
8769
8781
|
images: [{
|
|
8770
8782
|
image_sync: {
|
|
@@ -8854,7 +8866,7 @@ const assets = {
|
|
|
8854
8866
|
}
|
|
8855
8867
|
}],
|
|
8856
8868
|
logo_URIs: {
|
|
8857
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/
|
|
8869
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
8858
8870
|
},
|
|
8859
8871
|
images: [{
|
|
8860
8872
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
@@ -8981,7 +8993,7 @@ const assets = {
|
|
|
8981
8993
|
}
|
|
8982
8994
|
],
|
|
8983
8995
|
logo_URIs: {
|
|
8984
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8996
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
8985
8997
|
},
|
|
8986
8998
|
images: [{
|
|
8987
8999
|
image_sync: {
|
|
@@ -9040,7 +9052,8 @@ const assets = {
|
|
|
9040
9052
|
}
|
|
9041
9053
|
],
|
|
9042
9054
|
logo_URIs: {
|
|
9043
|
-
|
|
9055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9056
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9044
9057
|
},
|
|
9045
9058
|
images: [{
|
|
9046
9059
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -9095,7 +9108,8 @@ const assets = {
|
|
|
9095
9108
|
}
|
|
9096
9109
|
],
|
|
9097
9110
|
logo_URIs: {
|
|
9098
|
-
|
|
9111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
|
|
9112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
|
|
9099
9113
|
},
|
|
9100
9114
|
images: [{
|
|
9101
9115
|
image_sync: {
|
|
@@ -9645,7 +9659,8 @@ const assets = {
|
|
|
9645
9659
|
}
|
|
9646
9660
|
}],
|
|
9647
9661
|
logo_URIs: {
|
|
9648
|
-
|
|
9662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
9663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
9649
9664
|
},
|
|
9650
9665
|
images: [{
|
|
9651
9666
|
image_sync: {
|
|
@@ -11594,8 +11609,7 @@ const assets = {
|
|
|
11594
11609
|
}
|
|
11595
11610
|
],
|
|
11596
11611
|
logo_URIs: {
|
|
11597
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
11598
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solana.USDC.wh.png'
|
|
11612
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
11599
11613
|
},
|
|
11600
11614
|
images: [{
|
|
11601
11615
|
image_sync: {
|
|
@@ -12146,7 +12160,8 @@ const assets = {
|
|
|
12146
12160
|
}
|
|
12147
12161
|
}],
|
|
12148
12162
|
logo_URIs: {
|
|
12149
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
12163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
12164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
12150
12165
|
},
|
|
12151
12166
|
images: [{
|
|
12152
12167
|
image_sync: {
|
|
@@ -12398,10 +12413,12 @@ const assets = {
|
|
|
12398
12413
|
},
|
|
12399
12414
|
images: [{
|
|
12400
12415
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png'
|
|
12401
|
-
}]
|
|
12416
|
+
}],
|
|
12417
|
+
coingecko_id: 'mad-scientists'
|
|
12402
12418
|
},
|
|
12403
12419
|
{
|
|
12404
12420
|
description: 'BackBone Labs Liquid Staked OSMO',
|
|
12421
|
+
extended_description: 'bOSMO - solving capital inefficiencies in the NFT market space',
|
|
12405
12422
|
denom_units: [{
|
|
12406
12423
|
denom: 'factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo',
|
|
12407
12424
|
exponent: 0
|
|
@@ -12421,7 +12438,10 @@ const assets = {
|
|
|
12421
12438
|
images: [{
|
|
12422
12439
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png'
|
|
12423
12440
|
}],
|
|
12424
|
-
|
|
12441
|
+
socials: {
|
|
12442
|
+
website: 'https://app.backbonelabs.io/',
|
|
12443
|
+
twitter: 'https://twitter.com/BackBone_Labs'
|
|
12444
|
+
}
|
|
12425
12445
|
},
|
|
12426
12446
|
{
|
|
12427
12447
|
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
@@ -12675,8 +12695,8 @@ const assets = {
|
|
|
12675
12695
|
}
|
|
12676
12696
|
}],
|
|
12677
12697
|
logo_URIs: {
|
|
12678
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/
|
|
12679
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/
|
|
12698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
12699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
12680
12700
|
},
|
|
12681
12701
|
images: [{
|
|
12682
12702
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
@@ -12990,6 +13010,7 @@ const assets = {
|
|
|
12990
13010
|
}
|
|
12991
13011
|
],
|
|
12992
13012
|
logo_URIs: {
|
|
13013
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png',
|
|
12993
13014
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg'
|
|
12994
13015
|
},
|
|
12995
13016
|
images: [{
|
|
@@ -13240,8 +13261,8 @@ const assets = {
|
|
|
13240
13261
|
provider: 'LibraBridge'
|
|
13241
13262
|
}],
|
|
13242
13263
|
logo_URIs: {
|
|
13243
|
-
|
|
13244
|
-
|
|
13264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png',
|
|
13265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg'
|
|
13245
13266
|
},
|
|
13246
13267
|
images: [{
|
|
13247
13268
|
image_sync: {
|
|
@@ -13319,7 +13340,11 @@ const assets = {
|
|
|
13319
13340
|
website: 'https://ai.nim.network/',
|
|
13320
13341
|
twitter: 'https://twitter.com/nim_network'
|
|
13321
13342
|
},
|
|
13322
|
-
keywords: ['gaming', 'AI']
|
|
13343
|
+
keywords: ['gaming', 'AI'],
|
|
13344
|
+
logo_URIs: {
|
|
13345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
13346
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
13347
|
+
}
|
|
13323
13348
|
},
|
|
13324
13349
|
{
|
|
13325
13350
|
description: 'Beer Is Good for You!',
|
|
@@ -13399,6 +13424,264 @@ const assets = {
|
|
|
13399
13424
|
images: [{
|
|
13400
13425
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
13401
13426
|
}]
|
|
13427
|
+
},
|
|
13428
|
+
{
|
|
13429
|
+
description: 'WEIRD token for WEIRD friends collection',
|
|
13430
|
+
denom_units: [{
|
|
13431
|
+
denom: 'ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748',
|
|
13432
|
+
exponent: 0,
|
|
13433
|
+
aliases: ['uWEIRD']
|
|
13434
|
+
}, {
|
|
13435
|
+
denom: 'WEIRD',
|
|
13436
|
+
exponent: 6
|
|
13437
|
+
}],
|
|
13438
|
+
type_asset: 'ics20',
|
|
13439
|
+
base: 'ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748',
|
|
13440
|
+
name: 'WEIRD token',
|
|
13441
|
+
display: 'WEIRD',
|
|
13442
|
+
symbol: 'WEIRD',
|
|
13443
|
+
traces: [{
|
|
13444
|
+
type: 'ibc',
|
|
13445
|
+
counterparty: {
|
|
13446
|
+
chain_name: 'neutron',
|
|
13447
|
+
base_denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD',
|
|
13448
|
+
channel_id: 'channel-10'
|
|
13449
|
+
},
|
|
13450
|
+
chain: {
|
|
13451
|
+
channel_id: 'channel-874',
|
|
13452
|
+
path: 'transfer/channel-874/factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD'
|
|
13453
|
+
}
|
|
13454
|
+
}],
|
|
13455
|
+
logo_URIs: {
|
|
13456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
13457
|
+
},
|
|
13458
|
+
images: [{
|
|
13459
|
+
image_sync: {
|
|
13460
|
+
chain_name: 'neutron',
|
|
13461
|
+
base_denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD'
|
|
13462
|
+
},
|
|
13463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
13464
|
+
}]
|
|
13465
|
+
},
|
|
13466
|
+
{
|
|
13467
|
+
description: 'Quicksilver Liquid Staked JUNO',
|
|
13468
|
+
denom_units: [{
|
|
13469
|
+
denom: 'ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54',
|
|
13470
|
+
exponent: 0,
|
|
13471
|
+
aliases: ['uqjuno']
|
|
13472
|
+
}, {
|
|
13473
|
+
denom: 'qjuno',
|
|
13474
|
+
exponent: 6,
|
|
13475
|
+
aliases: []
|
|
13476
|
+
}],
|
|
13477
|
+
type_asset: 'ics20',
|
|
13478
|
+
base: 'ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54',
|
|
13479
|
+
name: 'Quicksilver Liquid Staked JUNO',
|
|
13480
|
+
display: 'qjuno',
|
|
13481
|
+
symbol: 'qJUNO',
|
|
13482
|
+
traces: [{
|
|
13483
|
+
type: 'liquid-stake',
|
|
13484
|
+
counterparty: {
|
|
13485
|
+
chain_name: 'juno',
|
|
13486
|
+
base_denom: 'ujuno'
|
|
13487
|
+
},
|
|
13488
|
+
provider: 'Quicksilver'
|
|
13489
|
+
}, {
|
|
13490
|
+
type: 'ibc',
|
|
13491
|
+
counterparty: {
|
|
13492
|
+
chain_name: 'quicksilver',
|
|
13493
|
+
base_denom: 'uqjuno',
|
|
13494
|
+
channel_id: 'channel-2'
|
|
13495
|
+
},
|
|
13496
|
+
chain: {
|
|
13497
|
+
channel_id: 'channel-522',
|
|
13498
|
+
path: 'transfer/channel-522/uqjuno'
|
|
13499
|
+
}
|
|
13500
|
+
}],
|
|
13501
|
+
logo_URIs: {
|
|
13502
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png',
|
|
13503
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg'
|
|
13504
|
+
},
|
|
13505
|
+
images: [{
|
|
13506
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png',
|
|
13507
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg'
|
|
13508
|
+
}]
|
|
13509
|
+
},
|
|
13510
|
+
{
|
|
13511
|
+
description: 'Quicksilver Liquid Staked SAGA',
|
|
13512
|
+
denom_units: [{
|
|
13513
|
+
denom: 'ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13',
|
|
13514
|
+
exponent: 0,
|
|
13515
|
+
aliases: ['uqsaga']
|
|
13516
|
+
}, {
|
|
13517
|
+
denom: 'qsaga',
|
|
13518
|
+
exponent: 6,
|
|
13519
|
+
aliases: []
|
|
13520
|
+
}],
|
|
13521
|
+
type_asset: 'ics20',
|
|
13522
|
+
base: 'ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13',
|
|
13523
|
+
name: 'Quicksilver Liquid Staked SAGA',
|
|
13524
|
+
display: 'qsaga',
|
|
13525
|
+
symbol: 'qSAGA',
|
|
13526
|
+
traces: [{
|
|
13527
|
+
type: 'liquid-stake',
|
|
13528
|
+
counterparty: {
|
|
13529
|
+
chain_name: 'saga',
|
|
13530
|
+
base_denom: 'usaga'
|
|
13531
|
+
},
|
|
13532
|
+
provider: 'Quicksilver'
|
|
13533
|
+
}, {
|
|
13534
|
+
type: 'ibc',
|
|
13535
|
+
counterparty: {
|
|
13536
|
+
chain_name: 'quicksilver',
|
|
13537
|
+
base_denom: 'uqsaga',
|
|
13538
|
+
channel_id: 'channel-2'
|
|
13539
|
+
},
|
|
13540
|
+
chain: {
|
|
13541
|
+
channel_id: 'channel-522',
|
|
13542
|
+
path: 'transfer/channel-522/uqsaga'
|
|
13543
|
+
}
|
|
13544
|
+
}],
|
|
13545
|
+
logo_URIs: {
|
|
13546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png',
|
|
13547
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg'
|
|
13548
|
+
},
|
|
13549
|
+
images: [{
|
|
13550
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png',
|
|
13551
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg'
|
|
13552
|
+
}]
|
|
13553
|
+
},
|
|
13554
|
+
{
|
|
13555
|
+
description: 'Quicksilver Liquid Staked BLD',
|
|
13556
|
+
denom_units: [{
|
|
13557
|
+
denom: 'ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7',
|
|
13558
|
+
exponent: 0,
|
|
13559
|
+
aliases: ['uqbld']
|
|
13560
|
+
}, {
|
|
13561
|
+
denom: 'qbld',
|
|
13562
|
+
exponent: 6,
|
|
13563
|
+
aliases: []
|
|
13564
|
+
}],
|
|
13565
|
+
type_asset: 'ics20',
|
|
13566
|
+
base: 'ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7',
|
|
13567
|
+
name: 'Quicksilver Liquid Staked BLD',
|
|
13568
|
+
display: 'qbld',
|
|
13569
|
+
symbol: 'qBLD',
|
|
13570
|
+
traces: [{
|
|
13571
|
+
type: 'liquid-stake',
|
|
13572
|
+
counterparty: {
|
|
13573
|
+
chain_name: 'agoric',
|
|
13574
|
+
base_denom: 'ubld'
|
|
13575
|
+
},
|
|
13576
|
+
provider: 'Quicksilver'
|
|
13577
|
+
}, {
|
|
13578
|
+
type: 'ibc',
|
|
13579
|
+
counterparty: {
|
|
13580
|
+
chain_name: 'quicksilver',
|
|
13581
|
+
base_denom: 'uqbld',
|
|
13582
|
+
channel_id: 'channel-2'
|
|
13583
|
+
},
|
|
13584
|
+
chain: {
|
|
13585
|
+
channel_id: 'channel-522',
|
|
13586
|
+
path: 'transfer/channel-522/uqbld'
|
|
13587
|
+
}
|
|
13588
|
+
}],
|
|
13589
|
+
logo_URIs: {
|
|
13590
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png',
|
|
13591
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg'
|
|
13592
|
+
},
|
|
13593
|
+
images: [{
|
|
13594
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png',
|
|
13595
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg'
|
|
13596
|
+
}]
|
|
13597
|
+
},
|
|
13598
|
+
{
|
|
13599
|
+
description: 'Quicksilver Liquid Staked DYDX',
|
|
13600
|
+
denom_units: [{
|
|
13601
|
+
denom: 'ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27',
|
|
13602
|
+
exponent: 0,
|
|
13603
|
+
aliases: ['aqdydx']
|
|
13604
|
+
}, {
|
|
13605
|
+
denom: 'qdydx',
|
|
13606
|
+
exponent: 18,
|
|
13607
|
+
aliases: []
|
|
13608
|
+
}],
|
|
13609
|
+
type_asset: 'ics20',
|
|
13610
|
+
base: 'ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27',
|
|
13611
|
+
name: 'Quicksilver Liquid Staked DYDX',
|
|
13612
|
+
display: 'qdydx',
|
|
13613
|
+
symbol: 'qDYDX',
|
|
13614
|
+
traces: [{
|
|
13615
|
+
type: 'liquid-stake',
|
|
13616
|
+
counterparty: {
|
|
13617
|
+
chain_name: 'dydx',
|
|
13618
|
+
base_denom: 'adydx'
|
|
13619
|
+
},
|
|
13620
|
+
provider: 'Quicksilver'
|
|
13621
|
+
}, {
|
|
13622
|
+
type: 'ibc',
|
|
13623
|
+
counterparty: {
|
|
13624
|
+
chain_name: 'quicksilver',
|
|
13625
|
+
base_denom: 'aqdydx',
|
|
13626
|
+
channel_id: 'channel-2'
|
|
13627
|
+
},
|
|
13628
|
+
chain: {
|
|
13629
|
+
channel_id: 'channel-522',
|
|
13630
|
+
path: 'transfer/channel-522/aqdydx'
|
|
13631
|
+
}
|
|
13632
|
+
}],
|
|
13633
|
+
logo_URIs: {
|
|
13634
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png',
|
|
13635
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg'
|
|
13636
|
+
},
|
|
13637
|
+
images: [{
|
|
13638
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png',
|
|
13639
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg'
|
|
13640
|
+
}]
|
|
13641
|
+
},
|
|
13642
|
+
{
|
|
13643
|
+
description: 'Uhm, Power Bottom',
|
|
13644
|
+
denom_units: [{
|
|
13645
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb',
|
|
13646
|
+
exponent: 0
|
|
13647
|
+
}, {
|
|
13648
|
+
denom: 'PBB',
|
|
13649
|
+
exponent: 6
|
|
13650
|
+
}],
|
|
13651
|
+
type_asset: 'sdk.coin',
|
|
13652
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13653
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb',
|
|
13654
|
+
name: 'Power Bottom',
|
|
13655
|
+
display: 'PBB',
|
|
13656
|
+
symbol: 'PBB',
|
|
13657
|
+
logo_URIs: {
|
|
13658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png'
|
|
13659
|
+
},
|
|
13660
|
+
images: [{
|
|
13661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png'
|
|
13662
|
+
}]
|
|
13663
|
+
},
|
|
13664
|
+
{
|
|
13665
|
+
description: 'Like cosmos, but shit',
|
|
13666
|
+
denom_units: [{
|
|
13667
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
13668
|
+
exponent: 0
|
|
13669
|
+
}, {
|
|
13670
|
+
denom: 'SHITMOS',
|
|
13671
|
+
exponent: 6
|
|
13672
|
+
}],
|
|
13673
|
+
type_asset: 'sdk.coin',
|
|
13674
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13675
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
13676
|
+
name: 'Shitmos',
|
|
13677
|
+
display: 'SHITMOS',
|
|
13678
|
+
symbol: 'SHITMOS',
|
|
13679
|
+
logo_URIs: {
|
|
13680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13681
|
+
},
|
|
13682
|
+
images: [{
|
|
13683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13684
|
+
}]
|
|
13402
13685
|
}
|
|
13403
13686
|
]
|
|
13404
13687
|
};
|
package/esm/chain.js
CHANGED
|
@@ -159,6 +159,10 @@ const chain = {
|
|
|
159
159
|
address: 'https://rpc-osmo.kewrnode.com',
|
|
160
160
|
provider: 'Kewr Node'
|
|
161
161
|
},
|
|
162
|
+
{
|
|
163
|
+
address: 'https://rpc.osmosis.goldenratiostaking.net',
|
|
164
|
+
provider: 'Golden Ratio Staking'
|
|
165
|
+
},
|
|
162
166
|
{
|
|
163
167
|
address: 'https://osmosis-rpc.noders.services',
|
|
164
168
|
provider: '[NODERS]TEAM'
|
|
@@ -169,6 +173,10 @@ const chain = {
|
|
|
169
173
|
address: 'https://lcd.osmosis.zone/',
|
|
170
174
|
provider: 'Osmosis Foundation'
|
|
171
175
|
},
|
|
176
|
+
{
|
|
177
|
+
address: 'https://rest.osmosis.goldenratiostaking.net',
|
|
178
|
+
provider: 'Golden Ratio Staking'
|
|
179
|
+
},
|
|
172
180
|
{
|
|
173
181
|
address: 'https://osmosis-lcd.quickapi.com:443',
|
|
174
182
|
provider: 'Chainlayer'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.46.
|
|
3
|
+
"version": "1.46.2",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.29.
|
|
33
|
+
"@chain-registry/types": "^0.29.2"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "524048e52fe52d7d4da30d3a221772d643cee836"
|
|
43
43
|
}
|