@chain-registry/osmosis 1.45.13 → 1.46.1
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 +60 -22
- package/assets.js +213 -7
- package/esm/asset_list.js +60 -22
- package/esm/assets.js +213 -7
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -1082,7 +1082,6 @@ const asset_list = {
|
|
|
1082
1082
|
},
|
|
1083
1083
|
{
|
|
1084
1084
|
description: 'The native token of the Celestia blockchain.',
|
|
1085
|
-
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
1086
1085
|
denom_units: [{
|
|
1087
1086
|
denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
|
|
1088
1087
|
exponent: 0,
|
|
@@ -2281,7 +2280,6 @@ const asset_list = {
|
|
|
2281
2280
|
},
|
|
2282
2281
|
{
|
|
2283
2282
|
description: 'The token of Neokingdom DAO.',
|
|
2284
|
-
extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
|
|
2285
2283
|
denom_units: [{
|
|
2286
2284
|
denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
2287
2285
|
exponent: 0,
|
|
@@ -3137,7 +3135,6 @@ const asset_list = {
|
|
|
3137
3135
|
},
|
|
3138
3136
|
{
|
|
3139
3137
|
description: 'The native staking and governance token of Kava',
|
|
3140
|
-
extended_description: 'The native staking and governance token of Kava\n\nKava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.\n\nThe Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).\n\nThe two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.\n\nThe Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.',
|
|
3141
3138
|
denom_units: [{
|
|
3142
3139
|
denom: 'ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205',
|
|
3143
3140
|
exponent: 0,
|
|
@@ -5625,7 +5622,6 @@ const asset_list = {
|
|
|
5625
5622
|
},
|
|
5626
5623
|
{
|
|
5627
5624
|
description: 'The native token of the Celestia blockchain.',
|
|
5628
|
-
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
5629
5625
|
denom_units: [{
|
|
5630
5626
|
denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
|
|
5631
5627
|
exponent: 0,
|
|
@@ -6824,7 +6820,6 @@ const asset_list = {
|
|
|
6824
6820
|
},
|
|
6825
6821
|
{
|
|
6826
6822
|
description: 'The token of Neokingdom DAO.',
|
|
6827
|
-
extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
|
|
6828
6823
|
denom_units: [{
|
|
6829
6824
|
denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
6830
6825
|
exponent: 0,
|
|
@@ -7680,7 +7675,6 @@ const asset_list = {
|
|
|
7680
7675
|
},
|
|
7681
7676
|
{
|
|
7682
7677
|
description: 'The native staking and governance token of Kava',
|
|
7683
|
-
extended_description: 'The native staking and governance token of Kava\n\nKava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.\n\nThe Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).\n\nThe two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.\n\nThe Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.',
|
|
7684
7678
|
denom_units: [{
|
|
7685
7679
|
denom: 'ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205',
|
|
7686
7680
|
exponent: 0,
|
|
@@ -9198,7 +9192,6 @@ const asset_list = {
|
|
|
9198
9192
|
},
|
|
9199
9193
|
{
|
|
9200
9194
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
9201
|
-
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
9202
9195
|
denom_units: [{
|
|
9203
9196
|
denom: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF',
|
|
9204
9197
|
exponent: 0,
|
|
@@ -9422,7 +9415,6 @@ const asset_list = {
|
|
|
9422
9415
|
},
|
|
9423
9416
|
{
|
|
9424
9417
|
description: 'The native governance token for Qwoyn Network',
|
|
9425
|
-
extended_description: 'The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.',
|
|
9426
9418
|
denom_units: [{
|
|
9427
9419
|
denom: 'ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D',
|
|
9428
9420
|
exponent: 0,
|
|
@@ -9677,7 +9669,6 @@ const asset_list = {
|
|
|
9677
9669
|
},
|
|
9678
9670
|
{
|
|
9679
9671
|
description: 'The native staking and governance token of Saga.',
|
|
9680
|
-
extended_description: 'Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.\n\nSaga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.',
|
|
9681
9672
|
denom_units: [{
|
|
9682
9673
|
denom: 'ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2',
|
|
9683
9674
|
exponent: 0,
|
|
@@ -9728,7 +9719,6 @@ const asset_list = {
|
|
|
9728
9719
|
},
|
|
9729
9720
|
{
|
|
9730
9721
|
description: 'The native token of Scorum',
|
|
9731
|
-
extended_description: 'Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.',
|
|
9732
9722
|
denom_units: [{
|
|
9733
9723
|
denom: 'ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E',
|
|
9734
9724
|
exponent: 0,
|
|
@@ -9871,7 +9861,6 @@ const asset_list = {
|
|
|
9871
9861
|
},
|
|
9872
9862
|
{
|
|
9873
9863
|
description: 'The native token of SEDA Chain.',
|
|
9874
|
-
extended_description: 'SEDA is a standard for modular data transport and querying. Any data type, for all networks.',
|
|
9875
9864
|
denom_units: [{
|
|
9876
9865
|
denom: 'ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8',
|
|
9877
9866
|
exponent: 0,
|
|
@@ -10248,7 +10237,6 @@ const asset_list = {
|
|
|
10248
10237
|
},
|
|
10249
10238
|
{
|
|
10250
10239
|
description: 'The native token of SOURCE Chain',
|
|
10251
|
-
extended_description: 'Enterprises, developers, and individuals are empowered to use SOURCE\'s sustainable and value backed network to easily access, build, and integrate web3 applications and services.',
|
|
10252
10240
|
denom_units: [{
|
|
10253
10241
|
denom: 'ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7',
|
|
10254
10242
|
exponent: 0,
|
|
@@ -11573,7 +11561,6 @@ const asset_list = {
|
|
|
11573
11561
|
},
|
|
11574
11562
|
{
|
|
11575
11563
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
11576
|
-
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
11577
11564
|
denom_units: [{
|
|
11578
11565
|
denom: 'ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC',
|
|
11579
11566
|
exponent: 0,
|
|
@@ -11790,7 +11777,6 @@ const asset_list = {
|
|
|
11790
11777
|
},
|
|
11791
11778
|
{
|
|
11792
11779
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
11793
|
-
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
11794
11780
|
denom_units: [{
|
|
11795
11781
|
denom: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF',
|
|
11796
11782
|
exponent: 0,
|
|
@@ -12014,7 +12000,6 @@ const asset_list = {
|
|
|
12014
12000
|
},
|
|
12015
12001
|
{
|
|
12016
12002
|
description: 'The native governance token for Qwoyn Network',
|
|
12017
|
-
extended_description: 'The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.',
|
|
12018
12003
|
denom_units: [{
|
|
12019
12004
|
denom: 'ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D',
|
|
12020
12005
|
exponent: 0,
|
|
@@ -12269,7 +12254,6 @@ const asset_list = {
|
|
|
12269
12254
|
},
|
|
12270
12255
|
{
|
|
12271
12256
|
description: 'The native staking and governance token of Saga.',
|
|
12272
|
-
extended_description: 'Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.\n\nSaga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.',
|
|
12273
12257
|
denom_units: [{
|
|
12274
12258
|
denom: 'ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2',
|
|
12275
12259
|
exponent: 0,
|
|
@@ -12320,7 +12304,6 @@ const asset_list = {
|
|
|
12320
12304
|
},
|
|
12321
12305
|
{
|
|
12322
12306
|
description: 'The native token of Scorum',
|
|
12323
|
-
extended_description: 'Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.',
|
|
12324
12307
|
denom_units: [{
|
|
12325
12308
|
denom: 'ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E',
|
|
12326
12309
|
exponent: 0,
|
|
@@ -12463,7 +12446,6 @@ const asset_list = {
|
|
|
12463
12446
|
},
|
|
12464
12447
|
{
|
|
12465
12448
|
description: 'The native token of SEDA Chain.',
|
|
12466
|
-
extended_description: 'SEDA is a standard for modular data transport and querying. Any data type, for all networks.',
|
|
12467
12449
|
denom_units: [{
|
|
12468
12450
|
denom: 'ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8',
|
|
12469
12451
|
exponent: 0,
|
|
@@ -12840,7 +12822,6 @@ const asset_list = {
|
|
|
12840
12822
|
},
|
|
12841
12823
|
{
|
|
12842
12824
|
description: 'The native token of SOURCE Chain',
|
|
12843
|
-
extended_description: 'Enterprises, developers, and individuals are empowered to use SOURCE\'s sustainable and value backed network to easily access, build, and integrate web3 applications and services.',
|
|
12844
12825
|
denom_units: [{
|
|
12845
12826
|
denom: 'ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7',
|
|
12846
12827
|
exponent: 0,
|
|
@@ -14165,7 +14146,6 @@ const asset_list = {
|
|
|
14165
14146
|
},
|
|
14166
14147
|
{
|
|
14167
14148
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
14168
|
-
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
14169
14149
|
denom_units: [{
|
|
14170
14150
|
denom: 'ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC',
|
|
14171
14151
|
exponent: 0,
|
|
@@ -15651,7 +15631,6 @@ const asset_list = {
|
|
|
15651
15631
|
},
|
|
15652
15632
|
{
|
|
15653
15633
|
description: 'Kleomedes Token',
|
|
15654
|
-
extended_description: 'Kleomedes is an infrastructure provider that self-hosts nodes that validate IBC networks. We are active in supporting the chains we validate through providing infrastructure support in the form of RPC endpoints and relayers.\n\nAs a DAO, we have a community of delegators who are active in the discussion of governance on all the chains we validate. We are one of the only validators in the Cosmos Ecosystem that places 100% of profits under the control of DAO governance.\n\nWe support innovation in the Cosmos Ecosystem by funding and supporting projects that we believe, support the growth and decentralization of the networks we validate.',
|
|
15655
15634
|
type_asset: 'cw20',
|
|
15656
15635
|
address: 'juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy',
|
|
15657
15636
|
denom_units: [{
|
|
@@ -16879,6 +16858,36 @@ const asset_list = {
|
|
|
16879
16858
|
}
|
|
16880
16859
|
}]
|
|
16881
16860
|
},
|
|
16861
|
+
{
|
|
16862
|
+
description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
|
|
16863
|
+
type_asset: 'cw20',
|
|
16864
|
+
address: 'juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
16865
|
+
denom_units: [{
|
|
16866
|
+
denom: 'ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995',
|
|
16867
|
+
exponent: 0,
|
|
16868
|
+
aliases: ['cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg']
|
|
16869
|
+
}],
|
|
16870
|
+
base: 'ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995',
|
|
16871
|
+
name: 'Airdrop For All',
|
|
16872
|
+
display: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
16873
|
+
symbol: 'AFA',
|
|
16874
|
+
images: [{
|
|
16875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
16876
|
+
}],
|
|
16877
|
+
traces: [{
|
|
16878
|
+
type: 'ibc-cw20',
|
|
16879
|
+
counterparty: {
|
|
16880
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
16881
|
+
channel_id: 'channel-47',
|
|
16882
|
+
base_denom: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
16883
|
+
chain_name: 'juno'
|
|
16884
|
+
},
|
|
16885
|
+
chain: {
|
|
16886
|
+
port: 'transfer',
|
|
16887
|
+
channel_id: 'channel-169'
|
|
16888
|
+
}
|
|
16889
|
+
}]
|
|
16890
|
+
},
|
|
16882
16891
|
{
|
|
16883
16892
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
16884
16893
|
type_asset: 'cw20',
|
|
@@ -18294,7 +18303,6 @@ const asset_list = {
|
|
|
18294
18303
|
},
|
|
18295
18304
|
{
|
|
18296
18305
|
description: 'Kleomedes Token',
|
|
18297
|
-
extended_description: 'Kleomedes is an infrastructure provider that self-hosts nodes that validate IBC networks. We are active in supporting the chains we validate through providing infrastructure support in the form of RPC endpoints and relayers.\n\nAs a DAO, we have a community of delegators who are active in the discussion of governance on all the chains we validate. We are one of the only validators in the Cosmos Ecosystem that places 100% of profits under the control of DAO governance.\n\nWe support innovation in the Cosmos Ecosystem by funding and supporting projects that we believe, support the growth and decentralization of the networks we validate.',
|
|
18298
18306
|
type_asset: 'cw20',
|
|
18299
18307
|
address: 'juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy',
|
|
18300
18308
|
denom_units: [{
|
|
@@ -19522,6 +19530,36 @@ const asset_list = {
|
|
|
19522
19530
|
}
|
|
19523
19531
|
}]
|
|
19524
19532
|
},
|
|
19533
|
+
{
|
|
19534
|
+
description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
|
|
19535
|
+
type_asset: 'cw20',
|
|
19536
|
+
address: 'juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
19537
|
+
denom_units: [{
|
|
19538
|
+
denom: 'ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995',
|
|
19539
|
+
exponent: 0,
|
|
19540
|
+
aliases: ['cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg']
|
|
19541
|
+
}],
|
|
19542
|
+
base: 'ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995',
|
|
19543
|
+
name: 'Airdrop For All',
|
|
19544
|
+
display: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
19545
|
+
symbol: 'AFA',
|
|
19546
|
+
images: [{
|
|
19547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19548
|
+
}],
|
|
19549
|
+
traces: [{
|
|
19550
|
+
type: 'ibc-cw20',
|
|
19551
|
+
counterparty: {
|
|
19552
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
19553
|
+
channel_id: 'channel-47',
|
|
19554
|
+
base_denom: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
19555
|
+
chain_name: 'juno'
|
|
19556
|
+
},
|
|
19557
|
+
chain: {
|
|
19558
|
+
port: 'transfer',
|
|
19559
|
+
channel_id: 'channel-169'
|
|
19560
|
+
}
|
|
19561
|
+
}]
|
|
19562
|
+
},
|
|
19525
19563
|
{
|
|
19526
19564
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
19527
19565
|
type_asset: 'cw20',
|
package/assets.js
CHANGED
|
@@ -6,7 +6,6 @@ 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.',
|
|
10
9
|
denom_units: [{
|
|
11
10
|
denom: 'uosmo',
|
|
12
11
|
exponent: 0
|
|
@@ -36,7 +35,6 @@ const assets = {
|
|
|
36
35
|
},
|
|
37
36
|
{
|
|
38
37
|
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.',
|
|
40
38
|
denom_units: [{
|
|
41
39
|
denom: 'uion',
|
|
42
40
|
exponent: 0
|
|
@@ -5303,6 +5301,7 @@ const assets = {
|
|
|
5303
5301
|
},
|
|
5304
5302
|
{
|
|
5305
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.',
|
|
5306
5305
|
denom_units: [{
|
|
5307
5306
|
denom: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
5308
5307
|
exponent: 0,
|
|
@@ -5337,7 +5336,11 @@ const assets = {
|
|
|
5337
5336
|
images: [{
|
|
5338
5337
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
5339
5338
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
5340
|
-
}]
|
|
5339
|
+
}],
|
|
5340
|
+
socials: {
|
|
5341
|
+
website: 'https://posthuman.digital/',
|
|
5342
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
5343
|
+
}
|
|
5341
5344
|
},
|
|
5342
5345
|
{
|
|
5343
5346
|
description: 'The native token cw20 for Amber on Secret Network',
|
|
@@ -8073,14 +8076,14 @@ const assets = {
|
|
|
8073
8076
|
}
|
|
8074
8077
|
}],
|
|
8075
8078
|
logo_URIs: {
|
|
8076
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8079
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
8077
8080
|
},
|
|
8078
8081
|
images: [{
|
|
8079
8082
|
image_sync: {
|
|
8080
8083
|
chain_name: 'picasso',
|
|
8081
8084
|
base_denom: 'ppica'
|
|
8082
8085
|
},
|
|
8083
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8086
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
8084
8087
|
}]
|
|
8085
8088
|
},
|
|
8086
8089
|
{
|
|
@@ -12412,10 +12415,12 @@ const assets = {
|
|
|
12412
12415
|
},
|
|
12413
12416
|
images: [{
|
|
12414
12417
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png'
|
|
12415
|
-
}]
|
|
12418
|
+
}],
|
|
12419
|
+
coingecko_id: 'mad-scientists'
|
|
12416
12420
|
},
|
|
12417
12421
|
{
|
|
12418
12422
|
description: 'BackBone Labs Liquid Staked OSMO',
|
|
12423
|
+
extended_description: 'bOSMO - solving capital inefficiencies in the NFT market space',
|
|
12419
12424
|
denom_units: [{
|
|
12420
12425
|
denom: 'factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo',
|
|
12421
12426
|
exponent: 0
|
|
@@ -12435,7 +12440,10 @@ const assets = {
|
|
|
12435
12440
|
images: [{
|
|
12436
12441
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png'
|
|
12437
12442
|
}],
|
|
12438
|
-
|
|
12443
|
+
socials: {
|
|
12444
|
+
website: 'https://app.backbonelabs.io/',
|
|
12445
|
+
twitter: 'https://twitter.com/BackBone_Labs'
|
|
12446
|
+
}
|
|
12439
12447
|
},
|
|
12440
12448
|
{
|
|
12441
12449
|
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
@@ -13456,6 +13464,204 @@ const assets = {
|
|
|
13456
13464
|
},
|
|
13457
13465
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
13458
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
|
+
}]
|
|
13459
13665
|
}
|
|
13460
13666
|
]
|
|
13461
13667
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -1080,7 +1080,6 @@ const asset_list = {
|
|
|
1080
1080
|
},
|
|
1081
1081
|
{
|
|
1082
1082
|
description: 'The native token of the Celestia blockchain.',
|
|
1083
|
-
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
1084
1083
|
denom_units: [{
|
|
1085
1084
|
denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
|
|
1086
1085
|
exponent: 0,
|
|
@@ -2279,7 +2278,6 @@ const asset_list = {
|
|
|
2279
2278
|
},
|
|
2280
2279
|
{
|
|
2281
2280
|
description: 'The token of Neokingdom DAO.',
|
|
2282
|
-
extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
|
|
2283
2281
|
denom_units: [{
|
|
2284
2282
|
denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
2285
2283
|
exponent: 0,
|
|
@@ -3135,7 +3133,6 @@ const asset_list = {
|
|
|
3135
3133
|
},
|
|
3136
3134
|
{
|
|
3137
3135
|
description: 'The native staking and governance token of Kava',
|
|
3138
|
-
extended_description: 'The native staking and governance token of Kava\n\nKava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.\n\nThe Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).\n\nThe two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.\n\nThe Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.',
|
|
3139
3136
|
denom_units: [{
|
|
3140
3137
|
denom: 'ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205',
|
|
3141
3138
|
exponent: 0,
|
|
@@ -5623,7 +5620,6 @@ const asset_list = {
|
|
|
5623
5620
|
},
|
|
5624
5621
|
{
|
|
5625
5622
|
description: 'The native token of the Celestia blockchain.',
|
|
5626
|
-
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
5627
5623
|
denom_units: [{
|
|
5628
5624
|
denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
|
|
5629
5625
|
exponent: 0,
|
|
@@ -6822,7 +6818,6 @@ const asset_list = {
|
|
|
6822
6818
|
},
|
|
6823
6819
|
{
|
|
6824
6820
|
description: 'The token of Neokingdom DAO.',
|
|
6825
|
-
extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
|
|
6826
6821
|
denom_units: [{
|
|
6827
6822
|
denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
6828
6823
|
exponent: 0,
|
|
@@ -7678,7 +7673,6 @@ const asset_list = {
|
|
|
7678
7673
|
},
|
|
7679
7674
|
{
|
|
7680
7675
|
description: 'The native staking and governance token of Kava',
|
|
7681
|
-
extended_description: 'The native staking and governance token of Kava\n\nKava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.\n\nThe Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).\n\nThe two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.\n\nThe Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.',
|
|
7682
7676
|
denom_units: [{
|
|
7683
7677
|
denom: 'ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205',
|
|
7684
7678
|
exponent: 0,
|
|
@@ -9196,7 +9190,6 @@ const asset_list = {
|
|
|
9196
9190
|
},
|
|
9197
9191
|
{
|
|
9198
9192
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
9199
|
-
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
9200
9193
|
denom_units: [{
|
|
9201
9194
|
denom: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF',
|
|
9202
9195
|
exponent: 0,
|
|
@@ -9420,7 +9413,6 @@ const asset_list = {
|
|
|
9420
9413
|
},
|
|
9421
9414
|
{
|
|
9422
9415
|
description: 'The native governance token for Qwoyn Network',
|
|
9423
|
-
extended_description: 'The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.',
|
|
9424
9416
|
denom_units: [{
|
|
9425
9417
|
denom: 'ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D',
|
|
9426
9418
|
exponent: 0,
|
|
@@ -9675,7 +9667,6 @@ const asset_list = {
|
|
|
9675
9667
|
},
|
|
9676
9668
|
{
|
|
9677
9669
|
description: 'The native staking and governance token of Saga.',
|
|
9678
|
-
extended_description: 'Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.\n\nSaga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.',
|
|
9679
9670
|
denom_units: [{
|
|
9680
9671
|
denom: 'ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2',
|
|
9681
9672
|
exponent: 0,
|
|
@@ -9726,7 +9717,6 @@ const asset_list = {
|
|
|
9726
9717
|
},
|
|
9727
9718
|
{
|
|
9728
9719
|
description: 'The native token of Scorum',
|
|
9729
|
-
extended_description: 'Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.',
|
|
9730
9720
|
denom_units: [{
|
|
9731
9721
|
denom: 'ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E',
|
|
9732
9722
|
exponent: 0,
|
|
@@ -9869,7 +9859,6 @@ const asset_list = {
|
|
|
9869
9859
|
},
|
|
9870
9860
|
{
|
|
9871
9861
|
description: 'The native token of SEDA Chain.',
|
|
9872
|
-
extended_description: 'SEDA is a standard for modular data transport and querying. Any data type, for all networks.',
|
|
9873
9862
|
denom_units: [{
|
|
9874
9863
|
denom: 'ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8',
|
|
9875
9864
|
exponent: 0,
|
|
@@ -10246,7 +10235,6 @@ const asset_list = {
|
|
|
10246
10235
|
},
|
|
10247
10236
|
{
|
|
10248
10237
|
description: 'The native token of SOURCE Chain',
|
|
10249
|
-
extended_description: 'Enterprises, developers, and individuals are empowered to use SOURCE\'s sustainable and value backed network to easily access, build, and integrate web3 applications and services.',
|
|
10250
10238
|
denom_units: [{
|
|
10251
10239
|
denom: 'ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7',
|
|
10252
10240
|
exponent: 0,
|
|
@@ -11571,7 +11559,6 @@ const asset_list = {
|
|
|
11571
11559
|
},
|
|
11572
11560
|
{
|
|
11573
11561
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
11574
|
-
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
11575
11562
|
denom_units: [{
|
|
11576
11563
|
denom: 'ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC',
|
|
11577
11564
|
exponent: 0,
|
|
@@ -11788,7 +11775,6 @@ const asset_list = {
|
|
|
11788
11775
|
},
|
|
11789
11776
|
{
|
|
11790
11777
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
11791
|
-
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
11792
11778
|
denom_units: [{
|
|
11793
11779
|
denom: 'ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF',
|
|
11794
11780
|
exponent: 0,
|
|
@@ -12012,7 +11998,6 @@ const asset_list = {
|
|
|
12012
11998
|
},
|
|
12013
11999
|
{
|
|
12014
12000
|
description: 'The native governance token for Qwoyn Network',
|
|
12015
|
-
extended_description: 'The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.',
|
|
12016
12001
|
denom_units: [{
|
|
12017
12002
|
denom: 'ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D',
|
|
12018
12003
|
exponent: 0,
|
|
@@ -12267,7 +12252,6 @@ const asset_list = {
|
|
|
12267
12252
|
},
|
|
12268
12253
|
{
|
|
12269
12254
|
description: 'The native staking and governance token of Saga.',
|
|
12270
|
-
extended_description: 'Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.\n\nSaga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.',
|
|
12271
12255
|
denom_units: [{
|
|
12272
12256
|
denom: 'ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2',
|
|
12273
12257
|
exponent: 0,
|
|
@@ -12318,7 +12302,6 @@ const asset_list = {
|
|
|
12318
12302
|
},
|
|
12319
12303
|
{
|
|
12320
12304
|
description: 'The native token of Scorum',
|
|
12321
|
-
extended_description: 'Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.',
|
|
12322
12305
|
denom_units: [{
|
|
12323
12306
|
denom: 'ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E',
|
|
12324
12307
|
exponent: 0,
|
|
@@ -12461,7 +12444,6 @@ const asset_list = {
|
|
|
12461
12444
|
},
|
|
12462
12445
|
{
|
|
12463
12446
|
description: 'The native token of SEDA Chain.',
|
|
12464
|
-
extended_description: 'SEDA is a standard for modular data transport and querying. Any data type, for all networks.',
|
|
12465
12447
|
denom_units: [{
|
|
12466
12448
|
denom: 'ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8',
|
|
12467
12449
|
exponent: 0,
|
|
@@ -12838,7 +12820,6 @@ const asset_list = {
|
|
|
12838
12820
|
},
|
|
12839
12821
|
{
|
|
12840
12822
|
description: 'The native token of SOURCE Chain',
|
|
12841
|
-
extended_description: 'Enterprises, developers, and individuals are empowered to use SOURCE\'s sustainable and value backed network to easily access, build, and integrate web3 applications and services.',
|
|
12842
12823
|
denom_units: [{
|
|
12843
12824
|
denom: 'ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7',
|
|
12844
12825
|
exponent: 0,
|
|
@@ -14163,7 +14144,6 @@ const asset_list = {
|
|
|
14163
14144
|
},
|
|
14164
14145
|
{
|
|
14165
14146
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
14166
|
-
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
14167
14147
|
denom_units: [{
|
|
14168
14148
|
denom: 'ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC',
|
|
14169
14149
|
exponent: 0,
|
|
@@ -15649,7 +15629,6 @@ const asset_list = {
|
|
|
15649
15629
|
},
|
|
15650
15630
|
{
|
|
15651
15631
|
description: 'Kleomedes Token',
|
|
15652
|
-
extended_description: 'Kleomedes is an infrastructure provider that self-hosts nodes that validate IBC networks. We are active in supporting the chains we validate through providing infrastructure support in the form of RPC endpoints and relayers.\n\nAs a DAO, we have a community of delegators who are active in the discussion of governance on all the chains we validate. We are one of the only validators in the Cosmos Ecosystem that places 100% of profits under the control of DAO governance.\n\nWe support innovation in the Cosmos Ecosystem by funding and supporting projects that we believe, support the growth and decentralization of the networks we validate.',
|
|
15653
15632
|
type_asset: 'cw20',
|
|
15654
15633
|
address: 'juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy',
|
|
15655
15634
|
denom_units: [{
|
|
@@ -16877,6 +16856,36 @@ const asset_list = {
|
|
|
16877
16856
|
}
|
|
16878
16857
|
}]
|
|
16879
16858
|
},
|
|
16859
|
+
{
|
|
16860
|
+
description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
|
|
16861
|
+
type_asset: 'cw20',
|
|
16862
|
+
address: 'juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
16863
|
+
denom_units: [{
|
|
16864
|
+
denom: 'ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995',
|
|
16865
|
+
exponent: 0,
|
|
16866
|
+
aliases: ['cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg']
|
|
16867
|
+
}],
|
|
16868
|
+
base: 'ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995',
|
|
16869
|
+
name: 'Airdrop For All',
|
|
16870
|
+
display: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
16871
|
+
symbol: 'AFA',
|
|
16872
|
+
images: [{
|
|
16873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
16874
|
+
}],
|
|
16875
|
+
traces: [{
|
|
16876
|
+
type: 'ibc-cw20',
|
|
16877
|
+
counterparty: {
|
|
16878
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
16879
|
+
channel_id: 'channel-47',
|
|
16880
|
+
base_denom: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
16881
|
+
chain_name: 'juno'
|
|
16882
|
+
},
|
|
16883
|
+
chain: {
|
|
16884
|
+
port: 'transfer',
|
|
16885
|
+
channel_id: 'channel-169'
|
|
16886
|
+
}
|
|
16887
|
+
}]
|
|
16888
|
+
},
|
|
16880
16889
|
{
|
|
16881
16890
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
16882
16891
|
type_asset: 'cw20',
|
|
@@ -18292,7 +18301,6 @@ const asset_list = {
|
|
|
18292
18301
|
},
|
|
18293
18302
|
{
|
|
18294
18303
|
description: 'Kleomedes Token',
|
|
18295
|
-
extended_description: 'Kleomedes is an infrastructure provider that self-hosts nodes that validate IBC networks. We are active in supporting the chains we validate through providing infrastructure support in the form of RPC endpoints and relayers.\n\nAs a DAO, we have a community of delegators who are active in the discussion of governance on all the chains we validate. We are one of the only validators in the Cosmos Ecosystem that places 100% of profits under the control of DAO governance.\n\nWe support innovation in the Cosmos Ecosystem by funding and supporting projects that we believe, support the growth and decentralization of the networks we validate.',
|
|
18296
18304
|
type_asset: 'cw20',
|
|
18297
18305
|
address: 'juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy',
|
|
18298
18306
|
denom_units: [{
|
|
@@ -19520,6 +19528,36 @@ const asset_list = {
|
|
|
19520
19528
|
}
|
|
19521
19529
|
}]
|
|
19522
19530
|
},
|
|
19531
|
+
{
|
|
19532
|
+
description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
|
|
19533
|
+
type_asset: 'cw20',
|
|
19534
|
+
address: 'juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
19535
|
+
denom_units: [{
|
|
19536
|
+
denom: 'ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995',
|
|
19537
|
+
exponent: 0,
|
|
19538
|
+
aliases: ['cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg']
|
|
19539
|
+
}],
|
|
19540
|
+
base: 'ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995',
|
|
19541
|
+
name: 'Airdrop For All',
|
|
19542
|
+
display: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
19543
|
+
symbol: 'AFA',
|
|
19544
|
+
images: [{
|
|
19545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19546
|
+
}],
|
|
19547
|
+
traces: [{
|
|
19548
|
+
type: 'ibc-cw20',
|
|
19549
|
+
counterparty: {
|
|
19550
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
19551
|
+
channel_id: 'channel-47',
|
|
19552
|
+
base_denom: 'cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg',
|
|
19553
|
+
chain_name: 'juno'
|
|
19554
|
+
},
|
|
19555
|
+
chain: {
|
|
19556
|
+
port: 'transfer',
|
|
19557
|
+
channel_id: 'channel-169'
|
|
19558
|
+
}
|
|
19559
|
+
}]
|
|
19560
|
+
},
|
|
19523
19561
|
{
|
|
19524
19562
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
19525
19563
|
type_asset: 'cw20',
|
package/esm/assets.js
CHANGED
|
@@ -4,7 +4,6 @@ const assets = {
|
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
6
|
description: 'The native token of Osmosis',
|
|
7
|
-
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.',
|
|
8
7
|
denom_units: [{
|
|
9
8
|
denom: 'uosmo',
|
|
10
9
|
exponent: 0
|
|
@@ -34,7 +33,6 @@ const assets = {
|
|
|
34
33
|
},
|
|
35
34
|
{
|
|
36
35
|
description: 'ION is the second native token of Osmosis.',
|
|
37
|
-
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.',
|
|
38
36
|
denom_units: [{
|
|
39
37
|
denom: 'uion',
|
|
40
38
|
exponent: 0
|
|
@@ -5301,6 +5299,7 @@ const assets = {
|
|
|
5301
5299
|
},
|
|
5302
5300
|
{
|
|
5303
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.',
|
|
5304
5303
|
denom_units: [{
|
|
5305
5304
|
denom: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
5306
5305
|
exponent: 0,
|
|
@@ -5335,7 +5334,11 @@ const assets = {
|
|
|
5335
5334
|
images: [{
|
|
5336
5335
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
5337
5336
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
5338
|
-
}]
|
|
5337
|
+
}],
|
|
5338
|
+
socials: {
|
|
5339
|
+
website: 'https://posthuman.digital/',
|
|
5340
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
5341
|
+
}
|
|
5339
5342
|
},
|
|
5340
5343
|
{
|
|
5341
5344
|
description: 'The native token cw20 for Amber on Secret Network',
|
|
@@ -8071,14 +8074,14 @@ const assets = {
|
|
|
8071
8074
|
}
|
|
8072
8075
|
}],
|
|
8073
8076
|
logo_URIs: {
|
|
8074
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
8075
8078
|
},
|
|
8076
8079
|
images: [{
|
|
8077
8080
|
image_sync: {
|
|
8078
8081
|
chain_name: 'picasso',
|
|
8079
8082
|
base_denom: 'ppica'
|
|
8080
8083
|
},
|
|
8081
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
8082
8085
|
}]
|
|
8083
8086
|
},
|
|
8084
8087
|
{
|
|
@@ -12410,10 +12413,12 @@ const assets = {
|
|
|
12410
12413
|
},
|
|
12411
12414
|
images: [{
|
|
12412
12415
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png'
|
|
12413
|
-
}]
|
|
12416
|
+
}],
|
|
12417
|
+
coingecko_id: 'mad-scientists'
|
|
12414
12418
|
},
|
|
12415
12419
|
{
|
|
12416
12420
|
description: 'BackBone Labs Liquid Staked OSMO',
|
|
12421
|
+
extended_description: 'bOSMO - solving capital inefficiencies in the NFT market space',
|
|
12417
12422
|
denom_units: [{
|
|
12418
12423
|
denom: 'factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo',
|
|
12419
12424
|
exponent: 0
|
|
@@ -12433,7 +12438,10 @@ const assets = {
|
|
|
12433
12438
|
images: [{
|
|
12434
12439
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png'
|
|
12435
12440
|
}],
|
|
12436
|
-
|
|
12441
|
+
socials: {
|
|
12442
|
+
website: 'https://app.backbonelabs.io/',
|
|
12443
|
+
twitter: 'https://twitter.com/BackBone_Labs'
|
|
12444
|
+
}
|
|
12437
12445
|
},
|
|
12438
12446
|
{
|
|
12439
12447
|
description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
|
|
@@ -13454,6 +13462,204 @@ const assets = {
|
|
|
13454
13462
|
},
|
|
13455
13463
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png'
|
|
13456
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
|
+
}]
|
|
13457
13663
|
}
|
|
13458
13664
|
]
|
|
13459
13665
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.46.1",
|
|
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.
|
|
33
|
+
"@chain-registry/types": "^0.29.1"
|
|
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": "c76854b31c5522db8a5171ce213e61cec6345bce"
|
|
43
43
|
}
|