chain-registry 2.0.172 → 2.0.173

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.
@@ -27,17 +27,17 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  gitRepo: 'https://github.com/cosmos/gaia',
30
- recommendedVersion: 'v27.0.0-rc0',
31
- compatibleVersions: ['v27.0.0-rc0'],
30
+ recommendedVersion: 'v27.1.0-rc0',
31
+ compatibleVersions: ['v27.1.0-rc0'],
32
32
  consensus: {
33
33
  type: 'cometbft',
34
34
  version: 'v0.38.21'
35
35
  },
36
36
  binaries: {
37
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0-rc0/gaiad-v27.0.0-rc0-darwin-amd64',
38
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0-rc0/gaiad-v27.0.0-rc0-darwin-arm64',
39
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0-rc0/gaiad-v27.0.0-rc0-linux-amd64',
40
- "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0-rc0/gaiad-v27.0.0-rc0-linux-arm64'
37
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-amd64',
38
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-arm64',
39
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-amd64',
40
+ "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-arm64'
41
41
  },
42
42
  genesis: {
43
43
  genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
@@ -52,11 +52,11 @@ const info = {
52
52
  version: 'v10.5.0'
53
53
  },
54
54
  cosmwasm: {
55
- version: 'v0.60.2',
55
+ version: 'v0.60.5',
56
56
  repo: 'https://github.com/CosmWasm/wasmd',
57
- tag: 'v0.60.2'
57
+ tag: 'v0.60.5'
58
58
  },
59
- tag: 'v27.0.0-rc0'
59
+ tag: 'v27.1.0-rc0'
60
60
  },
61
61
  apis: {
62
62
  rpc: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.172",
3
+ "version": "2.0.173",
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.172"
32
+ "@chain-registry/types": "^2.0.173"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "d587bfe222440227b3bc7f399304590f5476ad36"
42
+ "gitHead": "2b32b7a29c41c4fdb90dd23448ec369c96725b88"
43
43
  }
@@ -29,17 +29,17 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  gitRepo: 'https://github.com/cosmos/gaia',
32
- recommendedVersion: 'v27.0.0-rc0',
33
- compatibleVersions: ['v27.0.0-rc0'],
32
+ recommendedVersion: 'v27.1.0-rc0',
33
+ compatibleVersions: ['v27.1.0-rc0'],
34
34
  consensus: {
35
35
  type: 'cometbft',
36
36
  version: 'v0.38.21'
37
37
  },
38
38
  binaries: {
39
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0-rc0/gaiad-v27.0.0-rc0-darwin-amd64',
40
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0-rc0/gaiad-v27.0.0-rc0-darwin-arm64',
41
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0-rc0/gaiad-v27.0.0-rc0-linux-amd64',
42
- "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0-rc0/gaiad-v27.0.0-rc0-linux-arm64'
39
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-amd64',
40
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-arm64',
41
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-amd64',
42
+ "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-arm64'
43
43
  },
44
44
  genesis: {
45
45
  genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
@@ -54,11 +54,11 @@ const info = {
54
54
  version: 'v10.5.0'
55
55
  },
56
56
  cosmwasm: {
57
- version: 'v0.60.2',
57
+ version: 'v0.60.5',
58
58
  repo: 'https://github.com/CosmWasm/wasmd',
59
- tag: 'v0.60.2'
59
+ tag: 'v0.60.5'
60
60
  },
61
- tag: 'v27.0.0-rc0'
61
+ tag: 'v27.1.0-rc0'
62
62
  },
63
63
  apis: {
64
64
  rpc: [