chain-registry 1.69.136 → 1.69.137
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/axelar/ibc.js +29 -0
- package/esm/mainnet/nomic/chain.js +0 -5
- package/esm/mainnet/sidechain/ibc.js +29 -0
- package/esm/testnet/mantrachaintestnet2/ibc.js +1 -1
- package/esm/testnet/osmosistestnet/ibc.js +1 -1
- package/esm/testnet/zenrocktestnet/chain.js +1 -1
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/nomic/chain.js +0 -5
- package/mainnet/sidechain/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/mantrachaintestnet2/ibc.js +1 -1
- package/testnet/osmosistestnet/ibc.js +1 -1
- package/testnet/zenrocktestnet/chain.js +1 -1
|
@@ -1182,6 +1182,35 @@ const info = [
|
|
|
1182
1182
|
}
|
|
1183
1183
|
}]
|
|
1184
1184
|
},
|
|
1185
|
+
{
|
|
1186
|
+
$schema: '../ibc_data.schema.json',
|
|
1187
|
+
chain_1: {
|
|
1188
|
+
chain_name: 'axelar',
|
|
1189
|
+
client_id: '07-tendermint-241',
|
|
1190
|
+
connection_id: 'connection-231'
|
|
1191
|
+
},
|
|
1192
|
+
chain_2: {
|
|
1193
|
+
chain_name: 'sidechain',
|
|
1194
|
+
client_id: '07-tendermint-18',
|
|
1195
|
+
connection_id: 'connection-6'
|
|
1196
|
+
},
|
|
1197
|
+
channels: [{
|
|
1198
|
+
chain_1: {
|
|
1199
|
+
channel_id: 'channel-173',
|
|
1200
|
+
port_id: 'transfer'
|
|
1201
|
+
},
|
|
1202
|
+
chain_2: {
|
|
1203
|
+
channel_id: 'channel-5',
|
|
1204
|
+
port_id: 'transfer'
|
|
1205
|
+
},
|
|
1206
|
+
ordering: 'unordered',
|
|
1207
|
+
version: 'ics20-1',
|
|
1208
|
+
tags: {
|
|
1209
|
+
status: 'live',
|
|
1210
|
+
preferred: true
|
|
1211
|
+
}
|
|
1212
|
+
}]
|
|
1213
|
+
},
|
|
1185
1214
|
{
|
|
1186
1215
|
$schema: '../ibc_data.schema.json',
|
|
1187
1216
|
chain_1: {
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'axelar',
|
|
6
|
+
client_id: '07-tendermint-241',
|
|
7
|
+
connection_id: 'connection-231'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'sidechain',
|
|
11
|
+
client_id: '07-tendermint-18',
|
|
12
|
+
connection_id: 'connection-6'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-173',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-5',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
$schema: '../ibc_data.schema.json',
|
|
4
33
|
chain_1: {
|
package/mainnet/axelar/ibc.js
CHANGED
|
@@ -1184,6 +1184,35 @@ const info = [
|
|
|
1184
1184
|
}
|
|
1185
1185
|
}]
|
|
1186
1186
|
},
|
|
1187
|
+
{
|
|
1188
|
+
$schema: '../ibc_data.schema.json',
|
|
1189
|
+
chain_1: {
|
|
1190
|
+
chain_name: 'axelar',
|
|
1191
|
+
client_id: '07-tendermint-241',
|
|
1192
|
+
connection_id: 'connection-231'
|
|
1193
|
+
},
|
|
1194
|
+
chain_2: {
|
|
1195
|
+
chain_name: 'sidechain',
|
|
1196
|
+
client_id: '07-tendermint-18',
|
|
1197
|
+
connection_id: 'connection-6'
|
|
1198
|
+
},
|
|
1199
|
+
channels: [{
|
|
1200
|
+
chain_1: {
|
|
1201
|
+
channel_id: 'channel-173',
|
|
1202
|
+
port_id: 'transfer'
|
|
1203
|
+
},
|
|
1204
|
+
chain_2: {
|
|
1205
|
+
channel_id: 'channel-5',
|
|
1206
|
+
port_id: 'transfer'
|
|
1207
|
+
},
|
|
1208
|
+
ordering: 'unordered',
|
|
1209
|
+
version: 'ics20-1',
|
|
1210
|
+
tags: {
|
|
1211
|
+
status: 'live',
|
|
1212
|
+
preferred: true
|
|
1213
|
+
}
|
|
1214
|
+
}]
|
|
1215
|
+
},
|
|
1187
1216
|
{
|
|
1188
1217
|
$schema: '../ibc_data.schema.json',
|
|
1189
1218
|
chain_1: {
|
package/mainnet/nomic/chain.js
CHANGED
package/mainnet/sidechain/ibc.js
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
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: 'axelar',
|
|
8
|
+
client_id: '07-tendermint-241',
|
|
9
|
+
connection_id: 'connection-231'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'sidechain',
|
|
13
|
+
client_id: '07-tendermint-18',
|
|
14
|
+
connection_id: 'connection-6'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-173',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-5',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
$schema: '../ibc_data.schema.json',
|
|
6
35
|
chain_1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.137",
|
|
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.
|
|
32
|
+
"@chain-registry/utils": "^1.51.83",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.83"
|
|
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": "f9d9e5f467e17b2de115b6761b758021a47c0323"
|
|
47
47
|
}
|