chain-registry 2.0.116 → 2.0.117

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.
@@ -276,6 +276,12 @@ const info = {
276
276
  url: 'https://injective.valopers.com/',
277
277
  txPage: 'https://injective.valopers.com/transactions/${txHash}',
278
278
  accountPage: 'https://injective.valopers.com/account/${accountAddress}'
279
+ },
280
+ {
281
+ kind: 'moon-runners',
282
+ url: 'https://moon-runners.net/injective/mainnet',
283
+ txPage: 'https://moon-runners.net/injective/mainnet/finder?search=${txHash}',
284
+ accountPage: 'https://moon-runners.net/injective/mainnet/finder?search=${accountAddress}'
279
285
  }
280
286
  ],
281
287
  images: [{
@@ -3,22 +3,22 @@ const info = [{
3
3
  chain1: {
4
4
  chainName: 'optio',
5
5
  chainId: 'optio',
6
- clientId: '07-tendermint-1',
7
- connectionId: 'connection-5'
6
+ clientId: '07-tendermint-4',
7
+ connectionId: 'connection-10'
8
8
  },
9
9
  chain2: {
10
10
  chainName: 'osmosis',
11
11
  chainId: 'osmosis-1',
12
- clientId: '07-tendermint-3608',
13
- connectionId: 'connection-10961'
12
+ clientId: '07-tendermint-3640',
13
+ connectionId: 'connection-10985'
14
14
  },
15
15
  channels: [{
16
16
  chain1: {
17
- channelId: 'channel-1',
17
+ channelId: 'channel-5',
18
18
  portId: 'transfer'
19
19
  },
20
20
  chain2: {
21
- channelId: 'channel-107347',
21
+ channelId: 'channel-108371',
22
22
  portId: 'transfer'
23
23
  },
24
24
  ordering: 'unordered',
@@ -826,6 +826,12 @@ const info = {
826
826
  url: 'https://validatorinfo.com/networks/osmosis/overview',
827
827
  validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
828
828
  proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
829
+ },
830
+ {
831
+ kind: 'moon-runners',
832
+ url: 'https://moon-runners.net/osmosis/mainnet',
833
+ txPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
834
+ accountPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
829
835
  }
830
836
  ],
831
837
  keywords: ['dex']
@@ -3595,22 +3595,22 @@ const info = [
3595
3595
  chain1: {
3596
3596
  chainName: 'optio',
3597
3597
  chainId: 'optio',
3598
- clientId: '07-tendermint-1',
3599
- connectionId: 'connection-5'
3598
+ clientId: '07-tendermint-4',
3599
+ connectionId: 'connection-10'
3600
3600
  },
3601
3601
  chain2: {
3602
3602
  chainName: 'osmosis',
3603
3603
  chainId: 'osmosis-1',
3604
- clientId: '07-tendermint-3608',
3605
- connectionId: 'connection-10961'
3604
+ clientId: '07-tendermint-3640',
3605
+ connectionId: 'connection-10985'
3606
3606
  },
3607
3607
  channels: [{
3608
3608
  chain1: {
3609
- channelId: 'channel-1',
3609
+ channelId: 'channel-5',
3610
3610
  portId: 'transfer'
3611
3611
  },
3612
3612
  chain2: {
3613
- channelId: 'channel-107347',
3613
+ channelId: 'channel-108371',
3614
3614
  portId: 'transfer'
3615
3615
  },
3616
3616
  ordering: 'unordered',
@@ -15,10 +15,10 @@ const info = {
15
15
  fees: {
16
16
  feeTokens: [{
17
17
  denom: 'nhash',
18
- fixedMinGasPrice: 1905,
19
- lowGasPrice: 1905,
20
- averageGasPrice: 2100,
21
- highGasPrice: 2500
18
+ fixedMinGasPrice: 1,
19
+ lowGasPrice: 1,
20
+ averageGasPrice: 1,
21
+ highGasPrice: 1
22
22
  }]
23
23
  },
24
24
  staking: {
@@ -28,14 +28,14 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/provenance-io/provenance',
31
- recommendedVersion: 'v1.17.0',
32
- compatibleVersions: ['v1.17.0'],
31
+ recommendedVersion: 'v1.26.0',
32
+ compatibleVersions: ['v1.26.0'],
33
33
  consensus: {
34
- type: 'tendermint',
35
- version: '0.34.29'
34
+ type: 'cometbft',
35
+ version: '0.38.19'
36
36
  },
37
37
  binaries: {
38
- "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.17.0/provenance-linux-amd64-v1.17.0.zip'
38
+ "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.26.0/provenance-linux-amd64-v1.26.0.zip'
39
39
  },
40
40
  genesis: {
41
41
  name: 'v1.0.1',
@@ -43,18 +43,18 @@ const info = {
43
43
  },
44
44
  sdk: {
45
45
  type: 'cosmos',
46
- version: '0.46.13'
46
+ version: '0.50.14'
47
47
  },
48
48
  ibc: {
49
49
  type: 'go',
50
- version: '6.2.0',
50
+ version: '8.6.1',
51
51
  icsEnabled: ['ics20-1', 'ics27-1']
52
52
  },
53
53
  cosmwasm: {
54
- version: '0.30',
54
+ version: '0.52',
55
55
  enabled: true
56
56
  },
57
- tag: 'v1.17.0'
57
+ tag: 'v1.26.0'
58
58
  },
59
59
  logoURIs: {
60
60
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
@@ -278,6 +278,12 @@ const info = {
278
278
  txPage: 'https://staking-explorer.com/transaction.php?chain=terra&tx=${txHash}',
279
279
  accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
280
280
  },
281
+ {
282
+ kind: 'moon-runners',
283
+ url: 'https://moon-runners.net/terra/mainnet',
284
+ txPage: 'https://moon-runners.net/terra/mainnet/finder?search=${txHash}',
285
+ accountPage: 'https://moon-runners.net/terra/mainnet/finder?search=${accountAddress}'
286
+ },
281
287
  {
282
288
  kind: 'terraport-finder',
283
289
  url: 'https://finder.terraport.finance/',
@@ -33,6 +33,7 @@ import * as _noistestnet from './noistestnet';
33
33
  import * as _nolustestnet from './nolustestnet';
34
34
  import * as _osmosistestnet from './osmosistestnet';
35
35
  import * as _persistencetestnet2 from './persistencetestnet2';
36
+ import * as _qubeticstestnet from './qubeticstestnet';
36
37
  import * as _sagatestnet from './sagatestnet';
37
38
  import * as _seitestnet2 from './seitestnet2';
38
39
  import * as _sgetestnet from './sgetestnet';
@@ -84,6 +85,7 @@ const ibcData = [
84
85
  ..._nolustestnet.ibcData,
85
86
  ..._osmosistestnet.ibcData,
86
87
  ..._persistencetestnet2.ibcData,
88
+ ..._qubeticstestnet.ibcData,
87
89
  ..._sagatestnet.ibcData,
88
90
  ..._seitestnet2.ibcData,
89
91
  ..._sgetestnet.ibcData,
@@ -1040,6 +1040,37 @@ const info = [
1040
1040
  }
1041
1041
  }]
1042
1042
  },
1043
+ {
1044
+ $schema: '../../ibc_data.schema.json',
1045
+ chain1: {
1046
+ chainName: 'osmosistestnet',
1047
+ chainId: 'osmo-test-5',
1048
+ clientId: '07-tendermint-4996',
1049
+ connectionId: 'connection-4359'
1050
+ },
1051
+ chain2: {
1052
+ chainName: 'qubeticstestnet',
1053
+ chainId: 'qubetics_9029-1',
1054
+ clientId: '07-tendermint-14',
1055
+ connectionId: 'connection-12'
1056
+ },
1057
+ channels: [{
1058
+ chain1: {
1059
+ channelId: 'channel-11229',
1060
+ portId: 'transfer'
1061
+ },
1062
+ chain2: {
1063
+ channelId: 'channel-8',
1064
+ portId: 'transfer'
1065
+ },
1066
+ ordering: 'unordered',
1067
+ version: 'ics20-1',
1068
+ tags: {
1069
+ preferred: true,
1070
+ status: 'ACTIVE'
1071
+ }
1072
+ }]
1073
+ },
1043
1074
  {
1044
1075
  $schema: '../../ibc_data.schema.json',
1045
1076
  chain1: {
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'osmosistestnet',
5
+ chainId: 'osmo-test-5',
6
+ clientId: '07-tendermint-4996',
7
+ connectionId: 'connection-4359'
8
+ },
9
+ chain2: {
10
+ chainName: 'qubeticstestnet',
11
+ chainId: 'qubetics_9029-1',
12
+ clientId: '07-tendermint-14',
13
+ connectionId: 'connection-12'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-11229',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-8',
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;
@@ -278,6 +278,12 @@ const info = {
278
278
  url: 'https://injective.valopers.com/',
279
279
  txPage: 'https://injective.valopers.com/transactions/${txHash}',
280
280
  accountPage: 'https://injective.valopers.com/account/${accountAddress}'
281
+ },
282
+ {
283
+ kind: 'moon-runners',
284
+ url: 'https://moon-runners.net/injective/mainnet',
285
+ txPage: 'https://moon-runners.net/injective/mainnet/finder?search=${txHash}',
286
+ accountPage: 'https://moon-runners.net/injective/mainnet/finder?search=${accountAddress}'
281
287
  }
282
288
  ],
283
289
  images: [{
@@ -5,22 +5,22 @@ const info = [{
5
5
  chain1: {
6
6
  chainName: 'optio',
7
7
  chainId: 'optio',
8
- clientId: '07-tendermint-1',
9
- connectionId: 'connection-5'
8
+ clientId: '07-tendermint-4',
9
+ connectionId: 'connection-10'
10
10
  },
11
11
  chain2: {
12
12
  chainName: 'osmosis',
13
13
  chainId: 'osmosis-1',
14
- clientId: '07-tendermint-3608',
15
- connectionId: 'connection-10961'
14
+ clientId: '07-tendermint-3640',
15
+ connectionId: 'connection-10985'
16
16
  },
17
17
  channels: [{
18
18
  chain1: {
19
- channelId: 'channel-1',
19
+ channelId: 'channel-5',
20
20
  portId: 'transfer'
21
21
  },
22
22
  chain2: {
23
- channelId: 'channel-107347',
23
+ channelId: 'channel-108371',
24
24
  portId: 'transfer'
25
25
  },
26
26
  ordering: 'unordered',
@@ -828,6 +828,12 @@ const info = {
828
828
  url: 'https://validatorinfo.com/networks/osmosis/overview',
829
829
  validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
830
830
  proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
831
+ },
832
+ {
833
+ kind: 'moon-runners',
834
+ url: 'https://moon-runners.net/osmosis/mainnet',
835
+ txPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
836
+ accountPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
831
837
  }
832
838
  ],
833
839
  keywords: ['dex']
@@ -3597,22 +3597,22 @@ const info = [
3597
3597
  chain1: {
3598
3598
  chainName: 'optio',
3599
3599
  chainId: 'optio',
3600
- clientId: '07-tendermint-1',
3601
- connectionId: 'connection-5'
3600
+ clientId: '07-tendermint-4',
3601
+ connectionId: 'connection-10'
3602
3602
  },
3603
3603
  chain2: {
3604
3604
  chainName: 'osmosis',
3605
3605
  chainId: 'osmosis-1',
3606
- clientId: '07-tendermint-3608',
3607
- connectionId: 'connection-10961'
3606
+ clientId: '07-tendermint-3640',
3607
+ connectionId: 'connection-10985'
3608
3608
  },
3609
3609
  channels: [{
3610
3610
  chain1: {
3611
- channelId: 'channel-1',
3611
+ channelId: 'channel-5',
3612
3612
  portId: 'transfer'
3613
3613
  },
3614
3614
  chain2: {
3615
- channelId: 'channel-107347',
3615
+ channelId: 'channel-108371',
3616
3616
  portId: 'transfer'
3617
3617
  },
3618
3618
  ordering: 'unordered',
@@ -17,10 +17,10 @@ const info = {
17
17
  fees: {
18
18
  feeTokens: [{
19
19
  denom: 'nhash',
20
- fixedMinGasPrice: 1905,
21
- lowGasPrice: 1905,
22
- averageGasPrice: 2100,
23
- highGasPrice: 2500
20
+ fixedMinGasPrice: 1,
21
+ lowGasPrice: 1,
22
+ averageGasPrice: 1,
23
+ highGasPrice: 1
24
24
  }]
25
25
  },
26
26
  staking: {
@@ -30,14 +30,14 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/provenance-io/provenance',
33
- recommendedVersion: 'v1.17.0',
34
- compatibleVersions: ['v1.17.0'],
33
+ recommendedVersion: 'v1.26.0',
34
+ compatibleVersions: ['v1.26.0'],
35
35
  consensus: {
36
- type: 'tendermint',
37
- version: '0.34.29'
36
+ type: 'cometbft',
37
+ version: '0.38.19'
38
38
  },
39
39
  binaries: {
40
- "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.17.0/provenance-linux-amd64-v1.17.0.zip'
40
+ "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.26.0/provenance-linux-amd64-v1.26.0.zip'
41
41
  },
42
42
  genesis: {
43
43
  name: 'v1.0.1',
@@ -45,18 +45,18 @@ const info = {
45
45
  },
46
46
  sdk: {
47
47
  type: 'cosmos',
48
- version: '0.46.13'
48
+ version: '0.50.14'
49
49
  },
50
50
  ibc: {
51
51
  type: 'go',
52
- version: '6.2.0',
52
+ version: '8.6.1',
53
53
  icsEnabled: ['ics20-1', 'ics27-1']
54
54
  },
55
55
  cosmwasm: {
56
- version: '0.30',
56
+ version: '0.52',
57
57
  enabled: true
58
58
  },
59
- tag: 'v1.17.0'
59
+ tag: 'v1.26.0'
60
60
  },
61
61
  logoURIs: {
62
62
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
@@ -280,6 +280,12 @@ const info = {
280
280
  txPage: 'https://staking-explorer.com/transaction.php?chain=terra&tx=${txHash}',
281
281
  accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
282
282
  },
283
+ {
284
+ kind: 'moon-runners',
285
+ url: 'https://moon-runners.net/terra/mainnet',
286
+ txPage: 'https://moon-runners.net/terra/mainnet/finder?search=${txHash}',
287
+ accountPage: 'https://moon-runners.net/terra/mainnet/finder?search=${accountAddress}'
288
+ },
283
289
  {
284
290
  kind: 'terraport-finder',
285
291
  url: 'https://finder.terraport.finance/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.116",
3
+ "version": "2.0.117",
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.116"
32
+ "@chain-registry/types": "^2.0.117"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "7a88cfdd26d1ce31f9d4c57b67789ad6d7d83c14"
42
+ "gitHead": "eee98d560b8aaaeeb0f6a185ebae7f96754fab51"
43
43
  }
@@ -58,6 +58,7 @@ const _noistestnet = __importStar(require("./noistestnet"));
58
58
  const _nolustestnet = __importStar(require("./nolustestnet"));
59
59
  const _osmosistestnet = __importStar(require("./osmosistestnet"));
60
60
  const _persistencetestnet2 = __importStar(require("./persistencetestnet2"));
61
+ const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
61
62
  const _sagatestnet = __importStar(require("./sagatestnet"));
62
63
  const _seitestnet2 = __importStar(require("./seitestnet2"));
63
64
  const _sgetestnet = __importStar(require("./sgetestnet"));
@@ -109,6 +110,7 @@ const ibcData = [
109
110
  ..._nolustestnet.ibcData,
110
111
  ..._osmosistestnet.ibcData,
111
112
  ..._persistencetestnet2.ibcData,
113
+ ..._qubeticstestnet.ibcData,
112
114
  ..._sagatestnet.ibcData,
113
115
  ..._seitestnet2.ibcData,
114
116
  ..._sgetestnet.ibcData,
@@ -1042,6 +1042,37 @@ const info = [
1042
1042
  }
1043
1043
  }]
1044
1044
  },
1045
+ {
1046
+ $schema: '../../ibc_data.schema.json',
1047
+ chain1: {
1048
+ chainName: 'osmosistestnet',
1049
+ chainId: 'osmo-test-5',
1050
+ clientId: '07-tendermint-4996',
1051
+ connectionId: 'connection-4359'
1052
+ },
1053
+ chain2: {
1054
+ chainName: 'qubeticstestnet',
1055
+ chainId: 'qubetics_9029-1',
1056
+ clientId: '07-tendermint-14',
1057
+ connectionId: 'connection-12'
1058
+ },
1059
+ channels: [{
1060
+ chain1: {
1061
+ channelId: 'channel-11229',
1062
+ portId: 'transfer'
1063
+ },
1064
+ chain2: {
1065
+ channelId: 'channel-8',
1066
+ portId: 'transfer'
1067
+ },
1068
+ ordering: 'unordered',
1069
+ version: 'ics20-1',
1070
+ tags: {
1071
+ preferred: true,
1072
+ status: 'ACTIVE'
1073
+ }
1074
+ }]
1075
+ },
1045
1076
  {
1046
1077
  $schema: '../../ibc_data.schema.json',
1047
1078
  chain1: {
@@ -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: 'osmosistestnet',
7
+ chainId: 'osmo-test-5',
8
+ clientId: '07-tendermint-4996',
9
+ connectionId: 'connection-4359'
10
+ },
11
+ chain2: {
12
+ chainName: 'qubeticstestnet',
13
+ chainId: 'qubetics_9029-1',
14
+ clientId: '07-tendermint-14',
15
+ connectionId: 'connection-12'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-11229',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-8',
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;