@chain-registry/osmosis 1.60.0 → 1.60.1

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
@@ -14829,10 +14829,10 @@ const assets = {
14829
14829
  display: 'COCA',
14830
14830
  symbol: 'COCA',
14831
14831
  logo_URIs: {
14832
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14832
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png'
14833
14833
  },
14834
14834
  images: [{
14835
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14835
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png'
14836
14836
  }]
14837
14837
  }
14838
14838
  ]
package/esm/assets.js CHANGED
@@ -14827,10 +14827,10 @@ const assets = {
14827
14827
  display: 'COCA',
14828
14828
  symbol: 'COCA',
14829
14829
  logo_URIs: {
14830
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png'
14831
14831
  },
14832
14832
  images: [{
14833
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14833
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png'
14834
14834
  }]
14835
14835
  }
14836
14836
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.60.0",
3
+ "version": "1.60.1",
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.43.0"
33
+ "@chain-registry/types": "^0.43.1"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "f6b313aca6c0953fbc5383cd365f5c060d970c55"
42
+ "gitHead": "c593309680fcf9a5703cc5192dcc6cd6eef6a6a1"
43
43
  }