@chain-registry/osmosis 1.46.1 → 1.46.2
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
|
@@ -13662,6 +13662,28 @@ const assets = {
|
|
|
13662
13662
|
images: [{
|
|
13663
13663
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png'
|
|
13664
13664
|
}]
|
|
13665
|
+
},
|
|
13666
|
+
{
|
|
13667
|
+
description: 'Like cosmos, but shit',
|
|
13668
|
+
denom_units: [{
|
|
13669
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
13670
|
+
exponent: 0
|
|
13671
|
+
}, {
|
|
13672
|
+
denom: 'SHITMOS',
|
|
13673
|
+
exponent: 6
|
|
13674
|
+
}],
|
|
13675
|
+
type_asset: 'sdk.coin',
|
|
13676
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13677
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
13678
|
+
name: 'Shitmos',
|
|
13679
|
+
display: 'SHITMOS',
|
|
13680
|
+
symbol: 'SHITMOS',
|
|
13681
|
+
logo_URIs: {
|
|
13682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13683
|
+
},
|
|
13684
|
+
images: [{
|
|
13685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13686
|
+
}]
|
|
13665
13687
|
}
|
|
13666
13688
|
]
|
|
13667
13689
|
};
|
package/esm/assets.js
CHANGED
|
@@ -13660,6 +13660,28 @@ const assets = {
|
|
|
13660
13660
|
images: [{
|
|
13661
13661
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png'
|
|
13662
13662
|
}]
|
|
13663
|
+
},
|
|
13664
|
+
{
|
|
13665
|
+
description: 'Like cosmos, but shit',
|
|
13666
|
+
denom_units: [{
|
|
13667
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
13668
|
+
exponent: 0
|
|
13669
|
+
}, {
|
|
13670
|
+
denom: 'SHITMOS',
|
|
13671
|
+
exponent: 6
|
|
13672
|
+
}],
|
|
13673
|
+
type_asset: 'sdk.coin',
|
|
13674
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
13675
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
13676
|
+
name: 'Shitmos',
|
|
13677
|
+
display: 'SHITMOS',
|
|
13678
|
+
symbol: 'SHITMOS',
|
|
13679
|
+
logo_URIs: {
|
|
13680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13681
|
+
},
|
|
13682
|
+
images: [{
|
|
13683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
13684
|
+
}]
|
|
13663
13685
|
}
|
|
13664
13686
|
]
|
|
13665
13687
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.46.
|
|
3
|
+
"version": "1.46.2",
|
|
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.29.
|
|
33
|
+
"@chain-registry/types": "^0.29.2"
|
|
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": "524048e52fe52d7d4da30d3a221772d643cee836"
|
|
43
43
|
}
|