@chain-registry/osmosis 1.46.1 → 1.47.0

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.
Files changed (3) hide show
  1. package/assets.js +22 -0
  2. package/esm/assets.js +22 -0
  3. 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.1",
3
+ "version": "1.47.0",
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.1"
33
+ "@chain-registry/types": "^0.30.0"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "c76854b31c5522db8a5171ce213e61cec6345bce"
42
+ "gitHead": "d56a2123ccc9b36813ac3724d5ce3ba82947ccf7"
43
43
  }