@chain-registry/osmosis 1.67.170 → 1.67.172
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/assets.js +22 -0
- package/esm/assets.js +22 -0
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -24682,6 +24682,28 @@ const assets = {
|
|
|
24682
24682
|
primary_color_hex: '#41918c'
|
|
24683
24683
|
}
|
|
24684
24684
|
}]
|
|
24685
|
+
},
|
|
24686
|
+
{
|
|
24687
|
+
description: 'eBABY – Escher’s chain-abstracted liquid-staking token for BABY',
|
|
24688
|
+
denom_units: [{
|
|
24689
|
+
denom: 'factory/osmo12r3yc76u9lxe33yemstatnw8602culdjzrtr8lmnpycmd3z7d4jsxx60kc/FwNhFaW3zLxoLUgXCdWjqBzcvGNPaB7B2XZqm2xgrB93',
|
|
24690
|
+
exponent: 0
|
|
24691
|
+
}, {
|
|
24692
|
+
denom: 'ebaby',
|
|
24693
|
+
exponent: 6
|
|
24694
|
+
}],
|
|
24695
|
+
type_asset: 'sdk.coin',
|
|
24696
|
+
base: 'factory/osmo12r3yc76u9lxe33yemstatnw8602culdjzrtr8lmnpycmd3z7d4jsxx60kc/FwNhFaW3zLxoLUgXCdWjqBzcvGNPaB7B2XZqm2xgrB93',
|
|
24697
|
+
name: 'eBABY',
|
|
24698
|
+
display: 'ebaby',
|
|
24699
|
+
symbol: 'EBABY',
|
|
24700
|
+
logo_URIs: {
|
|
24701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
|
|
24702
|
+
},
|
|
24703
|
+
images: [{
|
|
24704
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
|
|
24705
|
+
}],
|
|
24706
|
+
keywords: ['liquid-staking', 'escher']
|
|
24685
24707
|
}
|
|
24686
24708
|
]
|
|
24687
24709
|
};
|
package/esm/assets.js
CHANGED
|
@@ -24680,6 +24680,28 @@ const assets = {
|
|
|
24680
24680
|
primary_color_hex: '#41918c'
|
|
24681
24681
|
}
|
|
24682
24682
|
}]
|
|
24683
|
+
},
|
|
24684
|
+
{
|
|
24685
|
+
description: 'eBABY – Escher’s chain-abstracted liquid-staking token for BABY',
|
|
24686
|
+
denom_units: [{
|
|
24687
|
+
denom: 'factory/osmo12r3yc76u9lxe33yemstatnw8602culdjzrtr8lmnpycmd3z7d4jsxx60kc/FwNhFaW3zLxoLUgXCdWjqBzcvGNPaB7B2XZqm2xgrB93',
|
|
24688
|
+
exponent: 0
|
|
24689
|
+
}, {
|
|
24690
|
+
denom: 'ebaby',
|
|
24691
|
+
exponent: 6
|
|
24692
|
+
}],
|
|
24693
|
+
type_asset: 'sdk.coin',
|
|
24694
|
+
base: 'factory/osmo12r3yc76u9lxe33yemstatnw8602culdjzrtr8lmnpycmd3z7d4jsxx60kc/FwNhFaW3zLxoLUgXCdWjqBzcvGNPaB7B2XZqm2xgrB93',
|
|
24695
|
+
name: 'eBABY',
|
|
24696
|
+
display: 'ebaby',
|
|
24697
|
+
symbol: 'EBABY',
|
|
24698
|
+
logo_URIs: {
|
|
24699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
|
|
24700
|
+
},
|
|
24701
|
+
images: [{
|
|
24702
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
|
|
24703
|
+
}],
|
|
24704
|
+
keywords: ['liquid-staking', 'escher']
|
|
24683
24705
|
}
|
|
24684
24706
|
]
|
|
24685
24707
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.172",
|
|
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.172"
|
|
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": "8424c7b32129820a2854984b747dc170b14fce88"
|
|
42
42
|
}
|