@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/assets.js
CHANGED
|
@@ -34,6 +34,7 @@ const assets = {
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
+
description: 'ION is the second native token of Osmosis.',
|
|
37
38
|
denom_units: [{
|
|
38
39
|
denom: 'uion',
|
|
39
40
|
exponent: 0
|
|
@@ -107,8 +108,8 @@ const assets = {
|
|
|
107
108
|
}
|
|
108
109
|
],
|
|
109
110
|
logo_URIs: {
|
|
110
|
-
|
|
111
|
-
|
|
111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
112
113
|
},
|
|
113
114
|
images: [{
|
|
114
115
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
@@ -168,7 +169,8 @@ const assets = {
|
|
|
168
169
|
}
|
|
169
170
|
],
|
|
170
171
|
logo_URIs: {
|
|
171
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
172
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
172
174
|
},
|
|
173
175
|
images: [{
|
|
174
176
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -221,8 +223,8 @@ const assets = {
|
|
|
221
223
|
}
|
|
222
224
|
],
|
|
223
225
|
logo_URIs: {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
226
228
|
},
|
|
227
229
|
images: [{
|
|
228
230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
@@ -281,7 +283,8 @@ const assets = {
|
|
|
281
283
|
}
|
|
282
284
|
],
|
|
283
285
|
logo_URIs: {
|
|
284
|
-
|
|
286
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
|
|
287
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
|
|
285
288
|
},
|
|
286
289
|
images: [{
|
|
287
290
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
|
|
@@ -577,7 +580,8 @@ const assets = {
|
|
|
577
580
|
}
|
|
578
581
|
],
|
|
579
582
|
logo_URIs: {
|
|
580
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png'
|
|
583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
584
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
581
585
|
},
|
|
582
586
|
images: [{
|
|
583
587
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
@@ -630,7 +634,8 @@ const assets = {
|
|
|
630
634
|
}
|
|
631
635
|
],
|
|
632
636
|
logo_URIs: {
|
|
633
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png'
|
|
637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
|
|
638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg'
|
|
634
639
|
},
|
|
635
640
|
images: [{
|
|
636
641
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
|
|
@@ -764,7 +769,8 @@ const assets = {
|
|
|
764
769
|
}
|
|
765
770
|
],
|
|
766
771
|
logo_URIs: {
|
|
767
|
-
|
|
772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
773
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
768
774
|
},
|
|
769
775
|
images: [{
|
|
770
776
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
@@ -2635,7 +2641,8 @@ const assets = {
|
|
|
2635
2641
|
}
|
|
2636
2642
|
],
|
|
2637
2643
|
logo_URIs: {
|
|
2638
|
-
|
|
2644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
2645
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
2639
2646
|
},
|
|
2640
2647
|
images: [{
|
|
2641
2648
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
@@ -2690,7 +2697,7 @@ const assets = {
|
|
|
2690
2697
|
}
|
|
2691
2698
|
],
|
|
2692
2699
|
logo_URIs: {
|
|
2693
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2700
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
2694
2701
|
},
|
|
2695
2702
|
images: [{
|
|
2696
2703
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
@@ -2744,7 +2751,7 @@ const assets = {
|
|
|
2744
2751
|
}
|
|
2745
2752
|
],
|
|
2746
2753
|
logo_URIs: {
|
|
2747
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2748
2755
|
},
|
|
2749
2756
|
images: [{
|
|
2750
2757
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -2798,7 +2805,7 @@ const assets = {
|
|
|
2798
2805
|
}
|
|
2799
2806
|
],
|
|
2800
2807
|
logo_URIs: {
|
|
2801
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2808
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
2802
2809
|
},
|
|
2803
2810
|
images: [{
|
|
2804
2811
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
@@ -2852,7 +2859,7 @@ const assets = {
|
|
|
2852
2859
|
}
|
|
2853
2860
|
],
|
|
2854
2861
|
logo_URIs: {
|
|
2855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2862
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2856
2863
|
},
|
|
2857
2864
|
images: [{
|
|
2858
2865
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
@@ -5294,6 +5301,7 @@ const assets = {
|
|
|
5294
5301
|
},
|
|
5295
5302
|
{
|
|
5296
5303
|
description: 'The native token cw20 for PHMN on Juno Chain',
|
|
5304
|
+
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.',
|
|
5297
5305
|
denom_units: [{
|
|
5298
5306
|
denom: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
5299
5307
|
exponent: 0,
|
|
@@ -5328,7 +5336,11 @@ const assets = {
|
|
|
5328
5336
|
images: [{
|
|
5329
5337
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
5330
5338
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
5331
|
-
}]
|
|
5339
|
+
}],
|
|
5340
|
+
socials: {
|
|
5341
|
+
website: 'https://posthuman.digital/',
|
|
5342
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
5343
|
+
}
|
|
5332
5344
|
},
|
|
5333
5345
|
{
|
|
5334
5346
|
description: 'The native token cw20 for Amber on Secret Network',
|
|
@@ -5830,7 +5842,7 @@ const assets = {
|
|
|
5830
5842
|
}
|
|
5831
5843
|
],
|
|
5832
5844
|
logo_URIs: {
|
|
5833
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
5845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
5834
5846
|
},
|
|
5835
5847
|
images: [{
|
|
5836
5848
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -5892,7 +5904,7 @@ const assets = {
|
|
|
5892
5904
|
}
|
|
5893
5905
|
],
|
|
5894
5906
|
logo_URIs: {
|
|
5895
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
5907
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
5896
5908
|
},
|
|
5897
5909
|
images: [{
|
|
5898
5910
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -7694,7 +7706,7 @@ const assets = {
|
|
|
7694
7706
|
}
|
|
7695
7707
|
],
|
|
7696
7708
|
logo_URIs: {
|
|
7697
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
7709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
|
|
7698
7710
|
},
|
|
7699
7711
|
images: [{
|
|
7700
7712
|
image_sync: {
|
|
@@ -8766,7 +8778,7 @@ const assets = {
|
|
|
8766
8778
|
}
|
|
8767
8779
|
],
|
|
8768
8780
|
logo_URIs: {
|
|
8769
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8781
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8770
8782
|
},
|
|
8771
8783
|
images: [{
|
|
8772
8784
|
image_sync: {
|
|
@@ -8856,7 +8868,7 @@ const assets = {
|
|
|
8856
8868
|
}
|
|
8857
8869
|
}],
|
|
8858
8870
|
logo_URIs: {
|
|
8859
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/
|
|
8871
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
8860
8872
|
},
|
|
8861
8873
|
images: [{
|
|
8862
8874
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
@@ -8983,7 +8995,7 @@ const assets = {
|
|
|
8983
8995
|
}
|
|
8984
8996
|
],
|
|
8985
8997
|
logo_URIs: {
|
|
8986
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8998
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
8987
8999
|
},
|
|
8988
9000
|
images: [{
|
|
8989
9001
|
image_sync: {
|
|
@@ -9042,7 +9054,8 @@ const assets = {
|
|
|
9042
9054
|
}
|
|
9043
9055
|
],
|
|
9044
9056
|
logo_URIs: {
|
|
9045
|
-
|
|
9057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9046
9059
|
},
|
|
9047
9060
|
images: [{
|
|
9048
9061
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -9097,7 +9110,8 @@ const assets = {
|
|
|
9097
9110
|
}
|
|
9098
9111
|
],
|
|
9099
9112
|
logo_URIs: {
|
|
9100
|
-
|
|
9113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
|
|
9114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
|
|
9101
9115
|
},
|
|
9102
9116
|
images: [{
|
|
9103
9117
|
image_sync: {
|
|
@@ -9647,7 +9661,8 @@ const assets = {
|
|
|
9647
9661
|
}
|
|
9648
9662
|
}],
|
|
9649
9663
|
logo_URIs: {
|
|
9650
|
-
|
|
9664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
9665
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
9651
9666
|
},
|
|
9652
9667
|
images: [{
|
|
9653
9668
|
image_sync: {
|
|
@@ -11596,8 +11611,7 @@ const assets = {
|
|
|
11596
11611
|
}
|
|
11597
11612
|
],
|
|
11598
11613
|
logo_URIs: {
|
|
11599
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
11600
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solana.USDC.wh.png'
|
|
11614
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
11601
11615
|
},
|
|
11602
11616
|
images: [{
|
|
11603
11617
|
image_sync: {
|
|
@@ -12148,7 +12162,8 @@ const assets = {
|
|
|
12148
12162
|
}
|
|
12149
12163
|
}],
|
|
12150
12164
|
logo_URIs: {
|
|
12151
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
12165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
12166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
12152
12167
|
},
|
|
12153
12168
|
images: [{
|
|
12154
12169
|
image_sync: {
|
|
@@ -12400,10 +12415,12 @@ const assets = {
|
|
|
12400
12415
|
},
|
|
12401
12416
|
images: [{
|
|
12402
12417
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png'
|
|
12403
|
-
}]
|
|
12418
|
+
}],
|
|
12419
|
+
coingecko_id: 'mad-scientists'
|
|
12404
12420
|
},
|
|
12405
12421
|
{
|
|
12406
12422
|
description: 'BackBone Labs Liquid Staked OSMO',
|
|
12423
|
+
extended_description: 'bOSMO - solving capital inefficiencies in the NFT market space',
|
|
12407
12424
|
denom_units: [{
|
|
12408
12425
|
denom: 'factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo',
|
|
12409
12426
|
exponent: 0
|
|
@@ -12423,7 +12440,10 @@ const assets = {
|
|
|
12423
12440
|
images: [{
|
|
12424
12441
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png'
|
|
12425
12442
|
}],
|
|
12426
|
-
|
|
12443
|
+
socials: {
|
|
12444
|
+
website: 'https://app.backbonelabs.io/',
|
|
12445
|
+
twitter: 'https://twitter.com/BackBone_Labs'
|
|
12446
|
+
}
|
|
12427
12447
|
},
|
|
12428
12448
|
{
|
|
12429
12449
|
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
@@ -12677,8 +12697,8 @@ const assets = {
|
|
|
12677
12697
|
}
|
|
12678
12698
|
}],
|
|
12679
12699
|
logo_URIs: {
|
|
12680
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/
|
|
12681
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/
|
|
12700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
12701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
12682
12702
|
},
|
|
12683
12703
|
images: [{
|
|
12684
12704
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
@@ -12992,6 +13012,7 @@ const assets = {
|
|
|
12992
13012
|
}
|
|
12993
13013
|
],
|
|
12994
13014
|
logo_URIs: {
|
|
13015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png',
|
|
12995
13016
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg'
|
|
12996
13017
|
},
|
|
12997
13018
|
images: [{
|
|
@@ -13242,8 +13263,8 @@ const assets = {
|
|
|
13242
13263
|
provider: 'LibraBridge'
|
|
13243
13264
|
}],
|
|
13244
13265
|
logo_URIs: {
|
|
13245
|
-
|
|
13246
|
-
|
|
13266
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png',
|
|
13267
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg'
|
|
13247
13268
|
},
|
|
13248
13269
|
images: [{
|
|
13249
13270
|
image_sync: {
|
|
@@ -13321,7 +13342,11 @@ const assets = {
|
|
|
13321
13342
|
website: 'https://ai.nim.network/',
|
|
13322
13343
|
twitter: 'https://twitter.com/nim_network'
|
|
13323
13344
|
},
|
|
13324
|
-
keywords: ['gaming', 'AI']
|
|
13345
|
+
keywords: ['gaming', 'AI'],
|
|
13346
|
+
logo_URIs: {
|
|
13347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
13348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
13349
|
+
}
|
|
13325
13350
|
},
|
|
13326
13351
|
{
|
|
13327
13352
|
description: 'Beer Is Good for You!',
|
|
@@ -13401,6 +13426,264 @@ const assets = {
|
|
|
13401
13426
|
images: [{
|
|
13402
13427
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
13403
13428
|
}]
|
|
13429
|
+
},
|
|
13430
|
+
{
|
|
13431
|
+
description: 'WEIRD token for WEIRD friends collection',
|
|
13432
|
+
denom_units: [{
|
|
13433
|
+
denom: 'ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748',
|
|
13434
|
+
exponent: 0,
|
|
13435
|
+
aliases: ['uWEIRD']
|
|
13436
|
+
}, {
|
|
13437
|
+
denom: 'WEIRD',
|
|
13438
|
+
exponent: 6
|
|
13439
|
+
}],
|
|
13440
|
+
type_asset: 'ics20',
|
|
13441
|
+
base: 'ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748',
|
|
13442
|
+
name: 'WEIRD token',
|
|
13443
|
+
display: 'WEIRD',
|
|
13444
|
+
symbol: 'WEIRD',
|
|
13445
|
+
traces: [{
|
|
13446
|
+
type: 'ibc',
|
|
13447
|
+
counterparty: {
|
|
13448
|
+
chain_name: 'neutron',
|
|
13449
|
+
base_denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD',
|
|
13450
|
+
channel_id: 'channel-10'
|
|
13451
|
+
},
|
|
13452
|
+
chain: {
|
|
13453
|
+
channel_id: 'channel-874',
|
|
13454
|
+
path: 'transfer/channel-874/factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD'
|
|
13455
|
+
}
|
|
13456
|
+
}],
|
|
13457
|
+
logo_URIs: {
|
|
13458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
13459
|
+
},
|
|
13460
|
+
images: [{
|
|
13461
|
+
image_sync: {
|
|
13462
|
+
chain_name: 'neutron',
|
|
13463
|
+
base_denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD'
|
|
13464
|
+
},
|
|
13465
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
13466
|
+
}]
|
|
13467
|
+
},
|
|
13468
|
+
{
|
|
13469
|
+
description: 'Quicksilver Liquid Staked JUNO',
|
|
13470
|
+
denom_units: [{
|
|
13471
|
+
denom: 'ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54',
|
|
13472
|
+
exponent: 0,
|
|
13473
|
+
aliases: ['uqjuno']
|
|
13474
|
+
}, {
|
|
13475
|
+
denom: 'qjuno',
|
|
13476
|
+
exponent: 6,
|
|
13477
|
+
aliases: []
|
|
13478
|
+
}],
|
|
13479
|
+
type_asset: 'ics20',
|
|
13480
|
+
base: 'ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54',
|
|
13481
|
+
name: 'Quicksilver Liquid Staked JUNO',
|
|
13482
|
+
display: 'qjuno',
|
|
13483
|
+
symbol: 'qJUNO',
|
|
13484
|
+
traces: [{
|
|
13485
|
+
type: 'liquid-stake',
|
|
13486
|
+
counterparty: {
|
|
13487
|
+
chain_name: 'juno',
|
|
13488
|
+
base_denom: 'ujuno'
|
|
13489
|
+
},
|
|
13490
|
+
provider: 'Quicksilver'
|
|
13491
|
+
}, {
|
|
13492
|
+
type: 'ibc',
|
|
13493
|
+
counterparty: {
|
|
13494
|
+
chain_name: 'quicksilver',
|
|
13495
|
+
base_denom: 'uqjuno',
|
|
13496
|
+
channel_id: 'channel-2'
|
|
13497
|
+
},
|
|
13498
|
+
chain: {
|
|
13499
|
+
channel_id: 'channel-522',
|
|
13500
|
+
path: 'transfer/channel-522/uqjuno'
|
|
13501
|
+
}
|
|
13502
|
+
}],
|
|
13503
|
+
logo_URIs: {
|
|
13504
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png',
|
|
13505
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg'
|
|
13506
|
+
},
|
|
13507
|
+
images: [{
|
|
13508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png',
|
|
13509
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg'
|
|
13510
|
+
}]
|
|
13511
|
+
},
|
|
13512
|
+
{
|
|
13513
|
+
description: 'Quicksilver Liquid Staked SAGA',
|
|
13514
|
+
denom_units: [{
|
|
13515
|
+
denom: 'ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13',
|
|
13516
|
+
exponent: 0,
|
|
13517
|
+
aliases: ['uqsaga']
|
|
13518
|
+
}, {
|
|
13519
|
+
denom: 'qsaga',
|
|
13520
|
+
exponent: 6,
|
|
13521
|
+
aliases: []
|
|
13522
|
+
}],
|
|
13523
|
+
type_asset: 'ics20',
|
|
13524
|
+
base: 'ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13',
|
|
13525
|
+
name: 'Quicksilver Liquid Staked SAGA',
|
|
13526
|
+
display: 'qsaga',
|
|
13527
|
+
symbol: 'qSAGA',
|
|
13528
|
+
traces: [{
|
|
13529
|
+
type: 'liquid-stake',
|
|
13530
|
+
counterparty: {
|
|
13531
|
+
chain_name: 'saga',
|
|
13532
|
+
base_denom: 'usaga'
|
|
13533
|
+
},
|
|
13534
|
+
provider: 'Quicksilver'
|
|
13535
|
+
}, {
|
|
13536
|
+
type: 'ibc',
|
|
13537
|
+
counterparty: {
|
|
13538
|
+
chain_name: 'quicksilver',
|
|
13539
|
+
base_denom: 'uqsaga',
|
|
13540
|
+
channel_id: 'channel-2'
|
|
13541
|
+
},
|
|
13542
|
+
chain: {
|
|
13543
|
+
channel_id: 'channel-522',
|
|
13544
|
+
path: 'transfer/channel-522/uqsaga'
|
|
13545
|
+
}
|
|
13546
|
+
}],
|
|
13547
|
+
logo_URIs: {
|
|
13548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png',
|
|
13549
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg'
|
|
13550
|
+
},
|
|
13551
|
+
images: [{
|
|
13552
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png',
|
|
13553
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg'
|
|
13554
|
+
}]
|
|
13555
|
+
},
|
|
13556
|
+
{
|
|
13557
|
+
description: 'Quicksilver Liquid Staked BLD',
|
|
13558
|
+
denom_units: [{
|
|
13559
|
+
denom: 'ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7',
|
|
13560
|
+
exponent: 0,
|
|
13561
|
+
aliases: ['uqbld']
|
|
13562
|
+
}, {
|
|
13563
|
+
denom: 'qbld',
|
|
13564
|
+
exponent: 6,
|
|
13565
|
+
aliases: []
|
|
13566
|
+
}],
|
|
13567
|
+
type_asset: 'ics20',
|
|
13568
|
+
base: 'ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7',
|
|
13569
|
+
name: 'Quicksilver Liquid Staked BLD',
|
|
13570
|
+
display: 'qbld',
|
|
13571
|
+
symbol: 'qBLD',
|
|
13572
|
+
traces: [{
|
|
13573
|
+
type: 'liquid-stake',
|
|
13574
|
+
counterparty: {
|
|
13575
|
+
chain_name: 'agoric',
|
|
13576
|
+
base_denom: 'ubld'
|
|
13577
|
+
},
|
|
13578
|
+
provider: 'Quicksilver'
|
|
13579
|
+
}, {
|
|
13580
|
+
type: 'ibc',
|
|
13581
|
+
counterparty: {
|
|
13582
|
+
chain_name: 'quicksilver',
|
|
13583
|
+
base_denom: 'uqbld',
|
|
13584
|
+
channel_id: 'channel-2'
|
|
13585
|
+
},
|
|
13586
|
+
chain: {
|
|
13587
|
+
channel_id: 'channel-522',
|
|
13588
|
+
path: 'transfer/channel-522/uqbld'
|
|
13589
|
+
}
|
|
13590
|
+
}],
|
|
13591
|
+
logo_URIs: {
|
|
13592
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png',
|
|
13593
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg'
|
|
13594
|
+
},
|
|
13595
|
+
images: [{
|
|
13596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png',
|
|
13597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg'
|
|
13598
|
+
}]
|
|
13599
|
+
},
|
|
13600
|
+
{
|
|
13601
|
+
description: 'Quicksilver Liquid Staked DYDX',
|
|
13602
|
+
denom_units: [{
|
|
13603
|
+
denom: 'ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27',
|
|
13604
|
+
exponent: 0,
|
|
13605
|
+
aliases: ['aqdydx']
|
|
13606
|
+
}, {
|
|
13607
|
+
denom: 'qdydx',
|
|
13608
|
+
exponent: 18,
|
|
13609
|
+
aliases: []
|
|
13610
|
+
}],
|
|
13611
|
+
type_asset: 'ics20',
|
|
13612
|
+
base: 'ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27',
|
|
13613
|
+
name: 'Quicksilver Liquid Staked DYDX',
|
|
13614
|
+
display: 'qdydx',
|
|
13615
|
+
symbol: 'qDYDX',
|
|
13616
|
+
traces: [{
|
|
13617
|
+
type: 'liquid-stake',
|
|
13618
|
+
counterparty: {
|
|
13619
|
+
chain_name: 'dydx',
|
|
13620
|
+
base_denom: 'adydx'
|
|
13621
|
+
},
|
|
13622
|
+
provider: 'Quicksilver'
|
|
13623
|
+
}, {
|
|
13624
|
+
type: 'ibc',
|
|
13625
|
+
counterparty: {
|
|
13626
|
+
chain_name: 'quicksilver',
|
|
13627
|
+
base_denom: 'aqdydx',
|
|
13628
|
+
channel_id: 'channel-2'
|
|
13629
|
+
},
|
|
13630
|
+
chain: {
|
|
13631
|
+
channel_id: 'channel-522',
|
|
13632
|
+
path: 'transfer/channel-522/aqdydx'
|
|
13633
|
+
}
|
|
13634
|
+
}],
|
|
13635
|
+
logo_URIs: {
|
|
13636
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png',
|
|
13637
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg'
|
|
13638
|
+
},
|
|
13639
|
+
images: [{
|
|
13640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png',
|
|
13641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg'
|
|
13642
|
+
}]
|
|
13643
|
+
},
|
|
13644
|
+
{
|
|
13645
|
+
description: 'Uhm, Power Bottom',
|
|
13646
|
+
denom_units: [{
|
|
13647
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb',
|
|
13648
|
+
exponent: 0
|
|
13649
|
+
}, {
|
|
13650
|
+
denom: 'PBB',
|
|
13651
|
+
exponent: 6
|
|
13652
|
+
}],
|
|
13653
|
+
type_asset: 'sdk.coin',
|
|
13654
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13655
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb',
|
|
13656
|
+
name: 'Power Bottom',
|
|
13657
|
+
display: 'PBB',
|
|
13658
|
+
symbol: 'PBB',
|
|
13659
|
+
logo_URIs: {
|
|
13660
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png'
|
|
13661
|
+
},
|
|
13662
|
+
images: [{
|
|
13663
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png'
|
|
13664
|
+
}]
|
|
13665
|
+
},
|
|
13666
|
+
{
|
|
13667
|
+
description: 'Like cosmos, but shit',
|
|
13668
|
+
denom_units: [{
|
|
13669
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
13670
|
+
exponent: 0
|
|
13671
|
+
}, {
|
|
13672
|
+
denom: 'SHITMOS',
|
|
13673
|
+
exponent: 6
|
|
13674
|
+
}],
|
|
13675
|
+
type_asset: 'sdk.coin',
|
|
13676
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13677
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
13678
|
+
name: 'Shitmos',
|
|
13679
|
+
display: 'SHITMOS',
|
|
13680
|
+
symbol: 'SHITMOS',
|
|
13681
|
+
logo_URIs: {
|
|
13682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13683
|
+
},
|
|
13684
|
+
images: [{
|
|
13685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13686
|
+
}]
|
|
13404
13687
|
}
|
|
13405
13688
|
]
|
|
13406
13689
|
};
|
package/chain.js
CHANGED
|
@@ -161,6 +161,10 @@ const chain = {
|
|
|
161
161
|
address: 'https://rpc-osmo.kewrnode.com',
|
|
162
162
|
provider: 'Kewr Node'
|
|
163
163
|
},
|
|
164
|
+
{
|
|
165
|
+
address: 'https://rpc.osmosis.goldenratiostaking.net',
|
|
166
|
+
provider: 'Golden Ratio Staking'
|
|
167
|
+
},
|
|
164
168
|
{
|
|
165
169
|
address: 'https://osmosis-rpc.noders.services',
|
|
166
170
|
provider: '[NODERS]TEAM'
|
|
@@ -171,6 +175,10 @@ const chain = {
|
|
|
171
175
|
address: 'https://lcd.osmosis.zone/',
|
|
172
176
|
provider: 'Osmosis Foundation'
|
|
173
177
|
},
|
|
178
|
+
{
|
|
179
|
+
address: 'https://rest.osmosis.goldenratiostaking.net',
|
|
180
|
+
provider: 'Golden Ratio Staking'
|
|
181
|
+
},
|
|
174
182
|
{
|
|
175
183
|
address: 'https://osmosis-lcd.quickapi.com:443',
|
|
176
184
|
provider: 'Chainlayer'
|