chain-registry 2.0.213 → 2.0.214

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.
@@ -215,6 +215,37 @@ const info = [
215
215
  }
216
216
  }]
217
217
  },
218
+ {
219
+ $schema: '../ibc_data.schema.json',
220
+ chain1: {
221
+ chainName: 'agoric',
222
+ chainId: 'agoric-3',
223
+ clientId: '07-tendermint-126',
224
+ connectionId: 'connection-118'
225
+ },
226
+ chain2: {
227
+ chainName: 'injective',
228
+ chainId: 'injective-1',
229
+ clientId: '07-tendermint-328',
230
+ connectionId: 'connection-333'
231
+ },
232
+ channels: [{
233
+ chain1: {
234
+ channelId: 'channel-492',
235
+ portId: 'transfer'
236
+ },
237
+ chain2: {
238
+ channelId: 'channel-454',
239
+ portId: 'transfer'
240
+ },
241
+ ordering: 'unordered',
242
+ version: 'ics20-1',
243
+ tags: {
244
+ status: 'ACTIVE',
245
+ preferred: true
246
+ }
247
+ }]
248
+ },
218
249
  {
219
250
  $schema: '../ibc_data.schema.json',
220
251
  chain1: {
@@ -221,7 +221,6 @@ const info = {
221
221
  name: 'Wrapped Bitcoin',
222
222
  display: 'wbtc',
223
223
  symbol: 'WBTC',
224
- coingeckoId: 'axlwbtc',
225
224
  traces: [{
226
225
  type: 'bridge',
227
226
  counterparty: {
@@ -110,8 +110,7 @@ const info = {
110
110
  logoURIs: {
111
111
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
112
112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
113
- },
114
- coingeckoId: 'axlwbtc'
113
+ }
115
114
  },
116
115
  {
117
116
  denomUnits: [{
@@ -170,6 +170,7 @@ import * as _terra2 from './terra2';
170
170
  import * as _tgrade from './tgrade';
171
171
  import * as _thejaynetwork from './thejaynetwork';
172
172
  import * as _titan from './titan';
173
+ import * as _turkchain from './turkchain';
173
174
  import * as _umee from './umee';
174
175
  import * as _unification from './unification';
175
176
  import * as _uptick from './uptick';
@@ -352,6 +353,7 @@ const ibcData = [
352
353
  ..._tgrade.ibcData,
353
354
  ..._thejaynetwork.ibcData,
354
355
  ..._titan.ibcData,
356
+ ..._turkchain.ibcData,
355
357
  ..._umee.ibcData,
356
358
  ..._unification.ibcData,
357
359
  ..._uptick.ibcData,
@@ -1,4 +1,35 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain1: {
5
+ chainName: 'initia',
6
+ chainId: 'interwoven-1',
7
+ clientId: '07-tendermint-64',
8
+ connectionId: 'connection-55'
9
+ },
10
+ chain2: {
11
+ chainName: 'injective',
12
+ chainId: 'injective-1',
13
+ clientId: '07-tendermint-329',
14
+ connectionId: 'connection-334'
15
+ },
16
+ channels: [{
17
+ chain1: {
18
+ channelId: 'channel-112',
19
+ portId: 'transfer'
20
+ },
21
+ chain2: {
22
+ channelId: 'channel-455',
23
+ portId: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'ACTIVE',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
2
33
  {
3
34
  $schema: '../ibc_data.schema.json',
4
35
  chain1: {
@@ -1,4 +1,35 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain1: {
5
+ chainName: 'agoric',
6
+ chainId: 'agoric-3',
7
+ clientId: '07-tendermint-126',
8
+ connectionId: 'connection-118'
9
+ },
10
+ chain2: {
11
+ chainName: 'injective',
12
+ chainId: 'injective-1',
13
+ clientId: '07-tendermint-328',
14
+ connectionId: 'connection-333'
15
+ },
16
+ channels: [{
17
+ chain1: {
18
+ channelId: 'channel-492',
19
+ portId: 'transfer'
20
+ },
21
+ chain2: {
22
+ channelId: 'channel-454',
23
+ portId: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'ACTIVE',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
2
33
  {
3
34
  $schema: '../ibc_data.schema.json',
4
35
  chain1: {
@@ -278,6 +309,37 @@ const info = [
278
309
  }
279
310
  }]
280
311
  },
312
+ {
313
+ $schema: '../ibc_data.schema.json',
314
+ chain1: {
315
+ chainName: 'initia',
316
+ chainId: 'interwoven-1',
317
+ clientId: '07-tendermint-64',
318
+ connectionId: 'connection-55'
319
+ },
320
+ chain2: {
321
+ chainName: 'injective',
322
+ chainId: 'injective-1',
323
+ clientId: '07-tendermint-329',
324
+ connectionId: 'connection-334'
325
+ },
326
+ channels: [{
327
+ chain1: {
328
+ channelId: 'channel-112',
329
+ portId: 'transfer'
330
+ },
331
+ chain2: {
332
+ channelId: 'channel-455',
333
+ portId: 'transfer'
334
+ },
335
+ ordering: 'unordered',
336
+ version: 'ics20-1',
337
+ tags: {
338
+ status: 'ACTIVE',
339
+ preferred: true
340
+ }
341
+ }]
342
+ },
281
343
  {
282
344
  $schema: '../ibc_data.schema.json',
283
345
  chain1: {
@@ -1117,6 +1179,37 @@ const info = [
1117
1179
  status: 'ACTIVE'
1118
1180
  }
1119
1181
  }]
1182
+ },
1183
+ {
1184
+ $schema: '../ibc_data.schema.json',
1185
+ chain1: {
1186
+ chainName: 'injective',
1187
+ chainId: 'injective-1',
1188
+ clientId: '07-tendermint-330',
1189
+ connectionId: 'connection-335'
1190
+ },
1191
+ chain2: {
1192
+ chainName: 'zigchain',
1193
+ chainId: 'zigchain-1',
1194
+ clientId: '07-tendermint-5',
1195
+ connectionId: 'connection-5'
1196
+ },
1197
+ channels: [{
1198
+ chain1: {
1199
+ channelId: 'channel-456',
1200
+ portId: 'transfer'
1201
+ },
1202
+ chain2: {
1203
+ channelId: 'channel-12',
1204
+ portId: 'transfer'
1205
+ },
1206
+ ordering: 'unordered',
1207
+ version: 'ics20-1',
1208
+ tags: {
1209
+ status: 'ACTIVE',
1210
+ preferred: true
1211
+ }
1212
+ }]
1120
1213
  }
1121
1214
  ];
1122
1215
  export default info;
@@ -25,7 +25,6 @@ const info = {
25
25
  website: 'https://namada.net/',
26
26
  x: 'https://x.com/namada'
27
27
  },
28
- coingeckoId: 'namada',
29
28
  images: [{
30
29
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
31
30
  }]
@@ -1227,8 +1227,7 @@ const info = {
1227
1227
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1228
1228
  }, {
1229
1229
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1230
- }],
1231
- coingeckoId: 'axlwbtc'
1230
+ }]
1232
1231
  },
1233
1232
  {
1234
1233
  description: 'IBC Axelar weth-wei through axelar-dojo-1 transfer/channel-2',
@@ -394,8 +394,7 @@ const info = {
394
394
  logoURIs: {
395
395
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
396
396
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
397
- },
398
- coingeckoId: 'axlwbtc'
397
+ }
399
398
  },
400
399
  {
401
400
  description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -206,8 +206,7 @@ const info = {
206
206
  },
207
207
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
208
208
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
209
- }],
210
- coingeckoId: 'axlwbtc'
209
+ }]
211
210
  },
212
211
  {
213
212
  description: 'Tether\'s USD stablecoin on Axelar',
@@ -5531,6 +5531,37 @@ const info = [
5531
5531
  }
5532
5532
  }]
5533
5533
  },
5534
+ {
5535
+ $schema: '../ibc_data.schema.json',
5536
+ chain1: {
5537
+ chainName: 'osmosis',
5538
+ chainId: 'osmosis-1',
5539
+ clientId: '07-tendermint-3712',
5540
+ connectionId: 'connection-11065'
5541
+ },
5542
+ chain2: {
5543
+ chainName: 'turkchain',
5544
+ chainId: '1919',
5545
+ clientId: '07-tendermint-0',
5546
+ connectionId: 'connection-2'
5547
+ },
5548
+ channels: [{
5549
+ chain1: {
5550
+ channelId: 'channel-110319',
5551
+ portId: 'transfer'
5552
+ },
5553
+ chain2: {
5554
+ channelId: 'channel-1',
5555
+ portId: 'transfer'
5556
+ },
5557
+ ordering: 'unordered',
5558
+ version: 'ics20-1',
5559
+ tags: {
5560
+ preferred: true,
5561
+ status: 'ACTIVE'
5562
+ }
5563
+ }]
5564
+ },
5534
5565
  {
5535
5566
  $schema: '../ibc_data.schema.json',
5536
5567
  chain1: {
@@ -42,6 +42,10 @@ const info = {
42
42
  address: 'https://api.turkscan.com',
43
43
  provider: 'turkchain'
44
44
  }],
45
+ grpc: [{
46
+ address: 'grpc.turkscan.com:443',
47
+ provider: 'turkchain'
48
+ }],
45
49
  evmHttpJsonrpc: [{
46
50
  address: 'https://rpc.turkscan.com',
47
51
  provider: 'turkchain'
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'osmosis',
5
+ chainId: 'osmosis-1',
6
+ clientId: '07-tendermint-3712',
7
+ connectionId: 'connection-11065'
8
+ },
9
+ chain2: {
10
+ chainName: 'turkchain',
11
+ chainId: '1919',
12
+ clientId: '07-tendermint-0',
13
+ connectionId: 'connection-2'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-110319',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-1',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }];
32
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
+ import _ibcData from './ibc-data';
3
4
  export const assetList = _assetList;
4
5
  export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -61,6 +61,37 @@ const info = [
61
61
  }
62
62
  }]
63
63
  },
64
+ {
65
+ $schema: '../ibc_data.schema.json',
66
+ chain1: {
67
+ chainName: 'injective',
68
+ chainId: 'injective-1',
69
+ clientId: '07-tendermint-330',
70
+ connectionId: 'connection-335'
71
+ },
72
+ chain2: {
73
+ chainName: 'zigchain',
74
+ chainId: 'zigchain-1',
75
+ clientId: '07-tendermint-5',
76
+ connectionId: 'connection-5'
77
+ },
78
+ channels: [{
79
+ chain1: {
80
+ channelId: 'channel-456',
81
+ portId: 'transfer'
82
+ },
83
+ chain2: {
84
+ channelId: 'channel-12',
85
+ portId: 'transfer'
86
+ },
87
+ ordering: 'unordered',
88
+ version: 'ics20-1',
89
+ tags: {
90
+ status: 'ACTIVE',
91
+ preferred: true
92
+ }
93
+ }]
94
+ },
64
95
  {
65
96
  $schema: '../ibc_data.schema.json',
66
97
  chain1: {
@@ -217,6 +217,37 @@ const info = [
217
217
  }
218
218
  }]
219
219
  },
220
+ {
221
+ $schema: '../ibc_data.schema.json',
222
+ chain1: {
223
+ chainName: 'agoric',
224
+ chainId: 'agoric-3',
225
+ clientId: '07-tendermint-126',
226
+ connectionId: 'connection-118'
227
+ },
228
+ chain2: {
229
+ chainName: 'injective',
230
+ chainId: 'injective-1',
231
+ clientId: '07-tendermint-328',
232
+ connectionId: 'connection-333'
233
+ },
234
+ channels: [{
235
+ chain1: {
236
+ channelId: 'channel-492',
237
+ portId: 'transfer'
238
+ },
239
+ chain2: {
240
+ channelId: 'channel-454',
241
+ portId: 'transfer'
242
+ },
243
+ ordering: 'unordered',
244
+ version: 'ics20-1',
245
+ tags: {
246
+ status: 'ACTIVE',
247
+ preferred: true
248
+ }
249
+ }]
250
+ },
220
251
  {
221
252
  $schema: '../ibc_data.schema.json',
222
253
  chain1: {
@@ -223,7 +223,6 @@ const info = {
223
223
  name: 'Wrapped Bitcoin',
224
224
  display: 'wbtc',
225
225
  symbol: 'WBTC',
226
- coingeckoId: 'axlwbtc',
227
226
  traces: [{
228
227
  type: 'bridge',
229
228
  counterparty: {
@@ -112,8 +112,7 @@ const info = {
112
112
  logoURIs: {
113
113
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
114
114
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
115
- },
116
- coingeckoId: 'axlwbtc'
115
+ }
117
116
  },
118
117
  {
119
118
  denomUnits: [{
@@ -195,6 +195,7 @@ const _terra2 = __importStar(require("./terra2"));
195
195
  const _tgrade = __importStar(require("./tgrade"));
196
196
  const _thejaynetwork = __importStar(require("./thejaynetwork"));
197
197
  const _titan = __importStar(require("./titan"));
198
+ const _turkchain = __importStar(require("./turkchain"));
198
199
  const _umee = __importStar(require("./umee"));
199
200
  const _unification = __importStar(require("./unification"));
200
201
  const _uptick = __importStar(require("./uptick"));
@@ -377,6 +378,7 @@ const ibcData = [
377
378
  ..._tgrade.ibcData,
378
379
  ..._thejaynetwork.ibcData,
379
380
  ..._titan.ibcData,
381
+ ..._turkchain.ibcData,
380
382
  ..._umee.ibcData,
381
383
  ..._unification.ibcData,
382
384
  ..._uptick.ibcData,
@@ -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: 'initia',
8
+ chainId: 'interwoven-1',
9
+ clientId: '07-tendermint-64',
10
+ connectionId: 'connection-55'
11
+ },
12
+ chain2: {
13
+ chainName: 'injective',
14
+ chainId: 'injective-1',
15
+ clientId: '07-tendermint-329',
16
+ connectionId: 'connection-334'
17
+ },
18
+ channels: [{
19
+ chain1: {
20
+ channelId: 'channel-112',
21
+ portId: 'transfer'
22
+ },
23
+ chain2: {
24
+ channelId: 'channel-455',
25
+ portId: 'transfer'
26
+ },
27
+ ordering: 'unordered',
28
+ version: 'ics20-1',
29
+ tags: {
30
+ status: 'ACTIVE',
31
+ preferred: true
32
+ }
33
+ }]
34
+ },
4
35
  {
5
36
  $schema: '../ibc_data.schema.json',
6
37
  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: 'agoric',
8
+ chainId: 'agoric-3',
9
+ clientId: '07-tendermint-126',
10
+ connectionId: 'connection-118'
11
+ },
12
+ chain2: {
13
+ chainName: 'injective',
14
+ chainId: 'injective-1',
15
+ clientId: '07-tendermint-328',
16
+ connectionId: 'connection-333'
17
+ },
18
+ channels: [{
19
+ chain1: {
20
+ channelId: 'channel-492',
21
+ portId: 'transfer'
22
+ },
23
+ chain2: {
24
+ channelId: 'channel-454',
25
+ portId: 'transfer'
26
+ },
27
+ ordering: 'unordered',
28
+ version: 'ics20-1',
29
+ tags: {
30
+ status: 'ACTIVE',
31
+ preferred: true
32
+ }
33
+ }]
34
+ },
4
35
  {
5
36
  $schema: '../ibc_data.schema.json',
6
37
  chain1: {
@@ -280,6 +311,37 @@ const info = [
280
311
  }
281
312
  }]
282
313
  },
314
+ {
315
+ $schema: '../ibc_data.schema.json',
316
+ chain1: {
317
+ chainName: 'initia',
318
+ chainId: 'interwoven-1',
319
+ clientId: '07-tendermint-64',
320
+ connectionId: 'connection-55'
321
+ },
322
+ chain2: {
323
+ chainName: 'injective',
324
+ chainId: 'injective-1',
325
+ clientId: '07-tendermint-329',
326
+ connectionId: 'connection-334'
327
+ },
328
+ channels: [{
329
+ chain1: {
330
+ channelId: 'channel-112',
331
+ portId: 'transfer'
332
+ },
333
+ chain2: {
334
+ channelId: 'channel-455',
335
+ portId: 'transfer'
336
+ },
337
+ ordering: 'unordered',
338
+ version: 'ics20-1',
339
+ tags: {
340
+ status: 'ACTIVE',
341
+ preferred: true
342
+ }
343
+ }]
344
+ },
283
345
  {
284
346
  $schema: '../ibc_data.schema.json',
285
347
  chain1: {
@@ -1119,6 +1181,37 @@ const info = [
1119
1181
  status: 'ACTIVE'
1120
1182
  }
1121
1183
  }]
1184
+ },
1185
+ {
1186
+ $schema: '../ibc_data.schema.json',
1187
+ chain1: {
1188
+ chainName: 'injective',
1189
+ chainId: 'injective-1',
1190
+ clientId: '07-tendermint-330',
1191
+ connectionId: 'connection-335'
1192
+ },
1193
+ chain2: {
1194
+ chainName: 'zigchain',
1195
+ chainId: 'zigchain-1',
1196
+ clientId: '07-tendermint-5',
1197
+ connectionId: 'connection-5'
1198
+ },
1199
+ channels: [{
1200
+ chain1: {
1201
+ channelId: 'channel-456',
1202
+ portId: 'transfer'
1203
+ },
1204
+ chain2: {
1205
+ channelId: 'channel-12',
1206
+ portId: 'transfer'
1207
+ },
1208
+ ordering: 'unordered',
1209
+ version: 'ics20-1',
1210
+ tags: {
1211
+ status: 'ACTIVE',
1212
+ preferred: true
1213
+ }
1214
+ }]
1122
1215
  }
1123
1216
  ];
1124
1217
  exports.default = info;
@@ -27,7 +27,6 @@ const info = {
27
27
  website: 'https://namada.net/',
28
28
  x: 'https://x.com/namada'
29
29
  },
30
- coingeckoId: 'namada',
31
30
  images: [{
32
31
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
33
32
  }]
@@ -1229,8 +1229,7 @@ const info = {
1229
1229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1230
1230
  }, {
1231
1231
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1232
- }],
1233
- coingeckoId: 'axlwbtc'
1232
+ }]
1234
1233
  },
