chain-registry 2.0.246 → 2.0.248

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.
@@ -34,32 +34,28 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  gitRepo: 'https://github.com/atomone-hub/atomone',
37
- recommendedVersion: 'v3.3.0',
38
- compatibleVersions: [
39
- 'v3.0.3',
40
- 'v3.2.0',
41
- 'v3.3.0'
42
- ],
37
+ recommendedVersion: 'v4.1.0',
38
+ compatibleVersions: ['v4.1.0', 'v4.0.1'],
43
39
  binaries: {
44
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-linux-amd64',
45
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-linux-arm64',
46
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-darwin-amd64',
47
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-darwin-arm64',
48
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-windows-amd64.exe',
49
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-windows-arm64.exe'
40
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-linux-amd64',
41
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-linux-arm64',
42
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-darwin-amd64',
43
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-darwin-arm64',
44
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-windows-amd64.exe',
45
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-windows-arm64.exe'
50
46
  },
51
47
  genesis: {
52
48
  genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
53
49
  },
54
50
  consensus: {
55
51
  type: 'cometbft',
56
- version: 'v0.37.18'
52
+ version: 'v0.38.23'
57
53
  },
58
54
  sdk: {
59
55
  type: 'cosmos',
60
- version: 'v0.47.17'
56
+ version: 'v0.500.2'
61
57
  },
62
- tag: 'v3.3.0'
58
+ tag: 'v4.1.0'
63
59
  },
