@chain-registry/osmosis 1.67.241 → 1.67.242
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 +2 -2
- package/assets.js +42 -1
- package/esm/asset_list.js +2 -2
- package/esm/assets.js +42 -1
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -389,7 +389,7 @@ const asset_list = {
|
|
|
389
389
|
}],
|
|
390
390
|
socials: {
|
|
391
391
|
website: 'https://akash.network/',
|
|
392
|
-
twitter: 'https://twitter.com/
|
|
392
|
+
twitter: 'https://twitter.com/akashnet'
|
|
393
393
|
},
|
|
394
394
|
type_asset: 'sdk.coin',
|
|
395
395
|
traces: [{
|
|
@@ -6687,7 +6687,7 @@ const asset_list = {
|
|
|
6687
6687
|
}],
|
|
6688
6688
|
socials: {
|
|
6689
6689
|
website: 'https://akash.network/',
|
|
6690
|
-
twitter: 'https://twitter.com/
|
|
6690
|
+
twitter: 'https://twitter.com/akashnet'
|
|
6691
6691
|
},
|
|
6692
6692
|
type_asset: 'sdk.coin',
|
|
6693
6693
|
traces: [{
|
package/assets.js
CHANGED
|
@@ -21868,6 +21868,41 @@ const assets = {
|
|
|
21868
21868
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
21869
21869
|
}]
|
|
21870
21870
|
},
|
|
21871
|
+
{
|
|
21872
|
+
description: 'An alloy of ZEC asset variants on Osmosis.',
|
|
21873
|
+
extended_description: 'Multiple Zcash variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of ZEC.',
|
|
21874
|
+
denom_units: [{
|
|
21875
|
+
denom: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
|
|
21876
|
+
exponent: 0
|
|
21877
|
+
}, {
|
|
21878
|
+
denom: 'allZEC',
|
|
21879
|
+
exponent: 8
|
|
21880
|
+
}],
|
|
21881
|
+
type_asset: 'sdk.coin',
|
|
21882
|
+
address: 'osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn',
|
|
21883
|
+
base: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
|
|
21884
|
+
name: 'Zcash',
|
|
21885
|
+
display: 'allZEC',
|
|
21886
|
+
symbol: 'ZEC',
|
|
21887
|
+
traces: [{
|
|
21888
|
+
type: 'synthetic',
|
|
21889
|
+
counterparty: {
|
|
21890
|
+
chain_name: 'zcash',
|
|
21891
|
+
base_denom: 'zatoshi'
|
|
21892
|
+
},
|
|
21893
|
+
provider: 'Osmosis'
|
|
21894
|
+
}],
|
|
21895
|
+
logo_URIs: {
|
|
21896
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21897
|
+
},
|
|
21898
|
+
images: [{
|
|
21899
|
+
image_sync: {
|
|
21900
|
+
chain_name: 'zcash',
|
|
21901
|
+
base_denom: 'zatoshi'
|
|
21902
|
+
},
|
|
21903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21904
|
+
}]
|
|
21905
|
+
},
|
|
21871
21906
|
{
|
|
21872
21907
|
denom_units: [{
|
|
21873
21908
|
denom: 'ibc/29EA1818A218B35E18FADC287C85A01802C900A5FFC0D7C8FC592D05186AAFD0',
|
|
@@ -22551,6 +22586,7 @@ const assets = {
|
|
|
22551
22586
|
},
|
|
22552
22587
|
{
|
|
22553
22588
|
description: 'The native token of Intento.',
|
|
22589
|
+
extended_description: 'Intento is a purpose-built blockchain for orchestrating intent-driven actions across chains. It enables secure, self-custodial execution of flows using real-time inputs, and IBC — no smart contracts required. At its core is the intent engine, supported by trustless agents that execute cross-chain actions in a self-custodial manner. This design allows users to build anything from streaming tokens to complex interchain workflows, turning intent into action across the interchain.',
|
|
22554
22590
|
denom_units: [{
|
|
22555
22591
|
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
22556
22592
|
exponent: 0,
|
|
@@ -22587,7 +22623,12 @@ const assets = {
|
|
|
22587
22623
|
},
|
|
22588
22624
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22589
22625
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22590
|
-
}]
|
|
22626
|
+
}],
|
|
22627
|
+
keywords: ['defi', 'orchestration'],
|
|
22628
|
+
socials: {
|
|
22629
|
+
website: 'https://intento.zone',
|
|
22630
|
+
twitter: 'https://x.com/intentozone'
|
|
22631
|
+
}
|
|
22591
22632
|
},
|
|
22592
22633
|
{
|
|
22593
22634
|
description: 'The native token of Lumera.',
|
package/esm/asset_list.js
CHANGED
|
@@ -387,7 +387,7 @@ const asset_list = {
|
|
|
387
387
|
}],
|
|
388
388
|
socials: {
|
|
389
389
|
website: 'https://akash.network/',
|
|
390
|
-
twitter: 'https://twitter.com/
|
|
390
|
+
twitter: 'https://twitter.com/akashnet'
|
|
391
391
|
},
|
|
392
392
|
type_asset: 'sdk.coin',
|
|
393
393
|
traces: [{
|
|
@@ -6685,7 +6685,7 @@ const asset_list = {
|
|
|
6685
6685
|
}],
|
|
6686
6686
|
socials: {
|
|
6687
6687
|
website: 'https://akash.network/',
|
|
6688
|
-
twitter: 'https://twitter.com/
|
|
6688
|
+
twitter: 'https://twitter.com/akashnet'
|
|
6689
6689
|
},
|
|
6690
6690
|
type_asset: 'sdk.coin',
|
|
6691
6691
|
traces: [{
|
package/esm/assets.js
CHANGED
|
@@ -21866,6 +21866,41 @@ const assets = {
|
|
|
21866
21866
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
21867
21867
|
}]
|
|
21868
21868
|
},
|
|
21869
|
+
{
|
|
21870
|
+
description: 'An alloy of ZEC asset variants on Osmosis.',
|
|
21871
|
+
extended_description: 'Multiple Zcash variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of ZEC.',
|
|
21872
|
+
denom_units: [{
|
|
21873
|
+
denom: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
|
|
21874
|
+
exponent: 0
|
|
21875
|
+
}, {
|
|
21876
|
+
denom: 'allZEC',
|
|
21877
|
+
exponent: 8
|
|
21878
|
+
}],
|
|
21879
|
+
type_asset: 'sdk.coin',
|
|
21880
|
+
address: 'osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn',
|
|
21881
|
+
base: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
|
|
21882
|
+
name: 'Zcash',
|
|
21883
|
+
display: 'allZEC',
|
|
21884
|
+
symbol: 'ZEC',
|
|
21885
|
+
traces: [{
|
|
21886
|
+
type: 'synthetic',
|
|
21887
|
+
counterparty: {
|
|
21888
|
+
chain_name: 'zcash',
|
|
21889
|
+
base_denom: 'zatoshi'
|
|
21890
|
+
},
|
|
21891
|
+
provider: 'Osmosis'
|
|
21892
|
+
}],
|
|
21893
|
+
logo_URIs: {
|
|
21894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21895
|
+
},
|
|
21896
|
+
images: [{
|
|
21897
|
+
image_sync: {
|
|
21898
|
+
chain_name: 'zcash',
|
|
21899
|
+
base_denom: 'zatoshi'
|
|
21900
|
+
},
|
|
21901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21902
|
+
}]
|
|
21903
|
+
},
|
|
21869
21904
|
{
|
|
21870
21905
|
denom_units: [{
|
|
21871
21906
|
denom: 'ibc/29EA1818A218B35E18FADC287C85A01802C900A5FFC0D7C8FC592D05186AAFD0',
|
|
@@ -22549,6 +22584,7 @@ const assets = {
|
|
|
22549
22584
|
},
|
|
22550
22585
|
{
|
|
22551
22586
|
description: 'The native token of Intento.',
|
|
22587
|
+
extended_description: 'Intento is a purpose-built blockchain for orchestrating intent-driven actions across chains. It enables secure, self-custodial execution of flows using real-time inputs, and IBC — no smart contracts required. At its core is the intent engine, supported by trustless agents that execute cross-chain actions in a self-custodial manner. This design allows users to build anything from streaming tokens to complex interchain workflows, turning intent into action across the interchain.',
|
|
22552
22588
|
denom_units: [{
|
|
22553
22589
|
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
22554
22590
|
exponent: 0,
|
|
@@ -22585,7 +22621,12 @@ const assets = {
|
|
|
22585
22621
|
},
|
|
22586
22622
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22587
22623
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22588
|
-
}]
|
|
22624
|
+
}],
|
|
22625
|
+
keywords: ['defi', 'orchestration'],
|
|
22626
|
+
socials: {
|
|
22627
|
+
website: 'https://intento.zone',
|
|
22628
|
+
twitter: 'https://x.com/intentozone'
|
|
22629
|
+
}
|
|
22589
22630
|
},
|
|
22590
22631
|
{
|
|
22591
22632
|
description: 'The native token of Lumera.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.242",
|
|
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.242"
|
|
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": "5493a6bdd740de60b0a804aa6eb0d1069844bbde"
|
|
42
42
|
}
|