chain-registry 2.0.211 → 2.0.212
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.
- package/esm/mainnet/celestia/ibc-data.js +62 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +31 -0
- package/esm/mainnet/xrplevm/ibc-data.js +31 -0
- package/mainnet/celestia/ibc-data.js +62 -0
- package/mainnet/cosmoshub/ibc-data.js +31 -0
- package/mainnet/xrplevm/ibc-data.js +31 -0
- package/package.json +3 -3
|
@@ -61,6 +61,37 @@ const info = [
|
|
|
61
61
|
}
|
|
62
62
|
}]
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
$schema: '../ibc_data.schema.json',
|
|
66
|
+
chain1: {
|
|
67
|
+
chainName: 'celestia',
|
|
68
|
+
chainId: 'celestia',
|
|
69
|
+
clientId: '07-tendermint-151',
|
|
70
|
+
connectionId: 'connection-103'
|
|
71
|
+
},
|
|
72
|
+
chain2: {
|
|
73
|
+
chainName: 'cosmoshub',
|
|
74
|
+
chainId: 'cosmoshub-4',
|
|
75
|
+
clientId: '07-tendermint-1480',
|
|
76
|
+
connectionId: 'connection-1272'
|
|
77
|
+
},
|
|
78
|
+
channels: [{
|
|
79
|
+
chain1: {
|
|
80
|
+
channelId: 'channel-278',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
chain2: {
|
|
84
|
+
channelId: 'channel-1879',
|
|
85
|
+
portId: '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
|
chain1: {
|
|
@@ -582,6 +613,37 @@ const info = [
|
|
|
582
613
|
status: 'ACTIVE'
|
|
583
614
|
}
|
|
584
615
|
}]
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
$schema: '../ibc_data.schema.json',
|
|
619
|
+
chain1: {
|
|
620
|
+
chainName: 'celestia',
|
|
621
|
+
chainId: 'celestia',
|
|
622
|
+
clientId: '07-tendermint-165',
|
|
623
|
+
connectionId: 'connection-105'
|
|
624
|
+
},
|
|
625
|
+
chain2: {
|
|
626
|
+
chainName: 'xrplevm',
|
|
627
|
+
chainId: 'xrplevm_1440000-1',
|
|
628
|
+
clientId: '07-tendermint-13',
|
|
629
|
+
connectionId: 'connection-6'
|
|
630
|
+
},
|
|
631
|
+
channels: [{
|
|
632
|
+
chain1: {
|
|
633
|
+
channelId: 'channel-280',
|
|
634
|
+
portId: 'transfer'
|
|
635
|
+
},
|
|
636
|
+
chain2: {
|
|
637
|
+
channelId: 'channel-6',
|
|
638
|
+
portId: '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
|
+
chain1: {
|
|
492
|
+
chainName: 'celestia',
|
|
493
|
+
chainId: 'celestia',
|
|
494
|
+
clientId: '07-tendermint-151',
|
|
495
|
+
connectionId: 'connection-103'
|
|
496
|
+
},
|
|
497
|
+
chain2: {
|
|
498
|
+
chainName: 'cosmoshub',
|
|
499
|
+
chainId: 'cosmoshub-4',
|
|
500
|
+
clientId: '07-tendermint-1480',
|
|
501
|
+
connectionId: 'connection-1272'
|
|
502
|
+
},
|
|
503
|
+
channels: [{
|
|
504
|
+
chain1: {
|
|
505
|
+
channelId: 'channel-278',
|
|
506
|
+
portId: 'transfer'
|
|
507
|
+
},
|
|
508
|
+
chain2: {
|
|
509
|
+
channelId: 'channel-1879',
|
|
510
|
+
portId: '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
|
chain1: {
|
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'celestia',
|
|
6
|
+
chainId: 'celestia',
|
|
7
|
+
clientId: '07-tendermint-165',
|
|
8
|
+
connectionId: 'connection-105'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'xrplevm',
|
|
12
|
+
chainId: 'xrplevm_1440000-1',
|
|
13
|
+
clientId: '07-tendermint-13',
|
|
14
|
+
connectionId: 'connection-6'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-280',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-6',
|
|
23
|
+
portId: '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
|
chain1: {
|
|
@@ -63,6 +63,37 @@ const info = [
|
|
|
63
63
|
}
|
|
64
64
|
}]
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
$schema: '../ibc_data.schema.json',
|
|
68
|
+
chain1: {
|
|
69
|
+
chainName: 'celestia',
|
|
70
|
+
chainId: 'celestia',
|
|
71
|
+
clientId: '07-tendermint-151',
|
|
72
|
+
connectionId: 'connection-103'
|
|
73
|
+
},
|
|
74
|
+
chain2: {
|
|
75
|
+
chainName: 'cosmoshub',
|
|
76
|
+
chainId: 'cosmoshub-4',
|
|
77
|
+
clientId: '07-tendermint-1480',
|
|
78
|
+
connectionId: 'connection-1272'
|
|
79
|
+
},
|
|
80
|
+
channels: [{
|
|
81
|
+
chain1: {
|
|
82
|
+
channelId: 'channel-278',
|
|
83
|
+
portId: 'transfer'
|
|
84
|
+
},
|
|
85
|
+
chain2: {
|
|
86
|
+
channelId: 'channel-1879',
|
|
87
|
+
portId: '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
|
chain1: {
|
|
@@ -584,6 +615,37 @@ const info = [
|
|
|
584
615
|
status: 'ACTIVE'
|
|
585
616
|
}
|
|
586
617
|
}]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
$schema: '../ibc_data.schema.json',
|
|
621
|
+
chain1: {
|
|
622
|
+
chainName: 'celestia',
|
|
623
|
+
chainId: 'celestia',
|
|
624
|
+
clientId: '07-tendermint-165',
|
|
625
|
+
connectionId: 'connection-105'
|
|
626
|
+
},
|
|
627
|
+
chain2: {
|
|
628
|
+
chainName: 'xrplevm',
|
|
629
|
+
chainId: 'xrplevm_1440000-1',
|
|
630
|
+
clientId: '07-tendermint-13',
|
|
631
|
+
connectionId: 'connection-6'
|
|
632
|
+
},
|
|
633
|
+
channels: [{
|
|
634
|
+
chain1: {
|
|
635
|
+
channelId: 'channel-280',
|
|
636
|
+
portId: 'transfer'
|
|
637
|
+
},
|
|
638
|
+
chain2: {
|
|
639
|
+
channelId: 'channel-6',
|
|
640
|
+
portId: '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
|
+
chain1: {
|
|
494
|
+
chainName: 'celestia',
|
|
495
|
+
chainId: 'celestia',
|
|
496
|
+
clientId: '07-tendermint-151',
|
|
497
|
+
connectionId: 'connection-103'
|
|
498
|
+
},
|
|
499
|
+
chain2: {
|
|
500
|
+
chainName: 'cosmoshub',
|
|
501
|
+
chainId: 'cosmoshub-4',
|
|
502
|
+
clientId: '07-tendermint-1480',
|
|
503
|
+
connectionId: 'connection-1272'
|
|
504
|
+
},
|
|
505
|
+
channels: [{
|
|
506
|
+
chain1: {
|
|
507
|
+
channelId: 'channel-278',
|
|
508
|
+
portId: 'transfer'
|
|
509
|
+
},
|
|
510
|
+
chain2: {
|
|
511
|
+
channelId: 'channel-1879',
|
|
512
|
+
portId: '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
|
chain1: {
|
|
@@ -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
|
+
chain1: {
|
|
7
|
+
chainName: 'celestia',
|
|
8
|
+
chainId: 'celestia',
|
|
9
|
+
clientId: '07-tendermint-165',
|
|
10
|
+
connectionId: 'connection-105'
|
|
11
|
+
},
|
|
12
|
+
chain2: {
|
|
13
|
+
chainName: 'xrplevm',
|
|
14
|
+
chainId: 'xrplevm_1440000-1',
|
|
15
|
+
clientId: '07-tendermint-13',
|
|
16
|
+
connectionId: 'connection-6'
|
|
17
|
+
},
|
|
18
|
+
channels: [{
|
|
19
|
+
chain1: {
|
|
20
|
+
channelId: 'channel-280',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
chain2: {
|
|
24
|
+
channelId: 'channel-6',
|
|
25
|
+
portId: '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
|
chain1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.212",
|
|
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.
|
|
32
|
+
"@chain-registry/types": "^2.0.212"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "7f305d45e7c333eacd42cbd94de36464465461ec"
|
|
43
43
|
}
|