64
60
  logoURIs: {
65
61
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
@@ -28,15 +28,15 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/cosmos/gaia',
31
- recommendedVersion: 'v27.5.0',
32
- compatibleVersions: ['v27.5.0'],
31
+ recommendedVersion: 'v27.6.0',
32
+ compatibleVersions: ['v27.6.0'],
33
33
  consensus: {
34
34
  type: 'cometbft',
35
35
  version: 'v0.38.23'
36
36
  },
37
37
  binaries: {
38
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-darwin-amd64',
39
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-linux-amd64'
38
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.6.0/gaiad-v27.6.0-darwin-amd64',
39
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.6.0/gaiad-v27.6.0-linux-amd64'
40
40
  },
41
41
  genesis: {
42
42
  genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
@@ -51,11 +51,11 @@ const info = {
51
51
  version: 'v10.7.0'
52
52
  },
53
53
  cosmwasm: {
54
- version: 'v0.60.7',
54
+ version: 'v0.60.8',
55
55
  repo: 'https://github.com/CosmWasm/wasmd',
56
- tag: 'v0.60.7'
56
+ tag: 'v0.60.8'
57
57
  },
58
- tag: 'v27.5.0'
58
+ tag: 'v27.6.0'
59
59
  },
60
60
  logoURIs: {
61
61
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -155,6 +155,7 @@ import * as _stride from './stride';
155
155
  import * as _sunrise from './sunrise';
156
156
  import * as _symphony from './symphony';
157
157
  import * as _synternet from './synternet';
158
+ import * as _tail from './tail';
158
159
  import * as _taketitan from './taketitan';
159
160
  import * as _teritori from './teritori';
160
161
  import * as _terra from './terra';
@@ -328,6 +329,7 @@ const ibcData = [
328
329
  ..._sunrise.ibcData,
329
330
  ..._symphony.ibcData,
330
331
  ..._synternet.ibcData,
332
+ ..._tail.ibcData,
331
333
  ..._taketitan.ibcData,
332
334
  ..._teritori.ibcData,
333
335
  ..._terra.ibcData,
@@ -37,76 +37,16 @@ const info = {
37
37
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
38
38
  },
39
39
  apis: {
40
- rpc: [
41
- {
42
- address: 'https://rpc-irisnet-01.stakeflow.io',
43
- provider: 'Stakeflow'
44
- },
45
- {
46
- address: 'https://irisnet-rpc.w3coins.io',
47
- provider: 'w3coins'
48
- },
49
- {
50
- address: 'https://iris-rpc.publicnode.com:443',
51
- provider: 'Allnodes ⚡️ Nodes & Staking'
52
- },
53
- {
40
+ rpc: [{
54
41
  address: 'https://mainnet-iris-rpc.konsortech.xyz',
55
42
  provider: 'KonsorTech'
56
- }
57
- ],
58
- rest: [
59
- {
60
- address: 'https://api-irisnet-01.stakeflow.io',
61
- provider: 'Stakeflow'
62
- },
63
- {
64
- address: 'https://irisnet-api.w3coins.io',
65
- provider: 'w3coins'
66
- },
67
- {
68
- address: 'https://iris-rest.publicnode.com',
69
- provider: 'Allnodes ⚡️ Nodes & Staking'
70
- },
71
- {
43
+ }],
44
+ rest: [{
72
45
  address: 'https://mainnet-iris-api.konsortech.xyz',
73
46
  provider: 'KonsorTech'
74
- }
75
- ],
76
- grpc: [
77
- {
78
- address: 'grpc-irisnet-01.stakeflow.io:1902',
79
- provider: 'Stakeflow'
80
- },
81
- {
82
- address: 'irisnet-grpc.w3coins.io:22690',
83
- provider: 'w3coins'
84
- },
85
- {
86
- address: 'iris-grpc.publicnode.com:443',
87
- provider: 'Allnodes ⚡️ Nodes & Staking'
88
- },
89
- {
90
- address: 'iris.grpc.kjnodes.com:443',
91
- provider: 'kjnodes'
92
- },
93
- {
94
- address: 'https://grpc-irisnet.nodeist.net',
95
- provider: 'Nodeist'
96
- },
97
- {
98
- address: 'iris-mainnet.grpc.l0vd.com:80',
99
- provider: 'L0vd.com ❤️'
100
- },
101
- {
102
- address: 'mainnet-iris.konsortech.xyz:30090',
103
- provider: 'KonsorTech'
104
- }
105
- ],
47
+ }],
48
+ grpc: [],
106
49
  evmHttpJsonrpc: [{
107
- address: 'https://iris-evm.publicnode.com',
108
- provider: 'Allnodes.com ⚡️ Nodes & Staking'
109
- }, {
110
50
  address: 'https://mainnet-iris-evm.konsortech.xyz',
111
51
  provider: 'KonsorTech'
112
52
  }]
@@ -63,6 +63,10 @@ const info = {
63
63
  {
64
64
  address: 'https://kava-rpc.polkachu.com:443',
65
65
  provider: 'Polkachu'
66
+ },
67
+ {
68
+ address: 'https://rpc.jjozzietech.com.au:9443/kava/tendermint/',
69
+ provider: 'jjozzietech'
66
70
  }
67
71
  ],
68
72
  rest: [
@@ -89,6 +93,10 @@ const info = {
89
93
  {
90
94
  address: 'https://kava.api.pocket.network',
91
95
  provider: 'Pocket Network'
96
+ },
97
+ {
98
+ address: 'https://rpc.jjozzietech.com.au:9443/kava/rest/',
99
+ provider: 'jjozzietech'
92
100
  }
93
101
  ],
94
102
  grpc: [
@@ -111,6 +119,10 @@ const info = {
111
119
  {
112
120
  address: 'https://grpc.kava.nodestake.org',
113
121
  provider: 'NodeStake'
122
+ },
123
+ {
124
+ address: 'rpc.jjozzietech.com.au:9444',
125
+ provider: 'jjozzietech'
114
126
  }
115
127
  ],
116
128
  evmHttpJsonrpc: [
@@ -5404,6 +5404,37 @@ const info = [
5404
5404
  }
5405
5405
  }]
5406
5406
  },
5407
+ {
5408
+ $schema: '../ibc_data.schema.json',
5409
+ chain1: {
5410
+ chainName: 'osmosis',
5411
+ chainId: 'osmosis-1',
5412
+ clientId: '07-tendermint-3731',
5413
+ connectionId: 'connection-11082'
5414
+ },
5415
+ chain2: {
5416
+ chainName: 'tail',
5417
+ chainId: 'tail-1',
5418
+ clientId: '07-tendermint-0',
5419
+ connectionId: 'connection-0'
5420
+ },
5421
+ channels: [{
5422
+ chain1: {
5423
+ channelId: 'channel-110566',
5424
+ portId: 'transfer'
5425
+ },
5426
+ chain2: {
5427
+ channelId: 'channel-0',
5428
+ portId: 'transfer'
5429
+ },
5430
+ ordering: 'unordered',
5431
+ version: 'ics20-1',
5432
+ tags: {
5433
+ preferred: true,
5434
+ status: 'ACTIVE'
5435
+ }
5436
+ }]
5437
+ },
5407
5438
  {
5408
5439
  $schema: '../ibc_data.schema.json',
5409
5440
  chain1: {
@@ -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-3731',
7
+ connectionId: 'connection-11082'
8
+ },
9
+ chain2: {
10
+ chainName: 'tail',
11
+ chainId: 'tail-1',
12
+ clientId: '07-tendermint-0',
13
+ connectionId: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-110566',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-0',
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;
@@ -31,32 +31,35 @@ const info = {
31
31
  },
32
32
  codebase: {
33
33
  gitRepo: 'https://github.com/unification-com/mainchain',
34
- recommendedVersion: 'v1.11.0',
35
- compatibleVersions: ['v1.11.0'],
34
+ recommendedVersion: 'v1.12.0',
35
+ compatibleVersions: ['v1.12.0'],
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_linux_x86_64.tar.gz',
38
- "darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_darwin_x86_64.tar.gz',
39
- "windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_windows_x86_64.tar.gz'
37
+ "linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_linux_x86_64.tar.gz',
38
+ "linux/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_linux_arm64.tar.gz',
39
+ "darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_darwin_x86_64.tar.gz',
40
+ "darwin/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_darwin_arm64.tar.gz',
41
+ "windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_windows_x86_64.tar.gz',
42
+ "windows/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_windows_arm64.tar.gz'
40
43
  },
41
44
  consensus: {
42
45
  type: 'cometbft',
43
- version: '0.38.12'
46
+ version: '0.38.17'
44
47
  },
45
48
  genesis: {
46
49
  genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json'
47
50
  },
48
51
  sdk: {
49
52
  type: 'cosmos',
50
- version: '0.50.13'
53
+ version: '0.53.4'
51
54
  },
52
55
  ibc: {
53
56
  type: 'go',
54
- version: '8.7.0'
57
+ version: '10.3.0'
55
58
  },
56
59
  cosmwasm: {
57
60
  enabled: false
58
61
  },
59
- tag: 'v1.11.0'
62
+ tag: 'v1.12.0'
60
63
  },
61
64
  images: [{
62
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
@@ -31,32 +31,35 @@ const info = {
31
31
  },
32
32
  codebase: {
33
33
  gitRepo: 'https://github.com/unification-com/mainchain',
34
- recommendedVersion: 'v1.11.0',
35
- compatibleVersions: ['v1.11.0'],
34
+ recommendedVersion: 'v1.12.0',
35
+ compatibleVersions: ['v1.12.0'],
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_linux_x86_64.tar.gz',
38
- "darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_darwin_x86_64.tar.gz',
39
- "windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_windows_x86_64.tar.gz'
37
+ "linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_linux_x86_64.tar.gz',
38
+ "linux/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_linux_arm64.tar.gz',
39
+ "darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_darwin_x86_64.tar.gz',
40
+ "darwin/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_darwin_arm64.tar.gz',
41
+ "windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_windows_x86_64.tar.gz',
42
+ "windows/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_windows_arm64.tar.gz'
40
43
  },
41
44
  consensus: {
42
45
  type: 'cometbft',
43
- version: '0.38.12'
46
+ version: '0.38.17'
44
47
  },
45
48
  genesis: {
46
- genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json'
49
+ genesisUrl: 'https://raw.githubusercontent.com/unification-com/testnet/master/latest/genesis.json'
47
50
  },
48
51
  sdk: {
49
52
  type: 'cosmos',
50
- version: '0.50.13'
53
+ version: '0.53.4'
51
54
  },
52
55
  ibc: {
53
56
  type: 'go',
54
- version: '8.7.0'
57
+ version: '10.3.0'
55
58
  },
56
59
  cosmwasm: {
57
60
  enabled: false
58
61
  },
59
- tag: 'v1.11.0'
62
+ tag: 'v1.12.0'
60
63
  },
61
64
  images: [{
62
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
@@ -36,32 +36,28 @@ const info = {
36
36
  },
37
37
  codebase: {
38
38
  gitRepo: 'https://github.com/atomone-hub/atomone',
39
- recommendedVersion: 'v3.3.0',
40
- compatibleVersions: [
41
- 'v3.0.3',
42
- 'v3.2.0',
43
- 'v3.3.0'
44
- ],
39
+ recommendedVersion: 'v4.1.0',
40
+ compatibleVersions: ['v4.1.0', 'v4.0.1'],
45
41
  binaries: {
46
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-linux-amd64',
47
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-linux-arm64',
48
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-darwin-amd64',
49
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-darwin-arm64',
50
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-windows-amd64.exe',
51
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-windows-arm64.exe'
42
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-linux-amd64',
43
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-linux-arm64',
44
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-darwin-amd64',
45
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-darwin-arm64',
46
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-windows-amd64.exe',
47
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v4.1.0/atomoned-v4.1.0-windows-arm64.exe'
52
48
  },
53
49
  genesis: {
54
50
  genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
55
51
  },
56
52
  consensus: {
57
53
  type: 'cometbft',
58
- version: 'v0.37.18'
54
+ version: 'v0.38.23'
59
55
  },
60
56
  sdk: {
61
57
  type: 'cosmos',
62
- version: 'v0.47.17'
58
+ version: 'v0.500.2'
63
59
  },
64
- tag: 'v3.3.0'
60
+ tag: 'v4.1.0'
65
61
  },
66
62
  logoURIs: {
67
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
@@ -30,15 +30,15 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/cosmos/gaia',
33
- recommendedVersion: 'v27.5.0',
34
- compatibleVersions: ['v27.5.0'],
33
+ recommendedVersion: 'v27.6.0',
34
+ compatibleVersions: ['v27.6.0'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
37
  version: 'v0.38.23'
38
38
  },
39
39
  binaries: {
40
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-darwin-amd64',
41
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-linux-amd64'
40
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.6.0/gaiad-v27.6.0-darwin-amd64',
41
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.6.0/gaiad-v27.6.0-linux-amd64'
42
42
  },
43
43
  genesis: {
44
44
  genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
@@ -53,11 +53,11 @@ const info = {
53
53
  version: 'v10.7.0'
54
54
  },
55
55
  cosmwasm: {
56
- version: 'v0.60.7',
56
+ version: 'v0.60.8',
57
57
  repo: 'https://github.com/CosmWasm/wasmd',
58
- tag: 'v0.60.7'
58
+ tag: 'v0.60.8'
59
59
  },
60
- tag: 'v27.5.0'
60
+ tag: 'v27.6.0'
61
61
  },
62
62
  logoURIs: {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -180,6 +180,7 @@ const _stride = __importStar(require("./stride"));
180
180
  const _sunrise = __importStar(require("./sunrise"));
181
181
  const _symphony = __importStar(require("./symphony"));
182
182
  const _synternet = __importStar(require("./synternet"));
183
+ const _tail = __importStar(require("./tail"));
183
184
  const _taketitan = __importStar(require("./taketitan"));
184
185
  const _teritori = __importStar(require("./teritori"));
185
186
  const _terra = __importStar(require("./terra"));
@@ -353,6 +354,7 @@ const ibcData = [
353
354
  ..._sunrise.ibcData,
354
355
  ..._symphony.ibcData,
355
356
  ..._synternet.ibcData,
357
+ ..._tail.ibcData,
356
358
  ..._taketitan.ibcData,
357
359
  ..._teritori.ibcData,
358
360
  ..._terra.ibcData,
@@ -39,76 +39,16 @@ const info = {
39
39
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
40
40
  },
41
41
  apis: {
42
- rpc: [
43
- {
44
- address: 'https://rpc-irisnet-01.stakeflow.io',
45
- provider: 'Stakeflow'
46
- },
47
- {
48
- address: 'https://irisnet-rpc.w3coins.io',
49
- provider: 'w3coins'
50
- },
51
- {
52
- address: 'https://iris-rpc.publicnode.com:443',
53
- provider: 'Allnodes ⚡️ Nodes & Staking'
54
- },
55
- {
42
+ rpc: [{
56
43
  address: 'https://mainnet-iris-rpc.konsortech.xyz',
57
44
  provider: 'KonsorTech'
58
- }
59
- ],
60
- rest: [
61
- {
62
- address: 'https://api-irisnet-01.stakeflow.io',
63
- provider: 'Stakeflow'
64
- },
65
- {
66
- address: 'https://irisnet-api.w3coins.io',
67
- provider: 'w3coins'
68
- },
69
- {
70
- address: 'https://iris-rest.publicnode.com',
71
- provider: 'Allnodes ⚡️ Nodes & Staking'
72
- },
73
- {
45
+ }],
46
+ rest: [{
74
47
  address: 'https://mainnet-iris-api.konsortech.xyz',
75
48
  provider: 'KonsorTech'
76
- }
77
- ],
78
- grpc: [
79
- {
80
- address: 'grpc-irisnet-01.stakeflow.io:1902',
81
- provider: 'Stakeflow'
82
- },
83
- {
84
- address: 'irisnet-grpc.w3coins.io:22690',
85
- provider: 'w3coins'
86
- },
87
- {
88
- address: 'iris-grpc.publicnode.com:443',
89
- provider: 'Allnodes ⚡️ Nodes & Staking'
90
- },
91
- {
92
- address: 'iris.grpc.kjnodes.com:443',
93
- provider: 'kjnodes'
94
- },
95
- {
96
- address: 'https://grpc-irisnet.nodeist.net',
97
- provider: 'Nodeist'
98
- },
99
- {
100
- address: 'iris-mainnet.grpc.l0vd.com:80',
101
- provider: 'L0vd.com ❤️'
102
- },
103
- {
104
- address: 'mainnet-iris.konsortech.xyz:30090',
105
- provider: 'KonsorTech'
106
- }
107
- ],
49
+ }],
50
+ grpc: [],
108
51
  evmHttpJsonrpc: [{
109
- address: 'https://iris-evm.publicnode.com',
110
- provider: 'Allnodes.com ⚡️ Nodes & Staking'
111
- }, {
112
52
  address: 'https://mainnet-iris-evm.konsortech.xyz',
113
53
  provider: 'KonsorTech'
114
54
  }]
@@ -65,6 +65,10 @@ const info = {
65
65
  {
66
66
  address: 'https://kava-rpc.polkachu.com:443',
67
67
  provider: 'Polkachu'
68
+ },
69
+ {
70
+ address: 'https://rpc.jjozzietech.com.au:9443/kava/tendermint/',
71
+ provider: 'jjozzietech'
68
72
  }
69
73
  ],
70
74
  rest: [
@@ -91,6 +95,10 @@ const info = {
91
95
  {
92
96
  address: 'https://kava.api.pocket.network',
93
97
  provider: 'Pocket Network'
98
+ },
99
+ {
100
+ address: 'https://rpc.jjozzietech.com.au:9443/kava/rest/',
101
+ provider: 'jjozzietech'
94
102
  }
95
103
  ],
96
104
  grpc: [
@@ -113,6 +121,10 @@ const info = {
113
121
  {
114
122
  address: 'https://grpc.kava.nodestake.org',
115
123
  provider: 'NodeStake'
124
+ },
125
+ {
126
+ address: 'rpc.jjozzietech.com.au:9444',
127
+ provider: 'jjozzietech'
116
128
  }
117
129
  ],
118
130
  evmHttpJsonrpc: [
@@ -5406,6 +5406,37 @@ const info = [
5406
5406
  }
5407
5407
  }]
5408
5408
  },
5409
+ {
5410
+ $schema: '../ibc_data.schema.json',
5411
+ chain1: {
5412
+ chainName: 'osmosis',
5413
+ chainId: 'osmosis-1',
5414
+ clientId: '07-tendermint-3731',
5415
+ connectionId: 'connection-11082'
5416
+ },
5417
+ chain2: {
5418
+ chainName: 'tail',
5419
+ chainId: 'tail-1',
5420
+ clientId: '07-tendermint-0',
5421
+ connectionId: 'connection-0'
5422
+ },
5423
+ channels: [{
5424
+ chain1: {
5425
+ channelId: 'channel-110566',
5426
+ portId: 'transfer'
5427
+ },
5428
+ chain2: {
5429
+ channelId: 'channel-0',
5430
+ portId: 'transfer'
5431
+ },
5432
+ ordering: 'unordered',
5433
+ version: 'ics20-1',
5434
+ tags: {
5435
+ preferred: true,
5436
+ status: 'ACTIVE'
5437
+ }
5438
+ }]
5439
+ },
5409
5440
  {
5410
5441
  $schema: '../ibc_data.schema.json',
5411
5442
  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: 'osmosis',
7
+ chainId: 'osmosis-1',
8
+ clientId: '07-tendermint-3731',
9
+ connectionId: 'connection-11082'
10
+ },
11
+ chain2: {
12
+ chainName: 'tail',
13
+ chainId: 'tail-1',
14
+ clientId: '07-tendermint-0',
15
+ connectionId: 'connection-0'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-110566',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-0',
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;
@@ -33,32 +33,35 @@ const info = {
33
33
  },
34
34
  codebase: {
35
35
  gitRepo: 'https://github.com/unification-com/mainchain',
36
- recommendedVersion: 'v1.11.0',
37
- compatibleVersions: ['v1.11.0'],
36
+ recommendedVersion: 'v1.12.0',
37
+ compatibleVersions: ['v1.12.0'],
38
38
  binaries: {
39
- "linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_linux_x86_64.tar.gz',
40
- "darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_darwin_x86_64.tar.gz',
41
- "windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_windows_x86_64.tar.gz'
39
+ "linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_linux_x86_64.tar.gz',
40
+ "linux/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_linux_arm64.tar.gz',
41
+ "darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_darwin_x86_64.tar.gz',
42
+ "darwin/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_darwin_arm64.tar.gz',
43
+ "windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_windows_x86_64.tar.gz',
44
+ "windows/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_windows_arm64.tar.gz'
42
45
  },
43
46
  consensus: {
44
47
  type: 'cometbft',
45
- version: '0.38.12'
48
+ version: '0.38.17'
46
49
  },
47
50
  genesis: {
48
51
  genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json'
49
52
  },
50
53
  sdk: {
51
54
  type: 'cosmos',
52
- version: '0.50.13'
55
+ version: '0.53.4'
53
56
  },
54
57
  ibc: {
55
58
  type: 'go',
56
- version: '8.7.0'
59
+ version: '10.3.0'
57
60
  },
58
61
  cosmwasm: {
59
62
  enabled: false
60
63
  },
61
- tag: 'v1.11.0'
64
+ tag: 'v1.12.0'
62
65
  },
63
66
  images: [{
64
67
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.246",
3
+ "version": "2.0.248",
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.246"
32
+ "@chain-registry/types": "^2.0.248"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "1c73e3e65bba612e779e88ef71a54b5113c85701"
42
+ "gitHead": "e4269056cffc34ebce0b37520744a2c19770d8d1"
43
43
  }
@@ -33,32 +33,35 @@ const info = {
33
33
  },
34
34
  codebase: {
35
35
  gitRepo: 'https://github.com/unification-com/mainchain',
36
- recommendedVersion: 'v1.11.0',
37
- compatibleVersions: ['v1.11.0'],
36
+ recommendedVersion: 'v1.12.0',
37
+ compatibleVersions: ['v1.12.0'],
38
38
  binaries: {
39
- "linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_linux_x86_64.tar.gz',
40
- "darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_darwin_x86_64.tar.gz',
41
- "windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.11.0/und_v1.11.0_windows_x86_64.tar.gz'
39
+ "linux/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_linux_x86_64.tar.gz',
40
+ "linux/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_linux_arm64.tar.gz',
41
+ "darwin/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_darwin_x86_64.tar.gz',
42
+ "darwin/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_darwin_arm64.tar.gz',
43
+ "windows/amd64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_windows_x86_64.tar.gz',
44
+ "windows/arm64": 'https://github.com/unification-com/mainchain/releases/download/v1.12.0/und_v1.12.0_windows_arm64.tar.gz'
42
45
  },
43
46
  consensus: {
44
47
  type: 'cometbft',
45
- version: '0.38.12'
48
+ version: '0.38.17'
46
49
  },
47
50
  genesis: {
48
- genesisUrl: 'https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json'
51
+ genesisUrl: 'https://raw.githubusercontent.com/unification-com/testnet/master/latest/genesis.json'
49
52
  },
50
53
  sdk: {
51
54
  type: 'cosmos',
52
- version: '0.50.13'
55
+ version: '0.53.4'
53
56
  },
54
57
  ibc: {
55
58
  type: 'go',
56
- version: '8.7.0'
59
+ version: '10.3.0'
57
60
  },
58
61
  cosmwasm: {
59
62
  enabled: false
60
63
  },
61
- tag: 'v1.11.0'
64
+ tag: 'v1.12.0'
62
65
  },
63
66
  images: [{
64
67
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',