1235
1234
  {
1236
1235
  description: 'IBC Axelar weth-wei through axelar-dojo-1 transfer/channel-2',
@@ -396,8 +396,7 @@ const info = {
396
396
  logoURIs: {
397
397
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
398
398
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
399
- },
400
- coingeckoId: 'axlwbtc'
399
+ }
401
400
  },
402
401
  {
403
402
  description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -208,8 +208,7 @@ const info = {
208
208
  },
209
209
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
210
210
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
211
- }],
212
- coingeckoId: 'axlwbtc'
211
+ }]
213
212
  },
214
213
  {
215
214
  description: 'Tether\'s USD stablecoin on Axelar',
@@ -5533,6 +5533,37 @@ const info = [
5533
5533
  }
5534
5534
  }]
5535
5535
  },
5536
+ {
5537
+ $schema: '../ibc_data.schema.json',
5538
+ chain1: {
5539
+ chainName: 'osmosis',
5540
+ chainId: 'osmosis-1',
5541
+ clientId: '07-tendermint-3712',
5542
+ connectionId: 'connection-11065'
5543
+ },
5544
+ chain2: {
5545
+ chainName: 'turkchain',
5546
+ chainId: '1919',
5547
+ clientId: '07-tendermint-0',
5548
+ connectionId: 'connection-2'
5549
+ },
5550
+ channels: [{
5551
+ chain1: {
5552
+ channelId: 'channel-110319',
5553
+ portId: 'transfer'
5554
+ },
5555
+ chain2: {
5556
+ channelId: 'channel-1',
5557
+ portId: 'transfer'
5558
+ },
5559
+ ordering: 'unordered',
5560
+ version: 'ics20-1',
5561
+ tags: {
5562
+ preferred: true,
5563
+ status: 'ACTIVE'
5564
+ }
5565
+ }]
5566
+ },
5536
5567
  {
5537
5568
  $schema: '../ibc_data.schema.json',
5538
5569
  chain1: {
@@ -44,6 +44,10 @@ const info = {
44
44
  address: 'https://api.turkscan.com',
45
45
  provider: 'turkchain'
46
46
  }],
47
+ grpc: [{
48
+ address: 'grpc.turkscan.com:443',
49
+ provider: 'turkchain'
50
+ }],
47
51
  evmHttpJsonrpc: [{
48
52
  address: 'https://rpc.turkscan.com',
49
53
  provider: 'turkchain'
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'osmosis',
7
+ chainId: 'osmosis-1',
8
+ clientId: '07-tendermint-3712',
9
+ connectionId: 'connection-11065'
10
+ },
11
+ chain2: {
12
+ chainName: 'turkchain',
13
+ chainId: '1919',
14
+ clientId: '07-tendermint-0',
15
+ connectionId: 'connection-2'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-110319',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-1',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }];
34
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -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.assetList = void 0;
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
7
  const asset_list_1 = __importDefault(require("./asset-list"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
9
10
  exports.assetList = asset_list_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -63,6 +63,37 @@ const info = [
63
63
  }
64
64
  }]
65
65
  },
