@chain-registry/osmosis 1.67.148 → 1.67.150

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 CHANGED
@@ -15408,7 +15408,7 @@ const assets = {
15408
15408
  }]
15409
15409
  },
15410
15410
  {
15411
- description: 'Bernese Mountain Dog. Thematic dog token to have fun and be friends with all other dog tokens. Fixed supply 132M',
15411
+ description: 'Bernese Mountain Dog a simple dog token with a fixed supply of 132M; non-mineable, non-stakeable, no inflation, no community pool, no dev allocation; initial genesis fairdrop was a tribute to stakers and LPs of the three-headed-dog chain before it stopped.',
15412
15412
  denom_units: [{
15413
15413
  denom: 'factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE',
15414
15414
  exponent: 0
package/esm/assets.js CHANGED
@@ -15406,7 +15406,7 @@ const assets = {
15406
15406
  }]
15407
15407
  },
15408
15408
  {
15409
- description: 'Bernese Mountain Dog. Thematic dog token to have fun and be friends with all other dog tokens. Fixed supply 132M',
15409
+ description: 'Bernese Mountain Dog a simple dog token with a fixed supply of 132M; non-mineable, non-stakeable, no inflation, no community pool, no dev allocation; initial genesis fairdrop was a tribute to stakers and LPs of the three-headed-dog chain before it stopped.',
15410
15410
  denom_units: [{
15411
15411
  denom: 'factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE',
15412
15412
  exponent: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.148",
3
+ "version": "1.67.150",
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.148"
32
+ "@chain-registry/types": "^0.50.150"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "3272070e562f94191a8755ab8bf909cb96e7f1c5"
41
+ "gitHead": "1b15243a8073d805c98fa39fc1c9831365a1399a"
42
42
  }