chain-registry 2.0.163 → 2.0.164

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.
@@ -40,6 +40,10 @@ const info = {
40
40
  sdk: {
41
41
  type: 'cosmos',
42
42
  version: 'v0.53.3'
43
+ },
44
+ ibc: {
45
+ type: 'go',
46
+ version: 'v8.7.0'
43
47
  }
44
48
  },
45
49
  description: 'STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
@@ -40,6 +40,10 @@ const info = {
40
40
  sdk: {
41
41
  type: 'cosmos',
42
42
  version: 'v0.53.0'
43
+ },
44
+ ibc: {
45
+ type: 'go',
46
+ version: 'v8.7.0'
43
47
  }
44
48
  },
45
49
  description: 'STO Chain Testnet is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
@@ -42,6 +42,10 @@ const info = {
42
42
  sdk: {
43
43
  type: 'cosmos',
44
44
  version: 'v0.53.3'
45
+ },
46
+ ibc: {
47
+ type: 'go',
48
+ version: 'v8.7.0'
45
49
  }
46
50
  },
47
51
  description: 'STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.163",
3
+ "version": "2.0.164",
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.163"
32
+ "@chain-registry/types": "^2.0.164"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "c17111822c92fc64359703547ed23c2a9bc34c80"
42
+ "gitHead": "0bbc2e367547109cb145cb6b07864df483dc12e6"
43
43
  }
@@ -42,6 +42,10 @@ const info = {
42
42
  sdk: {
43
43
  type: 'cosmos',
44
44
  version: 'v0.53.0'
45
+ },
46
+ ibc: {
47
+ type: 'go',
48
+ version: 'v8.7.0'
45
49
  }
46
50
  },
47
51
  description: 'STO Chain Testnet is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',