chain-registry 1.69.126 → 1.69.127

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.
@@ -1640,6 +1640,35 @@ const info = [
1640
1640
  tags: {}
1641
1641
  }]
1642
1642
  },
1643
+ {
1644
+ $schema: '../ibc_data.schema.json',
1645
+ chain_1: {
1646
+ chain_name: 'cosmoshub',
1647
+ client_id: '07-tendermint-1353',
1648
+ connection_id: 'connection-1090'
1649
+ },
1650
+ chain_2: {
1651
+ chain_name: 'sidechain',
1652
+ client_id: '07-tendermint-12',
1653
+ connection_id: 'connection-3'
1654
+ },
1655
+ channels: [{
1656
+ chain_1: {
1657
+ channel_id: 'channel-1318',
1658
+ port_id: 'transfer'
1659
+ },
1660
+ chain_2: {
1661
+ channel_id: 'channel-2',
1662
+ port_id: 'transfer'
1663
+ },
1664
+ ordering: 'unordered',
1665
+ version: 'ics20-1',
1666
+ tags: {
1667
+ status: 'live',
1668
+ preferred: true
1669
+ }
1670
+ }]
1671
+ },
1643
1672
  {
1644
1673
  $schema: '../ibc_data.schema.json',
1645
1674
  chain_1: {
@@ -768,6 +768,35 @@ const info = [
768
768
  }
769
769
  }]
770
770
  },
771
+ {
772
+ $schema: '../ibc_data.schema.json',
773
+ chain_1: {
774
+ chain_name: 'injective',
775
+ client_id: '07-tendermint-293',
776
+ connection_id: 'connection-299'
777
+ },
778
+ chain_2: {
779
+ chain_name: 'sidechain',
780
+ client_id: '07-tendermint-17',
781
+ connection_id: 'connection-5'
782
+ },
783
+ channels: [{
784
+ chain_1: {
785
+ channel_id: 'channel-429',
786
+ port_id: 'transfer'
787
+ },
788
+ chain_2: {
789
+ channel_id: 'channel-4',
790
+ port_id: 'transfer'
791
+ },
792
+ ordering: 'unordered',
793
+ version: 'ics20-1',
794
+ tags: {
795
+ status: 'live',
796
+ preferred: true
797
+ }
798
+ }]
799
+ },
771
800
  {
772
801
  $schema: '../ibc_data.schema.json',
773
802
  chain_1: {
@@ -858,6 +858,35 @@ const info = [
858
858
  }
859
859
  }]
860
860
  },
