chain-registry 1.69.453 → 1.69.454

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.
@@ -637,6 +637,37 @@ const info = [
637
637
  version: 'ics20-1'
638
638
  }]
639
639
  },
640
+ {
641
+ $schema: '../ibc_data.schema.json',
642
+ chain_1: {
643
+ chain_name: 'cosmoshub',
644
+ chain_id: 'cosmoshub-4',
645
+ client_id: '07-tendermint-1457',
646
+ connection_id: 'connection-1199'
647
+ },
648
+ chain_2: {
649
+ chain_name: 'divine',
650
+ chain_id: 'divine-1',
651
+ client_id: '07-tendermint-6',
652
+ connection_id: 'connection-6'
653
+ },
654
+ channels: [{
655
+ chain_1: {
656
+ channel_id: 'channel-1672',
657
+ port_id: 'transfer'
658
+ },
659
+ chain_2: {
660
+ channel_id: 'channel-1',
661
+ port_id: 'transfer'
662
+ },
663
+ ordering: 'unordered',
664
+ version: 'ics20-1',
665
+ tags: {
666
+ preferred: true,
667
+ status: 'ACTIVE'
668
+ }
669
+ }]
670
+ },
640
671
  {
641
672
  $schema: '../ibc_data.schema.json',
642
673
  chain_1: {
@@ -0,0 +1,62 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'cosmoshub',
5
+ chain_id: 'cosmoshub-4',
6
+ client_id: '07-tendermint-1457',
7
+ connection_id: 'connection-1199'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'divine',
11
+ chain_id: 'divine-1',
12
+ client_id: '07-tendermint-6',
13
+ connection_id: 'connection-6'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-1672',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-1',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }, {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'divine',
35
+ chain_id: 'divine-1',
36
+ client_id: '07-tendermint-2',
37
+ connection_id: 'connection-2'
38
+ },
39
+ chain_2: {
40
+ chain_name: 'osmosis',
41
+ chain_id: 'osmosis-1',
42
+ client_id: '07-tendermint-3647',
43
+ connection_id: 'connection-10994'
44
+ },
45
+ channels: [{
46
+ chain_1: {
47
+ channel_id: 'channel-0',
48
+ port_id: 'transfer'
49
+ },
50
+ chain_2: {
51
+ channel_id: 'channel-108620',
52
+ port_id: 'transfer'
53
+ },
54
+ ordering: 'unordered',
55
+ version: 'ics20-1',
56
+ tags: {
57
+ preferred: true,
58
+ status: 'ACTIVE'
59
+ }
60
+ }]
61
+ }];
62
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -43,6 +43,7 @@ import * as _cryptoorgchain from './cryptoorgchain';
43
43
  import * as _decentr from './decentr';
44
44
  import * as _desmos from './desmos';
45
45
  import * as _dhealth from './dhealth';
46
+ import * as _divine from './divine';
46
47
  import * as _doravota from './doravota';
47
48
  import * as _dungeon from './dungeon';
48
49
  import * as _dydx from './dydx';
@@ -219,6 +220,7 @@ const ibc = [
219
220
  ..._decentr.ibc,
220
221
  ..._desmos.ibc,
221
222
  ..._dhealth.ibc,
223
+ ..._divine.ibc,
222
224
  ..._doravota.ibc,
223
225
  ..._dungeon.ibc,
224
226
  ..._dydx.ibc,
@@ -1361,6 +1361,37 @@ const info = [
1361
1361
  }
1362
1362
  }]
1363
1363
  },
