chain-registry 2.0.24 → 2.0.25

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.
@@ -30,13 +30,13 @@ const info = {
30
30
  genesis: {
31
31
  genesisUrl: 'https://main.agoric.net/genesis.json'
32
32
  },
33
- recommendedVersion: 'agoric-upgrade-20',
34
- compatibleVersions: ['agoric-upgrade-20'],
33
+ recommendedVersion: 'agoric-upgrade-21',
34
+ compatibleVersions: ['agoric-upgrade-21'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
- version: 'v0.34.35',
37
+ version: 'v0.37.15',
38
38
  repo: 'https://github.com/agoric-labs/cometbft',
39
- tag: 'v0.34.35-alpha.agoric.3'
39
+ tag: 'v0.37.15-alpha.agoric.1'
40
40
  },
41
41
  cosmwasm: {
42
42
  enabled: false
@@ -48,14 +48,14 @@ const info = {
48
48
  sdk: {
49
49
  type: 'cosmos',
50
50
  repo: 'https://github.com/agoric-labs/cosmos-sdk',
51
- version: 'v0.46.16',
52
- tag: 'v0.46.16-alpha.agoric.2.5'
51
+ version: 'v0.47.17',
52
+ tag: 'v0.47.17-alpha.agoric.1'
53
53
  },
54
54
  ibc: {
55
55
  type: 'go',
56
- version: 'v6.3.1',
56
+ version: 'v7.10.0',
57
57
  repo: 'https://github.com/agoric-labs/ibc-go',
58
- tag: 'v6.3.1-alpha.agoric.4',
58
+ tag: 'v7.10.0-alpha.agoric.2',
59
59
  icsEnabled: ['ics20-1']
60
60
  }
61
61
  },
@@ -28,18 +28,18 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/sedaprotocol/seda-chain',
31
- recommendedVersion: 'v0.1.9',
32
- compatibleVersions: ['v0.1.8-hotfix.3', 'v0.1.9'],
31
+ recommendedVersion: 'v1.0.0',
32
+ compatibleVersions: ['v1.0.0'],
33
33
  binaries: {
34
- "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.9/sedad-amd64',
35
- "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.9/sedad-arm64'
34
+ "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0/sedad-amd64',
35
+ "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0/sedad-arm64'
36
36
  },
37
37
  genesis: {
38
38
  genesisUrl: 'https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/mainnet/genesis.json'
39
39
  },
40
40
  language: {
41
41
  type: 'go',
42
- version: '1.22.11'
42
+ version: '1.23.5'
43
43
  },
44
44
  consensus: {
45
45
  type: 'cometbft',
@@ -47,16 +47,16 @@ const info = {
47
47
  },
48
48
  sdk: {
49
49
  type: 'cosmos',
50
- version: 'v0.50.12'
50
+ version: 'v0.50.14'
51
51
  },
52
52
  cosmwasm: {
53
- version: '0.50.0',
53
+ version: 'v0.53.3',
54
54
  repo: 'https://github.com/CosmWasm/wasmd',
55
55
  enabled: true
56
56
  },
57
57
  ibc: {
58
58
  type: 'go',
59
- version: 'v8.6.1'
59
+ version: 'v8.7.0'
60
60
  }
61
61
  },
62
62
  logoURIs: {
@@ -15,7 +15,7 @@ const info = {
15
15
  }],
16
16
  typeAsset: 'substrate',
17
17
  base: 'Wei',
18
- name: 'Glimmer',
18
+ name: 'Moonbeam',
19
19
  display: 'GLMR',
20
20
  symbol: 'GLMR',
21
21
  logoURIs: {
@@ -28,11 +28,11 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/sedaprotocol/seda-chain',
31
- recommendedVersion: 'v1.0.0-rc.2',
32
- compatibleVersions: ['v1.0.0-rc.2'],
31
+ recommendedVersion: 'v1.0.0-rc.6',
32
+ compatibleVersions: ['v1.0.0-rc.6'],
33
33
  binaries: {
34
- "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.2/sedad-amd64',
35
- "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.2/sedad-arm64'
34
+ "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.6/sedad-amd64',
35
+ "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.6/sedad-arm64'
36
36
  },
37
37
  genesis: {
38
38
  genesisUrl: 'https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/testnet/genesis.json'
@@ -50,7 +50,7 @@ const info = {
50
50
  version: 'v0.50.13'
51
51
  },
52
52
  cosmwasm: {
53
- version: '0.53.2',
53
+ version: 'v0.53.3',
54
54
  repo: 'https://github.com/CosmWasm/wasmd',
55
55
  enabled: true
56
56
  },
@@ -32,13 +32,13 @@ const info = {
32
32
  genesis: {
33
33
  genesisUrl: 'https://main.agoric.net/genesis.json'
34
34
  },
35
- recommendedVersion: 'agoric-upgrade-20',
36
- compatibleVersions: ['agoric-upgrade-20'],
35
+ recommendedVersion: 'agoric-upgrade-21',
36
+ compatibleVersions: ['agoric-upgrade-21'],
37
37
  consensus: {
38
38
  type: 'cometbft',
39
- version: 'v0.34.35',
39
+ version: 'v0.37.15',
40
40
  repo: 'https://github.com/agoric-labs/cometbft',
41
- tag: 'v0.34.35-alpha.agoric.3'
41
+ tag: 'v0.37.15-alpha.agoric.1'
42
42
  },
43
43
  cosmwasm: {
44
44
  enabled: false
@@ -50,14 +50,14 @@ const info = {
50
50
  sdk: {
51
51
  type: 'cosmos',
52
52
  repo: 'https://github.com/agoric-labs/cosmos-sdk',
53
- version: 'v0.46.16',
54
- tag: 'v0.46.16-alpha.agoric.2.5'
53
+ version: 'v0.47.17',
54
+ tag: 'v0.47.17-alpha.agoric.1'
55
55
  },
56
56
  ibc: {
57
57
  type: 'go',
58
- version: 'v6.3.1',
58
+ version: 'v7.10.0',
59
59
  repo: 'https://github.com/agoric-labs/ibc-go',
60
- tag: 'v6.3.1-alpha.agoric.4',
60
+ tag: 'v7.10.0-alpha.agoric.2',
61
61
  icsEnabled: ['ics20-1']
62
62
  }
63
63
  },
@@ -30,18 +30,18 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/sedaprotocol/seda-chain',
33
- recommendedVersion: 'v0.1.9',
34
- compatibleVersions: ['v0.1.8-hotfix.3', 'v0.1.9'],
33
+ recommendedVersion: 'v1.0.0',
34
+ compatibleVersions: ['v1.0.0'],
35
35
  binaries: {
36
- "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.9/sedad-amd64',
37
- "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.9/sedad-arm64'
36
+ "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0/sedad-amd64',
37
+ "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0/sedad-arm64'
38
38
  },
39
39
  genesis: {
40
40
  genesisUrl: 'https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/mainnet/genesis.json'
41
41
  },
42
42
  language: {
43
43
  type: 'go',
44
- version: '1.22.11'
44
+ version: '1.23.5'
45
45
  },
46
46
  consensus: {
47
47
  type: 'cometbft',
@@ -49,16 +49,16 @@ const info = {
49
49
  },
50
50
  sdk: {
51
51
  type: 'cosmos',
52
- version: 'v0.50.12'
52
+ version: 'v0.50.14'
53
53
  },
54
54
  cosmwasm: {
55
- version: '0.50.0',
55
+ version: 'v0.53.3',
56
56
  repo: 'https://github.com/CosmWasm/wasmd',
57
57
  enabled: true
58
58
  },
59
59
  ibc: {
60
60
  type: 'go',
61
- version: 'v8.6.1'
61
+ version: 'v8.7.0'
62
62
  }
63
63
  },
64
64
  logoURIs: {
@@ -17,7 +17,7 @@ const info = {
17
17
  }],
18
18
  typeAsset: 'substrate',
19
19
  base: 'Wei',
20
- name: 'Glimmer',
20
+ name: 'Moonbeam',
21
21
  display: 'GLMR',
22
22
  symbol: 'GLMR',
23
23
  logoURIs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
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.24"
32
+ "@chain-registry/types": "^2.0.25"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "50e9e8911d19aebba00c028768c1edd96ce46f2b"
42
+ "gitHead": "19dd786d06fa32fab2eb98bed35c07f37820d266"
43
43
  }
@@ -30,11 +30,11 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/sedaprotocol/seda-chain',
33
- recommendedVersion: 'v1.0.0-rc.2',
34
- compatibleVersions: ['v1.0.0-rc.2'],
33
+ recommendedVersion: 'v1.0.0-rc.6',
34
+ compatibleVersions: ['v1.0.0-rc.6'],
35
35
  binaries: {
36
- "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.2/sedad-amd64',
37
- "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.2/sedad-arm64'
36
+ "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.6/sedad-amd64',
37
+ "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.6/sedad-arm64'
38
38
  },
39
39
  genesis: {
40
40
  genesisUrl: 'https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/testnet/genesis.json'
@@ -52,7 +52,7 @@ const info = {
52
52
  version: 'v0.50.13'
53
53
  },
54
54
  cosmwasm: {
55
- version: '0.53.2',
55
+ version: 'v0.53.3',
56
56
  repo: 'https://github.com/CosmWasm/wasmd',
57
57
  enabled: true
58
58
  },