@chain-registry/osmosis 1.45.11 → 1.45.13
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 +140 -88
- package/assets.js +208 -32
- package/chain.js +8 -0
- package/esm/asset_list.js +140 -88
- package/esm/assets.js +208 -32
- package/esm/chain.js +8 -0
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -6,6 +6,7 @@ const assets = {
|
|
|
6
6
|
assets: [
|
|
7
7
|
{
|
|
8
8
|
description: 'The native token of Osmosis',
|
|
9
|
+
extended_description: 'Osmosis (OSMO) is the premier DEX and cross-chain DeFi hub within the Cosmos ecosystem, a network of over 50 sovereign, interoperable blockchains seamlessly connected through the Inter-Blockchain Communication Protocol (IBC). Pioneering in its approach, Osmosis offers a dynamic trading and liquidity provision experience, integrating non-IBC assets from other ecosystems, including Ethereum, Solana, Avalanche, and Polkadot. Initially adopting Balancer-style pools, Osmosis now also features a concentrated liquidity model that is orders of magnitude more capital efficient, meaning that significantly less liquidity is required to handle the same amount of trading volume with minimal slippage.\n\nAs a true appchain, Osmosis has greater control over the full blockchain stack than traditional smart contract DEXs, which must follow the code of the parent chain that it is built on. This fine-grained control has enabled, for example, the development of Superfluid Staking, an extension of Proof of Stake that allows assets at the application layer to be staked to secure the chain. The customizability of appchains also allows implementing features like the Protocol Revenue module, which enables Osmosis to conduct on-chain arbitrage on behalf of OSMO stakers, balancing prices across pools while generating real yield revenue from this volume. Additionally, as a sovereign appchain, Osmosis governance can vote on upgrades to the protocol. One example of this was the introduction of a Taker Fee, which switched on the collection of exchange fees to generate diverse yield from Osmosis volume and distribute it to OSMO stakers.\n\nOsmosis is bringing the full centralized exchange experience to the decentralized world by building a cross-chain native DEX and trading suite that connects all chains over IBC, including Ethereum and Bitcoin. To reach this goal, Osmosis hosts an ever-expanding suite of DeFi applications aimed at providing a one-stop experience that includes lending, credit, margin, DeFi strategy vaults, power perps, fiat on-ramps, NFTs, stablecoins, and more — all of the functionalities that centralized exchange offer and more, in the trust-minimized environment of decentralized finance.',
|
|
9
10
|
denom_units: [{
|
|
10
11
|
denom: 'uosmo',
|
|
11
12
|
exponent: 0
|
|
@@ -34,6 +35,8 @@ const assets = {
|
|
|
34
35
|
}
|
|
35
36
|
},
|
|
36
37
|
{
|
|
38
|
+
description: 'ION is the second native token of Osmosis.',
|
|
39
|
+
extended_description: 'ION DAO is governed by ION holders. ION is the second native token of Osmosis, the biggest DEX in Cosmos. The origin of ION was a meme coin, but ION DAO has been trying to find ways to add values on ION.',
|
|
37
40
|
denom_units: [{
|
|
38
41
|
denom: 'uion',
|
|
39
42
|
exponent: 0
|
|
@@ -107,8 +110,8 @@ const assets = {
|
|
|
107
110
|
}
|
|
108
111
|
],
|
|
109
112
|
logo_URIs: {
|
|
110
|
-
|
|
111
|
-
|
|
113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
112
115
|
},
|
|
113
116
|
images: [{
|
|
114
117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
@@ -168,7 +171,8 @@ const assets = {
|
|
|
168
171
|
}
|
|
169
172
|
],
|
|
170
173
|
logo_URIs: {
|
|
171
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
172
176
|
},
|
|
173
177
|
images: [{
|
|
174
178
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -221,8 +225,8 @@ const assets = {
|
|
|
221
225
|
}
|
|
222
226
|
],
|
|
223
227
|
logo_URIs: {
|
|
224
|
-
|
|
225
|
-
|
|
228
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
226
230
|
},
|
|
227
231
|
images: [{
|
|
228
232
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
@@ -281,7 +285,8 @@ const assets = {
|
|
|
281
285
|
}
|
|
282
286
|
],
|
|
283
287
|
logo_URIs: {
|
|
284
|
-
|
|
288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
|
|
289
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
|
|
285
290
|
},
|
|
286
291
|
images: [{
|
|
287
292
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
|
|
@@ -577,7 +582,8 @@ const assets = {
|
|
|
577
582
|
}
|
|
578
583
|
],
|
|
579
584
|
logo_URIs: {
|
|
580
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png'
|
|
585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
581
587
|
},
|
|
582
588
|
images: [{
|
|
583
589
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
@@ -630,7 +636,8 @@ const assets = {
|
|
|
630
636
|
}
|
|
631
637
|
],
|
|
632
638
|
logo_URIs: {
|
|
633
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png'
|
|
639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
|
|
640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg'
|
|
634
641
|
},
|
|
635
642
|
images: [{
|
|
636
643
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
|
|
@@ -764,7 +771,8 @@ const assets = {
|
|
|
764
771
|
}
|
|
765
772
|
],
|
|
766
773
|
logo_URIs: {
|
|
767
|
-
|
|
774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
768
776
|
},
|
|
769
777
|
images: [{
|
|
770
778
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
@@ -2635,7 +2643,8 @@ const assets = {
|
|
|
2635
2643
|
}
|
|
2636
2644
|
],
|
|
2637
2645
|
logo_URIs: {
|
|
2638
|
-
|
|
2646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
2647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
2639
2648
|
},
|
|
2640
2649
|
images: [{
|
|
2641
2650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
@@ -2690,7 +2699,7 @@ const assets = {
|
|
|
2690
2699
|
}
|
|
2691
2700
|
],
|
|
2692
2701
|
logo_URIs: {
|
|
2693
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2702
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
2694
2703
|
},
|
|
2695
2704
|
images: [{
|
|
2696
2705
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
@@ -2744,7 +2753,7 @@ const assets = {
|
|
|
2744
2753
|
}
|
|
2745
2754
|
],
|
|
2746
2755
|
logo_URIs: {
|
|
2747
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2748
2757
|
},
|
|
2749
2758
|
images: [{
|
|
2750
2759
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -2798,7 +2807,7 @@ const assets = {
|
|
|
2798
2807
|
}
|
|
2799
2808
|
],
|
|
2800
2809
|
logo_URIs: {
|
|
2801
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2810
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
2802
2811
|
},
|
|
2803
2812
|
images: [{
|
|
2804
2813
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
@@ -2852,7 +2861,7 @@ const assets = {
|
|
|
2852
2861
|
}
|
|
2853
2862
|
],
|
|
2854
2863
|
logo_URIs: {
|
|
2855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2856
2865
|
},
|
|
2857
2866
|
images: [{
|
|
2858
2867
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
@@ -5830,7 +5839,7 @@ const assets = {
|
|
|
5830
5839
|
}
|
|
5831
5840
|
],
|
|
5832
5841
|
logo_URIs: {
|
|
5833
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
5842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
5834
5843
|
},
|
|
5835
5844
|
images: [{
|
|
5836
5845
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -5892,7 +5901,7 @@ const assets = {
|
|
|
5892
5901
|
}
|
|
5893
5902
|
],
|
|
5894
5903
|
logo_URIs: {
|
|
5895
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
5904
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
5896
5905
|
},
|
|
5897
5906
|
images: [{
|
|
5898
5907
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -7694,7 +7703,7 @@ const assets = {
|
|
|
7694
7703
|
}
|
|
7695
7704
|
],
|
|
7696
7705
|
logo_URIs: {
|
|
7697
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
7706
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
|
|
7698
7707
|
},
|
|
7699
7708
|
images: [{
|
|
7700
7709
|
image_sync: {
|
|
@@ -8064,14 +8073,14 @@ const assets = {
|
|
|
8064
8073
|
}
|
|
8065
8074
|
}],
|
|
8066
8075
|
logo_URIs: {
|
|
8067
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8076
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/picasso/images/pica.svg'
|
|
8068
8077
|
},
|
|
8069
8078
|
images: [{
|
|
8070
8079
|
image_sync: {
|
|
8071
8080
|
chain_name: 'picasso',
|
|
8072
8081
|
base_denom: 'ppica'
|
|
8073
8082
|
},
|
|
8074
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/picasso/images/pica.svg'
|
|
8075
8084
|
}]
|
|
8076
8085
|
},
|
|
8077
8086
|
{
|
|
@@ -8766,7 +8775,7 @@ const assets = {
|
|
|
8766
8775
|
}
|
|
8767
8776
|
],
|
|
8768
8777
|
logo_URIs: {
|
|
8769
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8778
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8770
8779
|
},
|
|
8771
8780
|
images: [{
|
|
8772
8781
|
image_sync: {
|
|
@@ -8856,7 +8865,7 @@ const assets = {
|
|
|
8856
8865
|
}
|
|
8857
8866
|
}],
|
|
8858
8867
|
logo_URIs: {
|
|
8859
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/
|
|
8868
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
8860
8869
|
},
|
|
8861
8870
|
images: [{
|
|
8862
8871
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
@@ -8983,7 +8992,7 @@ const assets = {
|
|
|
8983
8992
|
}
|
|
8984
8993
|
],
|
|
8985
8994
|
logo_URIs: {
|
|
8986
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
8987
8996
|
},
|
|
8988
8997
|
images: [{
|
|
8989
8998
|
image_sync: {
|
|
@@ -9042,7 +9051,8 @@ const assets = {
|
|
|
9042
9051
|
}
|
|
9043
9052
|
],
|
|
9044
9053
|
logo_URIs: {
|
|
9045
|
-
|
|
9054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9046
9056
|
},
|
|
9047
9057
|
images: [{
|
|
9048
9058
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -9097,7 +9107,8 @@ const assets = {
|
|
|
9097
9107
|
}
|
|
9098
9108
|
],
|
|
9099
9109
|
logo_URIs: {
|
|
9100
|
-
|
|
9110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
|
|
9111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
|
|
9101
9112
|
},
|
|
9102
9113
|
images: [{
|
|
9103
9114
|
image_sync: {
|
|
@@ -9647,7 +9658,8 @@ const assets = {
|
|
|
9647
9658
|
}
|
|
9648
9659
|
}],
|
|
9649
9660
|
logo_URIs: {
|
|
9650
|
-
|
|
9661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
9662
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
9651
9663
|
},
|
|
9652
9664
|
images: [{
|
|
9653
9665
|
image_sync: {
|
|
@@ -11596,8 +11608,7 @@ const assets = {
|
|
|
11596
11608
|
}
|
|
11597
11609
|
],
|
|
11598
11610
|
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'
|
|
11611
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
11601
11612
|
},
|
|
11602
11613
|
images: [{
|
|
11603
11614
|
image_sync: {
|
|
@@ -12148,7 +12159,8 @@ const assets = {
|
|
|
12148
12159
|
}
|
|
12149
12160
|
}],
|
|
12150
12161
|
logo_URIs: {
|
|
12151
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
12162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
12163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
12152
12164
|
},
|
|
12153
12165
|
images: [{
|
|
12154
12166
|
image_sync: {
|
|
@@ -12677,8 +12689,8 @@ const assets = {
|
|
|
12677
12689
|
}
|
|
12678
12690
|
}],
|
|
12679
12691
|
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/
|
|
12692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
12693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
12682
12694
|
},
|
|
12683
12695
|
images: [{
|
|
12684
12696
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
@@ -12992,6 +13004,7 @@ const assets = {
|
|
|
12992
13004
|
}
|
|
12993
13005
|
],
|
|
12994
13006
|
logo_URIs: {
|
|
13007
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png',
|
|
12995
13008
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg'
|
|
12996
13009
|
},
|
|
12997
13010
|
images: [{
|
|
@@ -13242,8 +13255,8 @@ const assets = {
|
|
|
13242
13255
|
provider: 'LibraBridge'
|
|
13243
13256
|
}],
|
|
13244
13257
|
logo_URIs: {
|
|
13245
|
-
|
|
13246
|
-
|
|
13258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png',
|
|
13259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg'
|
|
13247
13260
|
},
|
|
13248
13261
|
images: [{
|
|
13249
13262
|
image_sync: {
|
|
@@ -13280,6 +13293,169 @@ const assets = {
|
|
|
13280
13293
|
images: [{
|
|
13281
13294
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png'
|
|
13282
13295
|
}]
|
|
13296
|
+
},
|
|
13297
|
+
{
|
|
13298
|
+
description: 'The native token of Nim Network.',
|
|
13299
|
+
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
13300
|
+
denom_units: [{
|
|
13301
|
+
denom: 'ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426',
|
|
13302
|
+
exponent: 0,
|
|
13303
|
+
aliases: ['anim', 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942']
|
|
13304
|
+
}, {
|
|
13305
|
+
denom: 'nim',
|
|
13306
|
+
exponent: 18
|
|
13307
|
+
}],
|
|
13308
|
+
type_asset: 'ics20',
|
|
13309
|
+
base: 'ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426',
|
|
13310
|
+
name: 'NIM Network',
|
|
13311
|
+
display: 'nim',
|
|
13312
|
+
symbol: 'NIM',
|
|
13313
|
+
traces: [{
|
|
13314
|
+
type: 'ibc',
|
|
13315
|
+
counterparty: {
|
|
13316
|
+
chain_name: 'dymension',
|
|
13317
|
+
base_denom: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942',
|
|
13318
|
+
channel_id: 'channel-2'
|
|
13319
|
+
},
|
|
13320
|
+
chain: {
|
|
13321
|
+
channel_id: 'channel-19774',
|
|
13322
|
+
path: 'transfer/channel-19774/transfer/channel-49/anim'
|
|
13323
|
+
}
|
|
13324
|
+
}],
|
|
13325
|
+
images: [{
|
|
13326
|
+
image_sync: {
|
|
13327
|
+
chain_name: 'dymension',
|
|
13328
|
+
base_denom: 'ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942'
|
|
13329
|
+
},
|
|
13330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
13331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
13332
|
+
}],
|
|
13333
|
+
socials: {
|
|
13334
|
+
website: 'https://ai.nim.network/',
|
|
13335
|
+
twitter: 'https://twitter.com/nim_network'
|
|
13336
|
+
},
|
|
13337
|
+
keywords: ['gaming', 'AI'],
|
|
13338
|
+
logo_URIs: {
|
|
13339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
13340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
13341
|
+
}
|
|
13342
|
+
},
|
|
13343
|
+
{
|
|
13344
|
+
description: 'Beer Is Good for You!',
|
|
13345
|
+
denom_units: [{
|
|
13346
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bwh',
|
|
13347
|
+
exponent: 0
|
|
13348
|
+
}, {
|
|
13349
|
+
denom: 'bwh',
|
|
13350
|
+
exponent: 6
|
|
13351
|
+
}],
|
|
13352
|
+
type_asset: 'sdk.coin',
|
|
13353
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13354
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bwh',
|
|
13355
|
+
name: 'BeerWifHat',
|
|
13356
|
+
display: 'bwh',
|
|
13357
|
+
symbol: 'BWH',
|
|
13358
|
+
logo_URIs: {
|
|
13359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bwh.png'
|
|
13360
|
+
},
|
|
13361
|
+
images: [{
|
|
13362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bwh.png'
|
|
13363
|
+
}]
|
|
13364
|
+
},
|
|
13365
|
+
{
|
|
13366
|
+
description: 'Cosmos Airdrop Chat',
|
|
13367
|
+
extended_description: 'Official Token of the Cosmos Airdrop community',
|
|
13368
|
+
denom_units: [{
|
|
13369
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac',
|
|
13370
|
+
exponent: 0
|
|
13371
|
+
}, {
|
|
13372
|
+
denom: 'CAC',
|
|
13373
|
+
exponent: 6
|
|
13374
|
+
}],
|
|
13375
|
+
type_asset: 'sdk.coin',
|
|
13376
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13377
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac',
|
|
13378
|
+
name: 'Cosmos Airdrop Chat',
|
|
13379
|
+
display: 'CAC',
|
|
13380
|
+
symbol: 'CAC',
|
|
13381
|
+
logo_URIs: {
|
|
13382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CAC.png'
|
|
13383
|
+
},
|
|
13384
|
+
images: [{
|
|
13385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CAC.png'
|
|
13386
|
+
}]
|
|
13387
|
+
},
|
|
13388
|
+
{
|
|
13389
|
+
description: 'GRAC is the official token of Racoon.Bet\'s gaming platform.',
|
|
13390
|
+
denom_units: [{
|
|
13391
|
+
denom: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
|
|
13392
|
+
exponent: 0,
|
|
13393
|
+
aliases: ['factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac']
|
|
13394
|
+
}, {
|
|
13395
|
+
denom: 'grac',
|
|
13396
|
+
exponent: 6
|
|
13397
|
+
}],
|
|
13398
|
+
type_asset: 'ics20',
|
|
13399
|
+
base: 'ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829',
|
|
13400
|
+
name: 'Gaming RAC Token',
|
|
13401
|
+
display: 'grac',
|
|
13402
|
+
symbol: 'GRAC',
|
|
13403
|
+
traces: [{
|
|
13404
|
+
type: 'ibc',
|
|
13405
|
+
counterparty: {
|
|
13406
|
+
chain_name: 'migaloo',
|
|
13407
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac',
|
|
13408
|
+
channel_id: 'channel-5'
|
|
13409
|
+
},
|
|
13410
|
+
chain: {
|
|
13411
|
+
channel_id: 'channel-642',
|
|
13412
|
+
path: 'transfer/channel-642/factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac'
|
|
13413
|
+
}
|
|
13414
|
+
}],
|
|
13415
|
+
logo_URIs: {
|
|
13416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
13417
|
+
},
|
|
13418
|
+
images: [{
|
|
13419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
13420
|
+
}]
|
|
13421
|
+
},
|
|
13422
|
+
{
|
|
13423
|
+
description: 'WEIRD token for WEIRD friends collection',
|
|
13424
|
+
denom_units: [{
|
|
13425
|
+
denom: 'ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748',
|
|
13426
|
+
exponent: 0,
|
|
13427
|
+
aliases: ['uWEIRD']
|
|
13428
|
+
}, {
|
|
13429
|
+
denom: 'WEIRD',
|
|
13430
|
+
exponent: 6
|
|
13431
|
+
}],
|
|
13432
|
+
type_asset: 'ics20',
|
|
13433
|
+
base: 'ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748',
|
|
13434
|
+
name: 'WEIRD token',
|
|
13435
|
+
display: 'WEIRD',
|
|
13436
|
+
symbol: 'WEIRD',
|
|
13437
|
+
traces: [{
|
|
13438
|
+
type: 'ibc',
|
|
13439
|
+
counterparty: {
|
|
13440
|
+
chain_name: 'neutron',
|
|
13441
|
+
base_denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD',
|
|
13442
|
+
channel_id: 'channel-10'
|
|
13443
|
+
},
|
|
13444
|
+
chain: {
|
|
13445
|
+
channel_id: 'channel-874',
|
|
13446
|
+
path: 'transfer/channel-874/factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD'
|
|
13447
|
+
}
|
|
13448
|
+
}],
|
|
13449
|
+
logo_URIs: {
|
|
13450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
13451
|
+
},
|
|
13452
|
+
images: [{
|
|
13453
|
+
image_sync: {
|
|
13454
|
+
chain_name: 'neutron',
|
|
13455
|
+
base_denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD'
|
|
13456
|
+
},
|
|
13457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
13458
|
+
}]
|
|
13283
13459
|
}
|
|
13284
13460
|
]
|
|
13285
13461
|
};
|
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'
|