66
+ {
67
+ $schema: '../ibc_data.schema.json',
68
+ chain1: {
69
+ chainName: 'injective',
70
+ chainId: 'injective-1',
71
+ clientId: '07-tendermint-330',
72
+ connectionId: 'connection-335'
73
+ },
74
+ chain2: {
75
+ chainName: 'zigchain',
76
+ chainId: 'zigchain-1',
77
+ clientId: '07-tendermint-5',
78
+ connectionId: 'connection-5'
79
+ },
80
+ channels: [{
81
+ chain1: {
82
+ channelId: 'channel-456',
83
+ portId: 'transfer'
84
+ },
85
+ chain2: {
86
+ channelId: 'channel-12',
87
+ portId: 'transfer'
88
+ },
89
+ ordering: 'unordered',
90
+ version: 'ics20-1',
91
+ tags: {
92
+ status: 'ACTIVE',
93
+ preferred: true
94
+ }
95
+ }]
96
+ },
66
97
  {
67
98
  $schema: '../ibc_data.schema.json',
68
99
  chain1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.213",
3
+ "version": "2.0.214",
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.213"
32
+ "@chain-registry/types": "^2.0.214"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "9a05c026174a424c849f0f8cf9e2c7698e8cca3c"
42
+ "gitHead": "e227a8dad43558b6e2b8112fb2a823b8d3d5aabe"
43
43
  }