chain-registry 2.0.54 → 2.0.55

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,17 +34,17 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  gitRepo: 'https://github.com/dydxprotocol/v4-chain/',
37
- recommendedVersion: 'protocol/v8.2.0',
38
- compatibleVersions: ['protocol/v8.2.0'],
37
+ recommendedVersion: 'protocol/v9.0.0',
38
+ compatibleVersions: ['protocol/v9.0.0'],
39
39
  binaries: {
40
- "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.2.0/dydxprotocold-v8.2.0-linux-amd64.tar.gz',
41
- "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.2.0/dydxprotocold-v8.2.0-linux-arm64.tar.gz'
40
+ "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.0.0/dydxprotocold-v9.0.0-linux-amd64.tar.gz',
41
+ "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.0.0/dydxprotocold-v9.0.0-linux-arm64.tar.gz'
42
42
  },
43
43
  consensus: {
44
44
  type: 'cometbft',
45
45
  version: 'v0.38.15',
46
46
  repo: 'https://github.com/dydxprotocol/cometbft',
47
- tag: 'v0.38.6-0.20250203202601-3ab07f44e83a'
47
+ tag: 'v0.38.6-0.20250807031327-f63a6917efaf'
48
48
  },
49
49
  genesis: {
50
50
  genesisUrl: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
@@ -53,7 +53,7 @@ const info = {
53
53
  type: 'cosmos',
54
54
  repo: 'https://github.com/dydxprotocol/cosmos-sdk',
55
55
  version: 'v0.50.11',
56
- tag: 'v0.50.6-0.20250708185419-6e18b66778df'
56
+ tag: 'v0.50.6-0.20250807152116-6f31ad979963'
57
57
  },
58
58
  ibc: {
59
59
  type: 'go',
@@ -4657,6 +4657,35 @@ const info = [
4657
4657
  }
4658
4658
  }]
4659
4659
  },
