chain-registry 1.69.600 → 1.69.601

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.
@@ -61,6 +61,37 @@ const info = [
61
61
  }
62
62
  }]
63
63
  },
64
+ {
65
+ $schema: '../ibc_data.schema.json',
66
+ chain_1: {
67
+ chain_name: 'celestia',
68
+ chain_id: 'celestia',
69
+ client_id: '07-tendermint-151',
70
+ connection_id: 'connection-103'
71
+ },
72
+ chain_2: {
73
+ chain_name: 'cosmoshub',
74
+ chain_id: 'cosmoshub-4',
75
+ client_id: '07-tendermint-1480',
76
+ connection_id: 'connection-1272'
77
+ },
78
+ channels: [{
79
+ chain_1: {
80
+ channel_id: 'channel-278',
81
+ port_id: 'transfer'
82
+ },
83
+ chain_2: {
84
+ channel_id: 'channel-1879',
85
+ port_id: 'transfer'
86
+ },
87
+ ordering: 'unordered',
88
+ version: 'ics20-1',
89
+ tags: {
90
+ preferred: true,
91
+ status: 'ACTIVE'
92
+ }
93
+ }]
94
+ },
64
95
  {
65
96
  $schema: '../ibc_data.schema.json',
66
97
  chain_1: {
@@ -582,6 +613,37 @@ const info = [
582
613
  status: 'ACTIVE'
583
614
  }
584
615
  }]
616
+ },
617
+ {
618
+ $schema: '../ibc_data.schema.json',
619
+ chain_1: {
620
+ chain_name: 'celestia',
621
+ chain_id: 'celestia',
622
+ client_id: '07-tendermint-165',
623
+ connection_id: 'connection-105'
624
+ },
625
+ chain_2: {
626
+ chain_name: 'xrplevm',
627
+ chain_id: 'xrplevm_1440000-1',
628
+ client_id: '07-tendermint-13',
629
+ connection_id: 'connection-6'
630
+ },
631
+ channels: [{
632
+ chain_1: {
633
+ channel_id: 'channel-280',
634
+ port_id: 'transfer'
635
+ },
636
+ chain_2: {
637
+ channel_id: 'channel-6',
638
+ port_id: 'transfer'
639
+ },
640
+ ordering: 'unordered',
641
+ version: 'ics20-1',
642
+ tags: {
643
+ preferred: true,
644
+ status: 'ACTIVE'
645
+ }
646
+ }]
585
647
  }
586
648
  ];
587
649
  export default info;
@@ -486,6 +486,37 @@ const info = [
486
486
  }
487
487
  }]
488
488
  },
489
+ {
490
+ $schema: '../ibc_data.schema.json',
491
+ chain_1: {
492
+ chain_name: 'celestia',
493
+ chain_id: 'celestia',
494
+ client_id: '07-tendermint-151',
495
+ connection_id: 'connection-103'
496
+ },
497
+ chain_2: {
498
+ chain_name: 'cosmoshub',
499
+ chain_id: 'cosmoshub-4',
500
+ client_id: '07-tendermint-1480',
501
+ connection_id: 'connection-1272'
502
+ },
503
+ channels: [{
504
+ chain_1: {
505
+ channel_id: 'channel-278',
506
+ port_id: 'transfer'
507
+ },
508
+ chain_2: {
509
+ channel_id: 'channel-1879',
510
+ port_id: 'transfer'
511
+ },
512
+ ordering: 'unordered',
513
+ version: 'ics20-1',
514
+ tags: {
515
+ preferred: true,
516
+ status: 'ACTIVE'
517
+ }
518
+ }]
519
+ },
489
520
  {
490
521
  $schema: '../ibc_data.schema.json',
491
522
  chain_1: {
@@ -1,4 +1,35 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'celestia',
6
+ chain_id: 'celestia',
7
+ client_id: '07-tendermint-165',
8
+ connection_id: 'connection-105'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'xrplevm',
12
+ chain_id: 'xrplevm_1440000-1',
13
+ client_id: '07-tendermint-13',
14
+ connection_id: 'connection-6'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-280',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-6',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ preferred: true,
29
+ status: 'ACTIVE'
30
+ }
31
+ }]
32
+ },
2
33
  {
3
34
  $schema: '../ibc_data.schema.json',
4
35
  chain_1: {
@@ -63,6 +63,37 @@ const info = [
63
63
  }
64
64
  }]
65
65
  },
