chain-registry 1.69.144 → 1.69.145

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.
@@ -568,27 +568,32 @@ const info = [
568
568
  $schema: '../../ibc_data.schema.json',
569
569
  chain_1: {
570
570
  chain_name: 'manifesttestnet',
571
- client_id: '07-tendermint-0',
572
- connection_id: 'connection-0'
571
+ client_id: '07-tendermint-8',
572
+ connection_id: 'connection-9'
573
573
  },
574
574
  chain_2: {
575
575
  chain_name: 'osmosistestnet',
576
- client_id: '07-tendermint-4314',
577
- connection_id: 'connection-3774'
576
+ client_id: '07-tendermint-4456',
577
+ connection_id: 'connection-3898'
578
578
  },
579
579
  channels: [{
580
580
  chain_1: {
581
- channel_id: 'channel-0',
582
- port_id: 'transfer'
581
+ channel_id: 'channel-5',
582
+ port_id: 'transfer',
583
+ client_id: '07-tendermint-8',
584
+ connection_id: 'connection-9'
583
585
  },
584
586
  chain_2: {
585
- channel_id: 'channel-10016',
586
- port_id: 'transfer'
587
+ channel_id: 'channel-10183',
588
+ port_id: 'transfer',
589
+ client_id: '07-tendermint-4456',
590
+ connection_id: 'connection-3898'
587
591
  },
588
592
  ordering: 'unordered',
589
593
  version: 'ics20-1',
590
594
  tags: {
591
- status: 'live'
595
+ status: 'live',
596
+ preferred: true
592
597
  }
593
598
  }]
594
599
  },
@@ -30,11 +30,11 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/xpladev/xpla',
33
- recommended_version: 'v1.6.0',
34
- compatible_versions: ['v1.6.0'],
33
+ recommended_version: 'v1.7.1',
34
+ compatible_versions: ['v1.7.0', 'v1.7.1'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
- version: 'v0.37.5'
37
+ version: 'v0.38.12'
38
38
  },
39
39
  genesis: {
40
40
  genesis_url: 'https://raw.githubusercontent.com/xpladev/mainnet/main/dimension_37-1/genesis.json'
@@ -42,15 +42,15 @@ const info = {
42
42
  sdk: {
43
43
  type: 'cosmos',
44
44
  repo: 'https://github.com/xpladev/cosmos-sdk',
45
- version: 'v0.47.13',
46
- tag: 'v0.47.13-xpla'
45
+ version: 'v0.50.11',
46
+ tag: 'v0.50.11-xpla'
47
47
  },
48
48
  ibc: {
49
49
  type: 'go',
50
- version: 'v7.7.0'
50
+ version: 'v8.4.0'
51
51
  },
52
52
  cosmwasm: {
53
- version: 'v0.46.0'
53
+ version: 'v0.53.2'
54
54
  }
55
55
  },
56
56
  logo_URIs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.144",
3
+ "version": "1.69.145",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.88",
32
+ "@chain-registry/utils": "^1.51.89",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.88"
36
+ "@chain-registry/types": "^0.50.89"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "794f58a4da8e26676d1ff98d6889a778d469dd5f"
46
+ "gitHead": "cd9f31799fe64323b846df3c5cc5685f9d00c267"
47
47
  }