chain-registry 1.63.33 → 1.63.34

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.
@@ -1066,6 +1066,35 @@ const info = [
1066
1066
  }
1067
1067
  }]
1068
1068
  },
1069
+ {
1070
+ $schema: '../ibc_data.schema.json',
1071
+ chain_1: {
1072
+ chain_name: 'axelar',
1073
+ client_id: '07-tendermint-229',
1074
+ connection_id: 'connection-219'
1075
+ },
1076
+ chain_2: {
1077
+ chain_name: 'source',
1078
+ client_id: '07-tendermint-17',
1079
+ connection_id: 'connection-17'
1080
+ },
1081
+ channels: [{
1082
+ chain_1: {
1083
+ channel_id: 'channel-160',
1084
+ port_id: 'transfer'
1085
+ },
1086
+ chain_2: {
1087
+ channel_id: 'channel-3',
1088
+ port_id: 'transfer'
1089
+ },
1090
+ ordering: 'unordered',
1091
+ version: 'ics20-1',
1092
+ tags: {
1093
+ status: 'live',
1094
+ preferred: true
1095
+ }
1096
+ }]
1097
+ },
1069
1098
  {
1070
1099
  $schema: '../ibc_data.schema.json',
1071
1100
  chain_1: {
@@ -1,4 +1,34 @@
1
- const info = [{
1
+ const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'axelar',
6
+ client_id: '07-tendermint-229',
7
+ connection_id: 'connection-219'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'source',
11
+ client_id: '07-tendermint-17',
12
+ connection_id: 'connection-17'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-160',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-3',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
31
+ {
2
32
  $schema: '../ibc_data.schema.json',
3
33
  chain_1: {
4
34
  chain_name: 'osmosis',
@@ -26,7 +56,8 @@ const info = [{
26
56
  preferred: true
27
57
  }
28
58
  }]
29
- }, {
59
+ },
60
+ {
30
61
  $schema: '../ibc_data.schema.json',
31
62
  chain_1: {
32
63
  chain_name: 'planq',
@@ -54,5 +85,6 @@ const info = [{
54
85
  preferred: true
55
86
  }
56
87
  }]
57
- }];
88
+ }
89
+ ];
58
90
  export default info;
@@ -4,7 +4,7 @@ const info = {
4
4
  status: 'live',
5
5
  network_type: 'testnet',
6
6
  pretty_name: 'Stride Testnet',
7
- chain_id: 'stride-testnet-1',
7
+ chain_id: 'stride-internal-1',
8
8
  bech32_prefix: 'stride',
9
9
  daemon_name: 'strided',
10
10
  node_home: '$HOME/.stride',
@@ -1068,6 +1068,35 @@ const info = [
1068
1068
  }
1069
1069
  }]
1070
1070
  },
1071
+ {
1072
+ $schema: '../ibc_data.schema.json',
1073
+ chain_1: {
1074
+ chain_name: 'axelar',
1075
+ client_id: '07-tendermint-229',
1076
+ connection_id: 'connection-219'
1077
+ },
1078
+ chain_2: {
1079
+ chain_name: 'source',
1080
+ client_id: '07-tendermint-17',
1081
+ connection_id: 'connection-17'
1082
+ },
1083
+ channels: [{
1084
+ chain_1: {
1085
+ channel_id: 'channel-160',
1086
+ port_id: 'transfer'
1087
+ },
1088
+ chain_2: {
1089
+ channel_id: 'channel-3',
1090
+ port_id: 'transfer'
1091
+ },
1092
+ ordering: 'unordered',
1093
+ version: 'ics20-1',
1094
+ tags: {
1095
+ status: 'live',
1096
+ preferred: true
1097
+ }
1098
+ }]
1099
+ },
1071
1100
  {
1072
1101
  $schema: '../ibc_data.schema.json',
1073
1102
  chain_1: {
@@ -1,6 +1,36 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = [{
3
+ const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'axelar',
8
+ client_id: '07-tendermint-229',
9
+ connection_id: 'connection-219'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'source',
13
+ client_id: '07-tendermint-17',
14
+ connection_id: 'connection-17'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-160',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-3',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
33
+ {
4
34
  $schema: '../ibc_data.schema.json',
5
35
  chain_1: {
6
36
  chain_name: 'osmosis',
@@ -28,7 +58,8 @@ const info = [{
28
58
  preferred: true
29
59
  }
30
60
  }]
31
- }, {
61
+ },
62
+ {
32
63
  $schema: '../ibc_data.schema.json',
33
64
  chain_1: {
34
65
  chain_name: 'planq',
@@ -56,5 +87,6 @@ const info = [{
56
87
  preferred: true
57
88
  }
58
89
  }]
59
- }];
90
+ }
91
+ ];
60
92
  exports.default = info;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.63.33",
3
+ "version": "1.63.34",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/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.46.28",
32
+ "@chain-registry/utils": "^1.46.29",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.45.28"
36
+ "@chain-registry/types": "^0.45.29"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "e04c9dff7a063ba38330a4cd1c25db597209d024"
46
+ "gitHead": "3f70dde906e1186c78892a679cd28b3997682e95"
47
47
  }
@@ -6,7 +6,7 @@ const info = {
6
6
  status: 'live',
7
7
  network_type: 'testnet',
8
8
  pretty_name: 'Stride Testnet',
9
- chain_id: 'stride-testnet-1',
9
+ chain_id: 'stride-internal-1',
10
10
  bech32_prefix: 'stride',
11
11
  daemon_name: 'strided',
12
12
  node_home: '$HOME/.stride',