@chain-registry/osmosis 1.67.133 → 1.67.135

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/esm/assets.js CHANGED
@@ -24736,6 +24736,50 @@ const assets = {
24736
24736
  primary_color_hex: '#f39444'
24737
24737
  }
24738
24738
  }]
24739
+ },
24740
+ {
24741
+ description: 'Real power moves quietly.',
24742
+ denom_units: [{
24743
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth',
24744
+ exponent: 0
24745
+ }, {
24746
+ denom: 'STLTH',
24747
+ exponent: 6
24748
+ }],
24749
+ type_asset: 'sdk.coin',
24750
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
24751
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth',
24752
+ name: 'Stealth',
24753
+ display: 'STLTH',
24754
+ symbol: 'STLTH',
24755
+ logo_URIs: {
24756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
24757
+ },
24758
+ images: [{
24759
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
24760
+ }]
24761
+ },
24762
+ {
24763
+ description: 'Join Matcha Club - use our ecosystem for for free.\nNFT builder, utility apps. Cooking non-stop!',
24764
+ denom_units: [{
24765
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/mtc',
24766
+ exponent: 0
24767
+ }, {
24768
+ denom: 'MTC',
24769
+ exponent: 6
24770
+ }],
24771
+ type_asset: 'sdk.coin',
24772
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
24773
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/mtc',
24774
+ name: 'Matcha Club',
24775
+ display: 'MTC',
24776
+ symbol: 'MTC',
24777
+ logo_URIs: {
24778
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MTC.png'
24779
+ },
24780
+ images: [{
24781
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MTC.png'
24782
+ }]
24739
24783
  }
24740
24784
  ]
24741
24785
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.133",
3
+ "version": "1.67.135",
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.133"
32
+ "@chain-registry/types": "^0.50.135"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "4b587731226acf5d231a138cb197dc2a40313ca1"
41
+ "gitHead": "fae2961130f45f44e6a13ec3962394168f20f4b7"
42
42
  }