@chain-registry/osmosis 1.67.225 → 1.67.227
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 +10 -2
- package/chain.js +8 -0
- package/esm/asset_list.js +10 -2
- package/esm/chain.js +8 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -5088,7 +5088,7 @@ const asset_list = {
|
|
|
5088
5088
|
}]
|
|
5089
5089
|
},
|
|
5090
5090
|
{
|
|
5091
|
-
description: '
|
|
5091
|
+
description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
|
|
5092
5092
|
denom_units: [{
|
|
5093
5093
|
denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
5094
5094
|
exponent: 0,
|
|
@@ -5108,6 +5108,10 @@ const asset_list = {
|
|
|
5108
5108
|
images: [{
|
|
5109
5109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5110
5110
|
}],
|
|
5111
|
+
socials: {
|
|
5112
|
+
website: 'https://medas-digital.io/',
|
|
5113
|
+
twitter: 'https://x.com/medasdigital'
|
|
5114
|
+
},
|
|
5111
5115
|
type_asset: 'sdk.coin',
|
|
5112
5116
|
traces: [{
|
|
5113
5117
|
type: 'ibc',
|
|
@@ -11317,7 +11321,7 @@ const asset_list = {
|
|
|
11317
11321
|
}]
|
|
11318
11322
|
},
|
|
11319
11323
|
{
|
|
11320
|
-
description: '
|
|
11324
|
+
description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
|
|
11321
11325
|
denom_units: [{
|
|
11322
11326
|
denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
11323
11327
|
exponent: 0,
|
|
@@ -11337,6 +11341,10 @@ const asset_list = {
|
|
|
11337
11341
|
images: [{
|
|
11338
11342
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
11339
11343
|
}],
|
|
11344
|
+
socials: {
|
|
11345
|
+
website: 'https://medas-digital.io/',
|
|
11346
|
+
twitter: 'https://x.com/medasdigital'
|
|
11347
|
+
},
|
|
11340
11348
|
type_asset: 'sdk.coin',
|
|
11341
11349
|
traces: [{
|
|
11342
11350
|
type: 'ibc',
|
package/chain.js
CHANGED
|
@@ -577,6 +577,10 @@ const chain = {
|
|
|
577
577
|
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.',
|
|
578
578
|
apis: {
|
|
579
579
|
rpc: [
|
|
580
|
+
{
|
|
581
|
+
address: 'http://79.173.83.234:26657',
|
|
582
|
+
provider: 'Gonz_chains'
|
|
583
|
+
},
|
|
580
584
|
{
|
|
581
585
|
address: 'https://rpc.osmosis.zone/',
|
|
582
586
|
provider: 'Osmosis Foundation'
|
|
@@ -715,6 +719,10 @@ const chain = {
|
|
|
715
719
|
}
|
|
716
720
|
],
|
|
717
721
|
rest: [
|
|
722
|
+
{
|
|
723
|
+
address: 'http://79.173.83.234:1317',
|
|
724
|
+
provider: 'Gonz_chains'
|
|
725
|
+
},
|
|
718
726
|
{
|
|
719
727
|
address: 'https://lcd.osmosis.zone/',
|
|
720
728
|
provider: 'Osmosis Foundation'
|
package/esm/asset_list.js
CHANGED
|
@@ -5086,7 +5086,7 @@ const asset_list = {
|
|
|
5086
5086
|
}]
|
|
5087
5087
|
},
|
|
5088
5088
|
{
|
|
5089
|
-
description: '
|
|
5089
|
+
description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
|
|
5090
5090
|
denom_units: [{
|
|
5091
5091
|
denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
5092
5092
|
exponent: 0,
|
|
@@ -5106,6 +5106,10 @@ const asset_list = {
|
|
|
5106
5106
|
images: [{
|
|
5107
5107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5108
5108
|
}],
|
|
5109
|
+
socials: {
|
|
5110
|
+
website: 'https://medas-digital.io/',
|
|
5111
|
+
twitter: 'https://x.com/medasdigital'
|
|
5112
|
+
},
|
|
5109
5113
|
type_asset: 'sdk.coin',
|
|
5110
5114
|
traces: [{
|
|
5111
5115
|
type: 'ibc',
|
|
@@ -11315,7 +11319,7 @@ const asset_list = {
|
|
|
11315
11319
|
}]
|
|
11316
11320
|
},
|
|
11317
11321
|
{
|
|
11318
|
-
description: '
|
|
11322
|
+
description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
|
|
11319
11323
|
denom_units: [{
|
|
11320
11324
|
denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
|
|
11321
11325
|
exponent: 0,
|
|
@@ -11335,6 +11339,10 @@ const asset_list = {
|
|
|
11335
11339
|
images: [{
|
|
11336
11340
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
11337
11341
|
}],
|
|
11342
|
+
socials: {
|
|
11343
|
+
website: 'https://medas-digital.io/',
|
|
11344
|
+
twitter: 'https://x.com/medasdigital'
|
|
11345
|
+
},
|
|
11338
11346
|
type_asset: 'sdk.coin',
|
|
11339
11347
|
traces: [{
|
|
11340
11348
|
type: 'ibc',
|
package/esm/chain.js
CHANGED
|
@@ -575,6 +575,10 @@ const chain = {
|
|
|
575
575
|
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.',
|
|
576
576
|
apis: {
|
|
577
577
|
rpc: [
|
|
578
|
+
{
|
|
579
|
+
address: 'http://79.173.83.234:26657',
|
|
580
|
+
provider: 'Gonz_chains'
|
|
581
|
+
},
|
|
578
582
|
{
|
|
579
583
|
address: 'https://rpc.osmosis.zone/',
|
|
580
584
|
provider: 'Osmosis Foundation'
|
|
@@ -713,6 +717,10 @@ const chain = {
|
|
|
713
717
|
}
|
|
714
718
|
],
|
|
715
719
|
rest: [
|
|
720
|
+
{
|
|
721
|
+
address: 'http://79.173.83.234:1317',
|
|
722
|
+
provider: 'Gonz_chains'
|
|
723
|
+
},
|
|
716
724
|
{
|
|
717
725
|
address: 'https://lcd.osmosis.zone/',
|
|
718
726
|
provider: 'Osmosis Foundation'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.227",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.227"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "97e0ca1e397c3213233a232b43ba2a12050914cf"
|
|
42
42
|
}
|