861
+ {
862
+ $schema: '../ibc_data.schema.json',
863
+ chain_1: {
864
+ chain_name: 'neutron',
865
+ client_id: '07-tendermint-156',
866
+ connection_id: 'connection-116'
867
+ },
868
+ chain_2: {
869
+ chain_name: 'sidechain',
870
+ client_id: '07-tendermint-16',
871
+ connection_id: 'connection-4'
872
+ },
873
+ channels: [{
874
+ chain_1: {
875
+ channel_id: 'channel-6561',
876
+ port_id: 'transfer'
877
+ },
878
+ chain_2: {
879
+ channel_id: 'channel-3',
880
+ port_id: 'transfer'
881
+ },
882
+ ordering: 'unordered',
883
+ version: 'ics20-1',
884
+ tags: {
885
+ status: 'live',
886
+ preferred: true
887
+ }
888
+ }]
889
+ },
861
890
  {
862
891
  $schema: '../ibc_data.schema.json',
863
892
  chain_1: {
@@ -1,4 +1,92 @@
1
- const info = [{
1
+ const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'cosmoshub',
6
+ client_id: '07-tendermint-1353',
7
+ connection_id: 'connection-1090'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'sidechain',
11
+ client_id: '07-tendermint-12',
12
+ connection_id: 'connection-3'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-1318',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-2',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
31
+ {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'injective',
35
+ client_id: '07-tendermint-293',
36
+ connection_id: 'connection-299'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'sidechain',
40
+ client_id: '07-tendermint-17',
41
+ connection_id: 'connection-5'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-429',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-4',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ },
60
+ {
61
+ $schema: '../ibc_data.schema.json',
62
+ chain_1: {
63
+ chain_name: 'neutron',
64
+ client_id: '07-tendermint-156',
65
+ connection_id: 'connection-116'
66
+ },
67
+ chain_2: {
68
+ chain_name: 'sidechain',
69
+ client_id: '07-tendermint-16',
70
+ connection_id: 'connection-4'
71
+ },
72
+ channels: [{
73
+ chain_1: {
74
+ channel_id: 'channel-6561',
75
+ port_id: 'transfer'
76
+ },
77
+ chain_2: {
78
+ channel_id: 'channel-3',
79
+ port_id: 'transfer'
80
+ },
81
+ ordering: 'unordered',
82
+ version: 'ics20-1',
83
+ tags: {
84
+ status: 'live',
85
+ preferred: true
86
+ }
87
+ }]
88
+ },
89
+ {
2
90
  $schema: '../ibc_data.schema.json',
3
91
  chain_1: {
4
92
  chain_name: 'noble',
@@ -26,7 +114,8 @@ const info = [{
26
114
  preferred: true
27
115
  }
28
116
  }]
29
- }, {
117
+ },
118
+ {
30
119
  $schema: '../ibc_data.schema.json',
31
120
  chain_1: {
32
121
  chain_name: 'osmosis',
@@ -54,5 +143,6 @@ const info = [{
54
143
  preferred: true
55
144
  }
56
145
  }]
57
- }];
146
+ }
147
+ ];
58
148
  export default info;
@@ -1642,6 +1642,35 @@ const info = [
1642
1642
  tags: {}
1643
1643
  }]
1644
1644
  },
1645
+ {
1646
+ $schema: '../ibc_data.schema.json',
1647
+ chain_1: {
1648
+ chain_name: 'cosmoshub',
1649
+ client_id: '07-tendermint-1353',
1650
+ connection_id: 'connection-1090'
1651
+ },
1652
+ chain_2: {
1653
+ chain_name: 'sidechain',
1654
+ client_id: '07-tendermint-12',
1655
+ connection_id: 'connection-3'
1656
+ },
1657
+ channels: [{
1658
+ chain_1: {
1659
+ channel_id: 'channel-1318',
1660
+ port_id: 'transfer'
1661
+ },
1662
+ chain_2: {
1663
+ channel_id: 'channel-2',
1664
+ port_id: 'transfer'
1665
+ },
1666
+ ordering: 'unordered',
1667
+ version: 'ics20-1',
1668
+ tags: {
1669
+ status: 'live',
1670
+ preferred: true
1671
+ }
1672
+ }]
1673
+ },
1645
1674
  {
1646
1675
  $schema: '../ibc_data.schema.json',
1647
1676
  chain_1: {
@@ -770,6 +770,35 @@ const info = [
770
770
  }
771
771
  }]
772
772
  },
773
+ {
774
+ $schema: '../ibc_data.schema.json',
775
+ chain_1: {
776
+ chain_name: 'injective',
777
+ client_id: '07-tendermint-293',
778
+ connection_id: 'connection-299'
779
+ },
780
+ chain_2: {
781
+ chain_name: 'sidechain',
782
+ client_id: '07-tendermint-17',
783
+ connection_id: 'connection-5'
784
+ },
785
+ channels: [{
786
+ chain_1: {
787
+ channel_id: 'channel-429',
788
+ port_id: 'transfer'
789
+ },
790
+ chain_2: {
791
+ channel_id: 'channel-4',
792
+ port_id: 'transfer'
793
+ },
794
+ ordering: 'unordered',
795
+ version: 'ics20-1',
796
+ tags: {
797
+ status: 'live',
798
+ preferred: true
799
+ }
800
+ }]
801
+ },
773
802
  {
774
803
  $schema: '../ibc_data.schema.json',
775
804
  chain_1: {
@@ -860,6 +860,35 @@ const info = [
860
860
  }
861
861
  }]
862
862
  },
