@chain-registry/osmosis 1.67.250 → 1.67.251

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
@@ -21885,7 +21885,10 @@ const assets = {
21885
21885
  chain_name: 'zcash',
21886
21886
  base_denom: 'zatoshi'
21887
21887
  },
21888
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21888
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
21889
+ theme: {
21890
+ circle: true
21891
+ }
21889
21892
  }]
21890
21893
  },
21891
21894
  {
package/esm/assets.js CHANGED
@@ -21883,7 +21883,10 @@ const assets = {
21883
21883
  chain_name: 'zcash',
21884
21884
  base_denom: 'zatoshi'
21885
21885
  },
21886
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21886
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
21887
+ theme: {
21888
+ circle: true
21889
+ }
21887
21890
  }]
21888
21891
  },
21889
21892
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.250",
3
+ "version": "1.67.251",
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.250"
32
+ "@chain-registry/types": "^0.50.251"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "094558a319388559fd1c5a331297aeddb8d45938"
41
+ "gitHead": "cf09c2d07b0e1c4a0f50a9915a128cd6902c39bd"
42
42
  }