@chain-registry/osmosis 1.67.179 → 1.67.180

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
@@ -24709,6 +24709,28 @@ const assets = {
24709
24709
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
24710
24710
  }],
24711
24711
  keywords: ['liquid-staking', 'escher']
24712
+ },
24713
+ {
24714
+ description: 'Formation Of $hit Tokens',
24715
+ denom_units: [{
24716
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/fost',
24717
+ exponent: 0
24718
+ }, {
24719
+ denom: 'FOST',
24720
+ exponent: 6
24721
+ }],
24722
+ type_asset: 'sdk.coin',
24723
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
24724
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/fost',
24725
+ name: 'Fost',
24726
+ display: 'FOST',
24727
+ symbol: 'FOST',
24728
+ logo_URIs: {
24729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/FOST.png'
24730
+ },
24731
+ images: [{
24732
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/FOST.png'
24733
+ }]
24712
24734
  }
24713
24735
  ]
24714
24736
  };
package/esm/assets.js CHANGED
@@ -24707,6 +24707,28 @@ const assets = {
24707
24707
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
24708
24708
  }],
24709
24709
  keywords: ['liquid-staking', 'escher']
24710
+ },
24711
+ {
24712
+ description: 'Formation Of $hit Tokens',
24713
+ denom_units: [{
24714
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/fost',
24715
+ exponent: 0
24716
+ }, {
24717
+ denom: 'FOST',
24718
+ exponent: 6
24719
+ }],
24720
+ type_asset: 'sdk.coin',
24721
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
24722
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/fost',
24723
+ name: 'Fost',
24724
+ display: 'FOST',
24725
+ symbol: 'FOST',
24726
+ logo_URIs: {
24727
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/FOST.png'
24728
+ },
24729
+ images: [{
24730
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/FOST.png'
24731
+ }]
24710
24732
  }
24711
24733
  ]
24712
24734
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.179",
3
+ "version": "1.67.180",
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.179"
32
+ "@chain-registry/types": "^0.50.180"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "b45d6660b2779ee1dac067d6c999fa3c858f21e4"
41
+ "gitHead": "7cdc3fd05898a5f8811d74938e6153c0014439de"
42
42
  }