@chain-registry/osmosis 1.58.2 → 1.58.3

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
@@ -14812,6 +14812,28 @@ const assets = {
14812
14812
  images: [{
14813
14813
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png'
14814
14814
  }]
14815
+ },
14816
+ {
14817
+ description: 'Cosmus Cartol always get rich',
14818
+ denom_units: [{
14819
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca',
14820
+ exponent: 0
14821
+ }, {
14822
+ denom: 'COCA',
14823
+ exponent: 6
14824
+ }],
14825
+ type_asset: 'sdk.coin',
14826
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
14827
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca',
14828
+ name: 'CosmusCartol',
14829
+ display: 'COCA',
14830
+ symbol: 'COCA',
14831
+ logo_URIs: {
14832
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14833
+ },
14834
+ images: [{
14835
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14836
+ }]
14815
14837
  }
14816
14838
  ]
14817
14839
  };
package/esm/assets.js CHANGED
@@ -14810,6 +14810,28 @@ const assets = {
14810
14810
  images: [{
14811
14811
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png'
14812
14812
  }]
14813
+ },
14814
+ {
14815
+ description: 'Cosmus Cartol always get rich',
14816
+ denom_units: [{
14817
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca',
14818
+ exponent: 0
14819
+ }, {
14820
+ denom: 'COCA',
14821
+ exponent: 6
14822
+ }],
14823
+ type_asset: 'sdk.coin',
14824
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
14825
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca',
14826
+ name: 'CosmusCartol',
14827
+ display: 'COCA',
14828
+ symbol: 'COCA',
14829
+ logo_URIs: {
14830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14831
+ },
14832
+ images: [{
14833
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14834
+ }]
14813
14835
  }
14814
14836
  ]
14815
14837
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.58.2",
3
+ "version": "1.58.3",
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.41.2"
33
+ "@chain-registry/types": "^0.41.3"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "75cd053e08e399e4844aefc32268a1e1f5240ddb"
42
+ "gitHead": "4b879365dbdb9e605f572dd5447068b70651d407"
43
43
  }