4660
+ {
4661
+ $schema: '../ibc_data.schema.json',
4662
+ chain1: {
4663
+ chainName: 'osmosis',
4664
+ clientId: '07-tendermint-3582',
4665
+ connectionId: 'connection-10927'
4666
+ },
4667
+ chain2: {
4668
+ chainName: 'sunrise',
4669
+ clientId: '07-tendermint-42',
4670
+ connectionId: 'connection-10'
4671
+ },
4672
+ channels: [{
4673
+ chain1: {
4674
+ channelId: 'channel-106275',
4675
+ portId: 'transfer'
4676
+ },
4677
+ chain2: {
4678
+ channelId: 'channel-3',
4679
+ portId: 'transfer'
4680
+ },
4681
+ ordering: 'unordered',
4682
+ version: 'ics20-1',
4683
+ tags: {
4684
+ status: 'live',
4685
+ preferred: true
4686
+ }
4687
+ }]
4688
+ },
4660
4689
  {
4661
4690
  $schema: '../ibc_data.schema.json',
4662
4691
  chain1: {
@@ -1,4 +1,5 @@
1
- const info = [{
1
+ const info = [
2
+ {
2
3
  $schema: '../ibc_data.schema.json',
3
4
  chain1: {
4
5
  chainName: 'cosmoshub',
@@ -26,7 +27,8 @@ const info = [{
26
27
  preferred: true
27
28
  }
28
29
  }]
29
- }, {
30
+ },
31
+ {
30
32
  $schema: '../ibc_data.schema.json',
31
33
  chain1: {
32
34
  chainName: 'noble',
@@ -54,5 +56,35 @@ const info = [{
54
56
  preferred: true
55
57
  }
56
58
  }]
57
- }];
59
+ },
60
+ {
61
+ $schema: '../ibc_data.schema.json',
62
+ chain1: {
63
+ chainName: 'osmosis',
64
+ clientId: '07-tendermint-3582',
65
+ connectionId: 'connection-10927'
66
+ },
67
+ chain2: {
68
+ chainName: 'sunrise',
69
+ clientId: '07-tendermint-42',
70
+ connectionId: 'connection-10'
71
+ },
72
+ channels: [{
73
+ chain1: {
74
+ channelId: 'channel-106275',
75
+ portId: 'transfer'
76
+ },
77
+ chain2: {
78
+ channelId: 'channel-3',
79
+ portId: 'transfer'
80
+ },
81
+ ordering: 'unordered',
82
+ version: 'ics20-1',
83
+ tags: {
84
+ status: 'live',
85
+ preferred: true
86
+ }
87
+ }]
88
+ }
89
+ ];
58
90
  export default info;
@@ -346,6 +346,7 @@ const info = {
346
346
  name: 'ERIS Amplified LUNA',
347
347
  display: 'ampluna',
348
348
  symbol: 'ampLUNA',
349
+ coingeckoId: 'eris-amplified-luna',
349
350
  logoURIs: {
350
351
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
351
352
  },
@@ -1369,6 +1370,7 @@ const info = {
1369
1370
  name: 'Solid',
1370
1371
  display: 'solid',
1371
1372
  symbol: 'SOLID',
1373
+ coingeckoId: 'solid-2',
1372
1374
  logoURIs: {
1373
1375
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
1374
1376
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
@@ -1393,6 +1395,7 @@ const info = {
1393
1395
  name: 'Capa',
1394
1396
  display: 'capa',
1395
1397
  symbol: 'CAPA',
1398
+ coingeckoId: 'capapult',
1396
1399
  logoURIs: {
1397
1400
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
1398
1401
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
@@ -36,17 +36,17 @@ const info = {
36
36
  },
37
37
  codebase: {
38
38
  gitRepo: 'https://github.com/dydxprotocol/v4-chain/',
39
- recommendedVersion: 'protocol/v8.2.0',
40
- compatibleVersions: ['protocol/v8.2.0'],
39
+ recommendedVersion: 'protocol/v9.0.0',
40
+ compatibleVersions: ['protocol/v9.0.0'],
41
41
  binaries: {
42
- "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.2.0/dydxprotocold-v8.2.0-linux-amd64.tar.gz',
43
- "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.2.0/dydxprotocold-v8.2.0-linux-arm64.tar.gz'
42
+ "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.0.0/dydxprotocold-v9.0.0-linux-amd64.tar.gz',
43
+ "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.0.0/dydxprotocold-v9.0.0-linux-arm64.tar.gz'
44
44
  },
45
45
  consensus: {
46
46
  type: 'cometbft',
47
47
  version: 'v0.38.15',
48
48
  repo: 'https://github.com/dydxprotocol/cometbft',
49
- tag: 'v0.38.6-0.20250203202601-3ab07f44e83a'
49
+ tag: 'v0.38.6-0.20250807031327-f63a6917efaf'
50
50
  },
51
51
  genesis: {
52
52
  genesisUrl: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
@@ -55,7 +55,7 @@ const info = {
55
55
  type: 'cosmos',
56
56
  repo: 'https://github.com/dydxprotocol/cosmos-sdk',
57
57
  version: 'v0.50.11',
58
- tag: 'v0.50.6-0.20250708185419-6e18b66778df'
58
+ tag: 'v0.50.6-0.20250807152116-6f31ad979963'
59
59
  },
60
60
  ibc: {
61
61
  type: 'go',
@@ -4659,6 +4659,35 @@ const info = [
4659
4659
  }
4660
4660
  }]
4661
4661
  },
4662
+ {
4663
+ $schema: '../ibc_data.schema.json',
4664
+ chain1: {
4665
+ chainName: 'osmosis',
4666
+ clientId: '07-tendermint-3582',
4667
+ connectionId: 'connection-10927'
4668
+ },
4669
+ chain2: {
4670
+ chainName: 'sunrise',
4671
+ clientId: '07-tendermint-42',
4672
+ connectionId: 'connection-10'
4673
+ },
4674
+ channels: [{
4675
+ chain1: {
4676
+ channelId: 'channel-106275',
4677
+ portId: 'transfer'
4678
+ },
4679
+ chain2: {
4680
+ channelId: 'channel-3',
4681
+ portId: 'transfer'
4682
+ },
4683
+ ordering: 'unordered',
4684
+ version: 'ics20-1',
4685
+ tags: {
4686
+ status: 'live',
4687
+ preferred: true
4688
+ }
4689
+ }]
4690
+ },
4662
4691
  {
4663
4692
  $schema: '../ibc_data.schema.json',
4664
4693
  chain1: {
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = [{
3
+ const info = [
4
+ {
4
5
  $schema: '../ibc_data.schema.json',
5
6
  chain1: {
6
7
  chainName: 'cosmoshub',
@@ -28,7 +29,8 @@ const info = [{
28
29
  preferred: true
29
30
  }
30
31
  }]
31
- }, {
32
+ },
33
+ {
32
34
  $schema: '../ibc_data.schema.json',
33
35
  chain1: {
34
36
  chainName: 'noble',
@@ -56,5 +58,35 @@ const info = [{
56
58
  preferred: true
57
59
  }
58
60
  }]
59
- }];
61
+ },
62
+ {
63
+ $schema: '../ibc_data.schema.json',
64
+ chain1: {
65
+ chainName: 'osmosis',
66
+ clientId: '07-tendermint-3582',
67
+ connectionId: 'connection-10927'
68
+ },
69
+ chain2: {
70
+ chainName: 'sunrise',
71
+ clientId: '07-tendermint-42',
72
+ connectionId: 'connection-10'
73
+ },
74
+ channels: [{
75
+ chain1: {
76
+ channelId: 'channel-106275',
77
+ portId: 'transfer'
78
+ },
79
+ chain2: {
80
+ channelId: 'channel-3',
81
+ portId: 'transfer'
82
+ },
83
+ ordering: 'unordered',
84
+ version: 'ics20-1',
85
+ tags: {
86
+ status: 'live',
87
+ preferred: true
88
+ }
89
+ }]
90
+ }
91
+ ];
60
92
  exports.default = info;
@@ -348,6 +348,7 @@ const info = {
348
348
  name: 'ERIS Amplified LUNA',
349
349
  display: 'ampluna',
350
350
  symbol: 'ampLUNA',
351
+ coingeckoId: 'eris-amplified-luna',
351
352
  logoURIs: {
352
353
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
353
354
  },
@@ -1371,6 +1372,7 @@ const info = {
1371
1372
  name: 'Solid',
1372
1373
  display: 'solid',
1373
1374
  symbol: 'SOLID',
1375
+ coingeckoId: 'solid-2',
1374
1376
  logoURIs: {
1375
1377
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
1376
1378
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
@@ -1395,6 +1397,7 @@ const info = {
1395
1397
  name: 'Capa',
1396
1398
  display: 'capa',
1397
1399
  symbol: 'CAPA',
1400
+ coingeckoId: 'capapult',
1398
1401
  logoURIs: {
1399
1402
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
1400
1403
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.54",
3
+ "version": "2.0.55",
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.54"
32
+ "@chain-registry/types": "^2.0.55"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "8e5c4d9588c8e5c1b26d2a71e3626e16aed2083c"
42
+ "gitHead": "63c16715ee690489a68dd9c424f07ed102ec91c6"
43
43
  }