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.
@@ -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: {
@@ -18,11 +18,6 @@ const info = {
18
18
  low_gas_price: 0,
19
19
  average_gas_price: 0,
20
20
  high_gas_price: 0
21
- }, {
22
- denom: 'usat',
23
- low_gas_price: 0,
24
- average_gas_price: 0,
25
- high_gas_price: 0
26
21
  }]
27
22
  },
28
23
  staking: {
@@ -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: {
@@ -61,7 +61,7 @@ const info = [
61
61
  $schema: '../../ibc_data.schema.json',
62
62
  chain_1: {
63
63
  chain_name: 'mantrachaintestnet2',
64
- client_id: '07-tendermint-10',
64
+ client_id: '07-tendermint-0',
65
65
  connection_id: 'connection-0'
66
66
  },
67
67
  chain_2: {
@@ -625,7 +625,7 @@ const info = [
625
625
  $schema: '../../ibc_data.schema.json',
626
626
  chain_1: {
627
627
  chain_name: 'mantrachaintestnet2',
628
- client_id: '07-tendermint-10',
628
+ client_id: '07-tendermint-0',
629
629
  connection_id: 'connection-0'
630
630
  },
631
631
  chain_2: {
@@ -6,7 +6,7 @@ const info = {
6
6
  network_type: 'testnet',
7
7
  chain_type: 'cosmos',
8
8
  pretty_name: 'Zenrock Gardia Testnet',
9
- chain_id: 'gardia-3',
9
+ chain_id: 'gardia-4',
10
10
  bech32_prefix: 'zen',
11
11
  daemon_name: 'zenrockd',
12
12
  node_home: '$HOME/.zenrockd',
@@ -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: {
@@ -20,11 +20,6 @@ const info = {
20
20
  low_gas_price: 0,
21
21
  average_gas_price: 0,
22
22
  high_gas_price: 0
23
- }, {
24
- denom: 'usat',
25
- low_gas_price: 0,
26
- average_gas_price: 0,
27
- high_gas_price: 0
28
23
  }]
29
24
  },
30
25
  staking: {
@@ -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.136",
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.82",
32
+ "@chain-registry/utils": "^1.51.83",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.82"
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": "56d2466e06b6c801c8a8676df7b8921236ca9486"
46
+ "gitHead": "f9d9e5f467e17b2de115b6761b758021a47c0323"
47
47
  }
@@ -63,7 +63,7 @@ const info = [
63
63
  $schema: '../../ibc_data.schema.json',
64
64
  chain_1: {
65
65
  chain_name: 'mantrachaintestnet2',
66
- client_id: '07-tendermint-10',
66
+ client_id: '07-tendermint-0',
67
67
  connection_id: 'connection-0'
68
68
  },
69
69
  chain_2: {
@@ -627,7 +627,7 @@ const info = [
627
627
  $schema: '../../ibc_data.schema.json',
628
628
  chain_1: {
629
629
  chain_name: 'mantrachaintestnet2',
630
- client_id: '07-tendermint-10',
630
+ client_id: '07-tendermint-0',
631
631
  connection_id: 'connection-0'
632
632
  },
633
633
  chain_2: {
@@ -8,7 +8,7 @@ const info = {
8
8
  network_type: 'testnet',
9
9
  chain_type: 'cosmos',
10
10
  pretty_name: 'Zenrock Gardia Testnet',
11
- chain_id: 'gardia-3',
11
+ chain_id: 'gardia-4',
12
12
  bech32_prefix: 'zen',
13
13
  daemon_name: 'zenrockd',
14
14
  node_home: '$HOME/.zenrockd',