chain-registry 2.0.67 → 2.0.69

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.
@@ -1475,7 +1475,7 @@ const info = {
1475
1475
  }],
1476
1476
  typeAsset: 'sdk.coin',
1477
1477
  base: 'cbbtc-satoshi',
1478
- name: 'Coinbase Warpped Bitcoin',
1478
+ name: 'Coinbase Wrapped Bitcoin',
1479
1479
  display: 'cbbtc',
1480
1480
  symbol: 'axl-cbBTC',
1481
1481
  traces: [{
@@ -35,7 +35,7 @@ const info = {
35
35
  "linux/arm64": 'https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux'
36
36
  },
37
37
  consensus: {
38
- type: 'cometbft',
38
+ type: 'cometbls',
39
39
  version: 'v1.0.1',
40
40
  repo: 'https://github.com/unionlabs/cometbls',
41
41
  tag: 'v1.0.1-cometbls'
@@ -1477,7 +1477,7 @@ const info = {
1477
1477
  }],
1478
1478
  typeAsset: 'sdk.coin',
1479
1479
  base: 'cbbtc-satoshi',
1480
- name: 'Coinbase Warpped Bitcoin',
1480
+ name: 'Coinbase Wrapped Bitcoin',
1481
1481
  display: 'cbbtc',
1482
1482
  symbol: 'axl-cbBTC',
1483
1483
  traces: [{
@@ -37,7 +37,7 @@ const info = {
37
37
  "linux/arm64": 'https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux'
38
38
  },
39
39
  consensus: {
40
- type: 'cometbft',
40
+ type: 'cometbls',
41
41
  version: 'v1.0.1',
42
42
  repo: 'https://github.com/unionlabs/cometbls',
43
43
  tag: 'v1.0.1-cometbls'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.67",
3
+ "version": "2.0.69",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.67"
32
+ "@chain-registry/types": "^2.0.69"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "1695a3cedb29273403e47c775c1a79a6ed4e620f"
42
+ "gitHead": "b24b227ce7732c80b037030687d0050e52c0fd3d"
43
43
  }