chain-registry 1.69.41 → 1.69.43
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/passage/ibc.js +28 -0
- package/esm/noncosmos/picasso/ibc.js +35 -3
- package/mainnet/passage/ibc.js +28 -0
- package/noncosmos/picasso/ibc.js +35 -3
- package/package.json +4 -4
|
@@ -27,5 +27,33 @@ const info = [{
|
|
|
27
27
|
dex: 'osmosis'
|
|
28
28
|
}
|
|
29
29
|
}]
|
|
30
|
+
}, {
|
|
31
|
+
$schema: '../ibc_data.schema.json',
|
|
32
|
+
chain_1: {
|
|
33
|
+
chain_name: 'passage',
|
|
34
|
+
client_id: '07-tendermint-8',
|
|
35
|
+
connection_id: 'connection-8'
|
|
36
|
+
},
|
|
37
|
+
chain_2: {
|
|
38
|
+
chain_name: 'picasso',
|
|
39
|
+
client_id: '07-tendermint-225',
|
|
40
|
+
connection_id: 'connection-118'
|
|
41
|
+
},
|
|
42
|
+
channels: [{
|
|
43
|
+
chain_1: {
|
|
44
|
+
channel_id: 'channel-7',
|
|
45
|
+
port_id: 'transfer'
|
|
46
|
+
},
|
|
47
|
+
chain_2: {
|
|
48
|
+
channel_id: 'channel-80',
|
|
49
|
+
port_id: 'transfer'
|
|
50
|
+
},
|
|
51
|
+
ordering: 'unordered',
|
|
52
|
+
version: 'ics20-1',
|
|
53
|
+
tags: {
|
|
54
|
+
status: 'live',
|
|
55
|
+
preferred: true
|
|
56
|
+
}
|
|
57
|
+
}]
|
|
30
58
|
}];
|
|
31
59
|
export default info;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
2
3
|
$schema: '../ibc_data.schema.json',
|
|
3
4
|
chain_1: {
|
|
4
5
|
chain_name: 'composable',
|
|
@@ -26,7 +27,8 @@ const info = [{
|
|
|
26
27
|
preferred: true
|
|
27
28
|
}
|
|
28
29
|
}]
|
|
29
|
-
},
|
|
30
|
+
},
|
|
31
|
+
{
|
|
30
32
|
$schema: '../ibc_data.schema.json',
|
|
31
33
|
chain_1: {
|
|
32
34
|
chain_name: 'composablepolkadot',
|
|
@@ -54,5 +56,35 @@ const info = [{
|
|
|
54
56
|
preferred: true
|
|
55
57
|
}
|
|
56
58
|
}]
|
|
57
|
-
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../ibc_data.schema.json',
|
|
62
|
+
chain_1: {
|
|
63
|
+
chain_name: 'passage',
|
|
64
|
+
client_id: '07-tendermint-8',
|
|
65
|
+
connection_id: 'connection-8'
|
|
66
|
+
},
|
|
67
|
+
chain_2: {
|
|
68
|
+
chain_name: 'picasso',
|
|
69
|
+
client_id: '07-tendermint-225',
|
|
70
|
+
connection_id: 'connection-118'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain_1: {
|
|
74
|
+
channel_id: 'channel-7',
|
|
75
|
+
port_id: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain_2: {
|
|
78
|
+
channel_id: 'channel-80',
|
|
79
|
+
port_id: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {
|
|
84
|
+
status: 'live',
|
|
85
|
+
preferred: true
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
}
|
|
89
|
+
];
|
|
58
90
|
export default info;
|
package/mainnet/passage/ibc.js
CHANGED
|
@@ -29,5 +29,33 @@ const info = [{
|
|
|
29
29
|
dex: 'osmosis'
|
|
30
30
|
}
|
|
31
31
|
}]
|
|
32
|
+
}, {
|
|
33
|
+
$schema: '../ibc_data.schema.json',
|
|
34
|
+
chain_1: {
|
|
35
|
+
chain_name: 'passage',
|
|
36
|
+
client_id: '07-tendermint-8',
|
|
37
|
+
connection_id: 'connection-8'
|
|
38
|
+
},
|
|
39
|
+
chain_2: {
|
|
40
|
+
chain_name: 'picasso',
|
|
41
|
+
client_id: '07-tendermint-225',
|
|
42
|
+
connection_id: 'connection-118'
|
|
43
|
+
},
|
|
44
|
+
channels: [{
|
|
45
|
+
chain_1: {
|
|
46
|
+
channel_id: 'channel-7',
|
|
47
|
+
port_id: 'transfer'
|
|
48
|
+
},
|
|
49
|
+
chain_2: {
|
|
50
|
+
channel_id: 'channel-80',
|
|
51
|
+
port_id: 'transfer'
|
|
52
|
+
},
|
|
53
|
+
ordering: 'unordered',
|
|
54
|
+
version: 'ics20-1',
|
|
55
|
+
tags: {
|
|
56
|
+
status: 'live',
|
|
57
|
+
preferred: true
|
|
58
|
+
}
|
|
59
|
+
}]
|
|
32
60
|
}];
|
|
33
61
|
exports.default = info;
|
package/noncosmos/picasso/ibc.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
4
5
|
$schema: '../ibc_data.schema.json',
|
|
5
6
|
chain_1: {
|
|
6
7
|
chain_name: 'composable',
|
|
@@ -28,7 +29,8 @@ const info = [{
|
|
|
28
29
|
preferred: true
|
|
29
30
|
}
|
|
30
31
|
}]
|
|
31
|
-
},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
32
34
|
$schema: '../ibc_data.schema.json',
|
|
33
35
|
chain_1: {
|
|
34
36
|
chain_name: 'composablepolkadot',
|
|
@@ -56,5 +58,35 @@ const info = [{
|
|
|
56
58
|
preferred: true
|
|
57
59
|
}
|
|
58
60
|
}]
|
|
59
|
-
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain_1: {
|
|
65
|
+
chain_name: 'passage',
|
|
66
|
+
client_id: '07-tendermint-8',
|
|
67
|
+
connection_id: 'connection-8'
|
|
68
|
+
},
|
|
69
|
+
chain_2: {
|
|
70
|
+
chain_name: 'picasso',
|
|
71
|
+
client_id: '07-tendermint-225',
|
|
72
|
+
connection_id: 'connection-118'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain_1: {
|
|
76
|
+
channel_id: 'channel-7',
|
|
77
|
+
port_id: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain_2: {
|
|
80
|
+
channel_id: 'channel-80',
|
|
81
|
+
port_id: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
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.69.
|
|
3
|
+
"version": "1.69.43",
|
|
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.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.20",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.20"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "dc8232a7b5ce4cb311f85e65f506a35739083549"
|
|
47
47
|
}
|