863
+ {
864
+ $schema: '../ibc_data.schema.json',
865
+ chain_1: {
866
+ chain_name: 'neutron',
867
+ client_id: '07-tendermint-156',
868
+ connection_id: 'connection-116'
869
+ },
870
+ chain_2: {
871
+ chain_name: 'sidechain',
872
+ client_id: '07-tendermint-16',
873
+ connection_id: 'connection-4'
874
+ },
875
+ channels: [{
876
+ chain_1: {
877
+ channel_id: 'channel-6561',
878
+ port_id: 'transfer'
879
+ },
880
+ chain_2: {
881
+ channel_id: 'channel-3',
882
+ port_id: 'transfer'
883
+ },
884
+ ordering: 'unordered',
885
+ version: 'ics20-1',
886
+ tags: {
887
+ status: 'live',
888
+ preferred: true
889
+ }
890
+ }]
891
+ },
863
892
  {
864
893
  $schema: '../ibc_data.schema.json',
865
894
  chain_1: {
@@ -1,6 +1,94 @@
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: 'cosmoshub',
8
+ client_id: '07-tendermint-1353',
9
+ connection_id: 'connection-1090'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'sidechain',
13
+ client_id: '07-tendermint-12',
14
+ connection_id: 'connection-3'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-1318',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-2',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
33
+ {
34
+ $schema: '../ibc_data.schema.json',
35
+ chain_1: {
36
+ chain_name: 'injective',
37
+ client_id: '07-tendermint-293',
38
+ connection_id: 'connection-299'
39
+ },
40
+ chain_2: {
41
+ chain_name: 'sidechain',
42
+ client_id: '07-tendermint-17',
43
+ connection_id: 'connection-5'
44
+ },
45
+ channels: [{
46
+ chain_1: {
47
+ channel_id: 'channel-429',
48
+ port_id: 'transfer'
49
+ },
50
+ chain_2: {
51
+ channel_id: 'channel-4',
52
+ port_id: 'transfer'
53
+ },
54
+ ordering: 'unordered',
55
+ version: 'ics20-1',
56
+ tags: {
57
+ status: 'live',
58
+ preferred: true
59
+ }
60
+ }]
61
+ },
62
+ {
63
+ $schema: '../ibc_data.schema.json',
64
+ chain_1: {
65
+ chain_name: 'neutron',
66
+ client_id: '07-tendermint-156',
67
+ connection_id: 'connection-116'
68
+ },
69
+ chain_2: {
70
+ chain_name: 'sidechain',
71
+ client_id: '07-tendermint-16',
72
+ connection_id: 'connection-4'
73
+ },
74
+ channels: [{
75
+ chain_1: {
76
+ channel_id: 'channel-6561',
77
+ port_id: 'transfer'
78
+ },
79
+ chain_2: {
80
+ channel_id: 'channel-3',
81
+ port_id: 'transfer'
82
+ },
83
+ ordering: 'unordered',
84
+ version: 'ics20-1',
85
+ tags: {
86
+ status: 'live',
87
+ preferred: true
88
+ }
89
+ }]
90
+ },
91
+ {
4
92
  $schema: '../ibc_data.schema.json',
5
93
  chain_1: {
6
94
  chain_name: 'noble',
@@ -28,7 +116,8 @@ const info = [{
28
116
  preferred: true
29
117
  }
30
118
  }]
31
- }, {
119
+ },
120
+ {
32
121
  $schema: '../ibc_data.schema.json',
33
122
  chain_1: {
34
123
  chain_name: 'osmosis',
@@ -56,5 +145,6 @@ const info = [{
56
145
  preferred: true
57
146
  }
58
147
  }]
59
- }];
148
+ }
149
+ ];
60
150
  exports.default = info;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.126",
3
+ "version": "1.69.127",
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.74",
32
+ "@chain-registry/utils": "^1.51.75",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.74"
36
+ "@chain-registry/types": "^0.50.75"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "49a72ba33e465007549beb4192eb057d4ba5c485"
46
+ "gitHead": "0e3cd21846c4d0b2d2bb656e6bad9eb01c444af9"
47
47
  }