1364
+ {
1365
+ $schema: '../ibc_data.schema.json',
1366
+ chain_1: {
1367
+ chain_name: 'divine',
1368
+ chain_id: 'divine-1',
1369
+ client_id: '07-tendermint-2',
1370
+ connection_id: 'connection-2'
1371
+ },
1372
+ chain_2: {
1373
+ chain_name: 'osmosis',
1374
+ chain_id: 'osmosis-1',
1375
+ client_id: '07-tendermint-3647',
1376
+ connection_id: 'connection-10994'
1377
+ },
1378
+ channels: [{
1379
+ chain_1: {
1380
+ channel_id: 'channel-0',
1381
+ port_id: 'transfer'
1382
+ },
1383
+ chain_2: {
1384
+ channel_id: 'channel-108620',
1385
+ port_id: 'transfer'
1386
+ },
1387
+ ordering: 'unordered',
1388
+ version: 'ics20-1',
1389
+ tags: {
1390
+ preferred: true,
1391
+ status: 'ACTIVE'
1392
+ }
1393
+ }]
1394
+ },
1364
1395
  {
1365
1396
  $schema: '../ibc_data.schema.json',
1366
1397
  chain_1: {
@@ -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: 'cosmosicsprovidertestnet',
68
+ chain_id: 'provider',
69
+ client_id: '07-tendermint-399',
70
+ connection_id: 'connection-286'
71
+ },
72
+ chain_2: {
73
+ chain_name: 'divinetestnet',
74
+ chain_id: 'divine-testnet-1',
75
+ client_id: '07-tendermint-4',
76
+ connection_id: 'connection-1'
77
+ },
78
+ channels: [{
79
+ chain_1: {
80
+ channel_id: 'channel-572',
81
+ port_id: 'transfer'
82
+ },
83
+ chain_2: {
84
+ channel_id: 'channel-1',
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: {
@@ -1,4 +1,34 @@
1
1
  const info = [{
2
+ $schema: '../../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'cosmosicsprovidertestnet',
5
+ chain_id: 'provider',
6
+ client_id: '07-tendermint-399',
7
+ connection_id: 'connection-286'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'divinetestnet',
11
+ chain_id: 'divine-testnet-1',
12
+ client_id: '07-tendermint-4',
13
+ connection_id: 'connection-1'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-572',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-1',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }, {
2
32
  $schema: '../../ibc_data.schema.json',
3
33
  chain_1: {
4
34
  chain_name: 'divinetestnet',
@@ -639,6 +639,37 @@ const info = [
639
639
  version: 'ics20-1'
640
640
  }]
641
641
  },
642
+ {
643
+ $schema: '../ibc_data.schema.json',
644
+ chain_1: {
645
+ chain_name: 'cosmoshub',
646
+ chain_id: 'cosmoshub-4',
647
+ client_id: '07-tendermint-1457',
648
+ connection_id: 'connection-1199'
649
+ },
650
+ chain_2: {
651
+ chain_name: 'divine',
652
+ chain_id: 'divine-1',
653
+ client_id: '07-tendermint-6',
654
+ connection_id: 'connection-6'
655
+ },
656
+ channels: [{
657
+ chain_1: {
658
+ channel_id: 'channel-1672',
659
+ port_id: 'transfer'
660
+ },
661
+ chain_2: {
662
+ channel_id: 'channel-1',
663
+ port_id: 'transfer'
664
+ },
665
+ ordering: 'unordered',
666
+ version: 'ics20-1',
667
+ tags: {
668
+ preferred: true,
669
+ status: 'ACTIVE'
670
+ }
671
+ }]
672
+ },
642
673
  {
643
674
  $schema: '../ibc_data.schema.json',
644
675
  chain_1: {
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'cosmoshub',
7
+ chain_id: 'cosmoshub-4',
8
+ client_id: '07-tendermint-1457',
9
+ connection_id: 'connection-1199'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'divine',
13
+ chain_id: 'divine-1',
14
+ client_id: '07-tendermint-6',
15
+ connection_id: 'connection-6'
16
+ },
17
+ channels: [{
18
+ chain_1: {
19
+ channel_id: 'channel-1672',
20
+ port_id: 'transfer'
21
+ },
22
+ chain_2: {
23
+ channel_id: 'channel-1',
24
+ port_id: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }, {
34
+ $schema: '../ibc_data.schema.json',
35
+ chain_1: {
36
+ chain_name: 'divine',
37
+ chain_id: 'divine-1',
38
+ client_id: '07-tendermint-2',
39
+ connection_id: 'connection-2'
40
+ },
41
+ chain_2: {
42
+ chain_name: 'osmosis',
43
+ chain_id: 'osmosis-1',
44
+ client_id: '07-tendermint-3647',
45
+ connection_id: 'connection-10994'
46
+ },
47
+ channels: [{
48
+ chain_1: {
49
+ channel_id: 'channel-0',
50
+ port_id: 'transfer'
51
+ },
52
+ chain_2: {
53
+ channel_id: 'channel-108620',
54
+ port_id: 'transfer'
55
+ },
56
+ ordering: 'unordered',
57
+ version: 'ics20-1',
58
+ tags: {
59
+ preferred: true,
60
+ status: 'ACTIVE'
61
+ }
62
+ }]
63
+ }];
64
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.chain = exports.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
package/mainnet/ibc.js CHANGED
@@ -68,6 +68,7 @@ const _cryptoorgchain = __importStar(require("./cryptoorgchain"));
68
68
  const _decentr = __importStar(require("./decentr"));
69
69
  const _desmos = __importStar(require("./desmos"));
70
70
  const _dhealth = __importStar(require("./dhealth"));
71
+ const _divine = __importStar(require("./divine"));
71
72
  const _doravota = __importStar(require("./doravota"));
72
73
  const _dungeon = __importStar(require("./dungeon"));
73
74
  const _dydx = __importStar(require("./dydx"));
@@ -244,6 +245,7 @@ const ibc = [
244
245
  ..._decentr.ibc,
245
246
  ..._desmos.ibc,
246
247
  ..._dhealth.ibc,
248
+ ..._divine.ibc,
247
249
  ..._doravota.ibc,
248
250
  ..._dungeon.ibc,
249
251
  ..._dydx.ibc,
@@ -1363,6 +1363,37 @@ const info = [
1363
1363
  }
1364
1364
  }]
1365
1365
  },
1366
+ {
1367
+ $schema: '../ibc_data.schema.json',
1368
+ chain_1: {
1369
+ chain_name: 'divine',
1370
+ chain_id: 'divine-1',
1371
+ client_id: '07-tendermint-2',
1372
+ connection_id: 'connection-2'
1373
+ },
1374
+ chain_2: {
1375
+ chain_name: 'osmosis',
1376
+ chain_id: 'osmosis-1',
1377
+ client_id: '07-tendermint-3647',
1378
+ connection_id: 'connection-10994'
1379
+ },
1380
+ channels: [{
1381
+ chain_1: {
1382
+ channel_id: 'channel-0',
1383
+ port_id: 'transfer'
1384
+ },
1385
+ chain_2: {
1386
+ channel_id: 'channel-108620',
1387
+ port_id: 'transfer'
1388
+ },
1389
+ ordering: 'unordered',
1390
+ version: 'ics20-1',
1391
+ tags: {
1392
+ preferred: true,
1393
+ status: 'ACTIVE'
1394
+ }
1395
+ }]
1396
+ },
1366
1397
  {
1367
1398
  $schema: '../ibc_data.schema.json',
1368
1399
  chain_1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.453",
3
+ "version": "1.69.454",
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.285"
32
+ "@chain-registry/types": "^0.50.286"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "38e9c46229e7a7644d5555d38d4aa70153a29b06"
42
+ "gitHead": "6752b48be45ba50718fe330e2cb9a81591b3c172"
43
43
  }
@@ -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: 'cosmosicsprovidertestnet',
70
+ chain_id: 'provider',
71
+ client_id: '07-tendermint-399',
72
+ connection_id: 'connection-286'
73
+ },
74
+ chain_2: {
75
+ chain_name: 'divinetestnet',
76
+ chain_id: 'divine-testnet-1',
77
+ client_id: '07-tendermint-4',
78
+ connection_id: 'connection-1'
79
+ },
80
+ channels: [{
81
+ chain_1: {
82
+ channel_id: 'channel-572',
83
+ port_id: 'transfer'
84
+ },
85
+ chain_2: {
86
+ channel_id: 'channel-1',
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: {
@@ -1,6 +1,36 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'cosmosicsprovidertestnet',
7
+ chain_id: 'provider',
8
+ client_id: '07-tendermint-399',
9
+ connection_id: 'connection-286'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'divinetestnet',
13
+ chain_id: 'divine-testnet-1',
14
+ client_id: '07-tendermint-4',
15
+ connection_id: 'connection-1'
16
+ },
17
+ channels: [{
18
+ chain_1: {
19
+ channel_id: 'channel-572',
20
+ port_id: 'transfer'
21
+ },
22
+ chain_2: {
23
+ channel_id: 'channel-1',
24
+ port_id: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }, {
4
34
  $schema: '../../ibc_data.schema.json',
5
35
  chain_1: {
6
36
  chain_name: 'divinetestnet',