chain-registry 1.59.3 → 1.59.4

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.
@@ -14812,6 +14812,28 @@ const info = {
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
  };
@@ -14814,6 +14814,28 @@ const info = {
14814
14814
  images: [{
14815
14815
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png'
14816
14816
  }]
14817
+ },
14818
+ {
14819
+ description: 'Cosmus Cartol always get rich',
14820
+ denom_units: [{
14821
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca',
14822
+ exponent: 0
14823
+ }, {
14824
+ denom: 'COCA',
14825
+ exponent: 6
14826
+ }],
14827
+ type_asset: 'sdk.coin',
14828
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
14829
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca',
14830
+ name: 'CosmusCartol',
14831
+ display: 'COCA',
14832
+ symbol: 'COCA',
14833
+ logo_URIs: {
14834
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14835
+ },
14836
+ images: [{
14837
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CoCa.png'
14838
+ }]
14817
14839
  }
14818
14840
  ]
14819
14841
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.59.3",
3
+ "version": "1.59.4",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.42.2",
32
+ "@chain-registry/utils": "^1.42.3",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.41.2"
36
+ "@chain-registry/types": "^0.41.3"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "75cd053e08e399e4844aefc32268a1e1f5240ddb"
46
+ "gitHead": "4b879365dbdb9e605f572dd5447068b70651d407"
47
47
  }