66
+ {
67
+ $schema: '../ibc_data.schema.json',
68
+ chain_1: {
69
+ chain_name: 'celestia',
70
+ chain_id: 'celestia',
71
+ client_id: '07-tendermint-151',
72
+ connection_id: 'connection-103'
73
+ },
74
+ chain_2: {
75
+ chain_name: 'cosmoshub',
76
+ chain_id: 'cosmoshub-4',
77
+ client_id: '07-tendermint-1480',
78
+ connection_id: 'connection-1272'
79
+ },
80
+ channels: [{
81
+ chain_1: {
82
+ channel_id: 'channel-278',
83
+ port_id: 'transfer'
84
+ },
85
+ chain_2: {
86
+ channel_id: 'channel-1879',
87
+ port_id: 'transfer'
88
+ },
89
+ ordering: 'unordered',
90
+ version: 'ics20-1',
91
+ tags: {
92
+ preferred: true,
93
+ status: 'ACTIVE'
94
+ }
95
+ }]
96
+ },
66
97
  {
67
98
  $schema: '../ibc_data.schema.json',
68
99
  chain_1: {
@@ -584,6 +615,37 @@ const info = [
584
615
  status: 'ACTIVE'
585
616
  }
586
617
  }]
618
+ },
619
+ {
620
+ $schema: '../ibc_data.schema.json',
621
+ chain_1: {
622
+ chain_name: 'celestia',
623
+ chain_id: 'celestia',
624
+ client_id: '07-tendermint-165',
625
+ connection_id: 'connection-105'
626
+ },
627
+ chain_2: {
628
+ chain_name: 'xrplevm',
629
+ chain_id: 'xrplevm_1440000-1',
630
+ client_id: '07-tendermint-13',
631
+ connection_id: 'connection-6'
632
+ },
633
+ channels: [{
634
+ chain_1: {
635
+ channel_id: 'channel-280',
636
+ port_id: 'transfer'
637
+ },
638
+ chain_2: {
639
+ channel_id: 'channel-6',
640
+ port_id: 'transfer'
641
+ },
642
+ ordering: 'unordered',
643
+ version: 'ics20-1',
644
+ tags: {
645
+ preferred: true,
646
+ status: 'ACTIVE'
647
+ }
648
+ }]
587
649
  }
588
650
  ];
589
651
  exports.default = info;
@@ -488,6 +488,37 @@ const info = [
488
488
  }
489
489
  }]
490
490
  },
491
+ {
492
+ $schema: '../ibc_data.schema.json',
493
+ chain_1: {
494
+ chain_name: 'celestia',
495
+ chain_id: 'celestia',
496
+ client_id: '07-tendermint-151',
497
+ connection_id: 'connection-103'
498
+ },
499
+ chain_2: {
500
+ chain_name: 'cosmoshub',
501
+ chain_id: 'cosmoshub-4',
502
+ client_id: '07-tendermint-1480',
503
+ connection_id: 'connection-1272'
504
+ },
505
+ channels: [{
506
+ chain_1: {
507
+ channel_id: 'channel-278',
508
+ port_id: 'transfer'
509
+ },
510
+ chain_2: {
511
+ channel_id: 'channel-1879',
512
+ port_id: 'transfer'
513
+ },
514
+ ordering: 'unordered',
515
+ version: 'ics20-1',
516
+ tags: {
517
+ preferred: true,
518
+ status: 'ACTIVE'
519
+ }
520
+ }]
521
+ },
491
522
  {
492
523
  $schema: '../ibc_data.schema.json',
493
524
  chain_1: {
@@ -1,6 +1,37 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'celestia',
8
+ chain_id: 'celestia',
9
+ client_id: '07-tendermint-165',
10
+ connection_id: 'connection-105'
11
+ },
12
+ chain_2: {
13
+ chain_name: 'xrplevm',
14
+ chain_id: 'xrplevm_1440000-1',
15
+ client_id: '07-tendermint-13',
16
+ connection_id: 'connection-6'
17
+ },
18
+ channels: [{
19
+ chain_1: {
20
+ channel_id: 'channel-280',
21
+ port_id: 'transfer'
22
+ },
23
+ chain_2: {
24
+ channel_id: 'channel-6',
25
+ port_id: 'transfer'
26
+ },
27
+ ordering: 'unordered',
28
+ version: 'ics20-1',
29
+ tags: {
30
+ preferred: true,
31
+ status: 'ACTIVE'
32
+ }
33
+ }]
34
+ },
4
35
  {
5
36
  $schema: '../ibc_data.schema.json',
6
37
  chain_1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.600",
3
+ "version": "1.69.601",
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": "^0.50.368"
32
+ "@chain-registry/types": "^0.50.369"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "c96c044c5f15f3b0e7a1e5e964473167ed45d76e"
42
+ "gitHead": "7c8af0a618e10a8944c32ccd02e42da999086f32"
43
43
  }