chain-registry 2.0.157 → 2.0.158

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.
@@ -28,16 +28,17 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/cosmos/gaia',
31
- recommendedVersion: 'v25.3.2',
32
- compatibleVersions: ['v25.3.2'],
31
+ recommendedVersion: 'v26.0.0',
32
+ compatibleVersions: ['v26.0.0'],
33
33
  consensus: {
34
34
  type: 'cometbft',
35
35
  version: 'v0.38.21'
36
36
  },
37
37
  binaries: {
38
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.2/gaiad-v25.3.2-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.2/gaiad-v25.3.2-darwin-arm64',
40
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.2/gaiad-v25.3.2-linux-amd64'
38
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v26.0.0/gaiad-v26.0.0-darwin-amd64',
39
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v26.0.0/gaiad-v26.0.0-darwin-arm64',
40
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v26.0.0/gaiad-v26.0.0-linux-amd64',
41
+ "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v26.0.0/gaiad-v26.0.0-linux-arm64'
41
42
  },
42
43
  genesis: {
43
44
  genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
@@ -56,7 +57,7 @@ const info = {
56
57
  repo: 'https://github.com/CosmWasm/wasmd',
57
58
  tag: 'v0.60.2'
58
59
  },
59
- tag: 'v25.3.2'
60
+ tag: 'v26.0.0'
60
61
  },
61
62
  logoURIs: {
62
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -15,20 +15,15 @@ const info = {
15
15
  genesis: {
16
16
  genesisUrl: 'https://raw.githubusercontent.com/terpnetwork/networks/main/mainnet/morocco-1/genesis.json'
17
17
  },
18
- recommendedVersion: 'v4.2.2',
19
- compatibleVersions: [
20
- 'v4.1.0',
21
- 'v4.2.0',
22
- 'v4.2.1',
23
- 'v4.2.2'
24
- ],
18
+ recommendedVersion: 'v5.0.3',
19
+ compatibleVersions: ['v5.0.2', 'v5.0.3'],
25
20
  consensus: {
26
21
  type: 'cometbft',
27
- version: '0.37.2'
22
+ version: '0.38.21'
28
23
  },
29
24
  binaries: {
30
- "linux/amd64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.2.2/terpd-linux-amd64',
31
- "linux/arm64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.2.2/terpd-linux-arm64'
25
+ "linux/amd64": 'https://github.com/terpnetwork/terp-core/releases/download/v5.0.3/terpd-linux-amd64',
26
+ "linux/arm64": 'https://github.com/terpnetwork/terp-core/releases/download/v5.0.3/terpd-linux-arm64'
32
27
  }
33
28
  },
34
29
  fees: {
@@ -48,8 +43,8 @@ const info = {
48
43
  apis: {
49
44
  rpc: [
50
45
  {
51
- address: 'https://rpc-terp.zenchainlabs.io/',
52
- provider: 'ZenChainLabs'
46
+ address: 'https://rpc-mainnet.terp.network:443',
47
+ provider: 'TerpNet Foundation'
53
48
  },
54
49
  {
55
50
  address: 'https://terp-mainnet-rpc.itrocket.net:443',
@@ -62,7 +57,7 @@ const info = {
62
57
  ],
63
58
  rest: [
64
59
  {
65
- address: 'https://api-terp.zenchainlabs.io:443',
60
+ address: 'https://api-mainnet.terp.network.io:443',
66
61
  provider: 'ZenChainLabs'
67
62
  },
68
63
  {
@@ -79,6 +74,10 @@ const info = {
79
74
  }
80
75
  ],
81
76
  grpc: [
77
+ {
78
+ address: 'grpc-mainnet.terp.network.io:443',
79
+ provider: 'TerpNet Foundation'
80
+ },
82
81
  {
83
82
  address: 'https://grpc.terp.nodestake.top:443',
84
83
  provider: 'NodeStake'
@@ -106,12 +105,6 @@ const info = {
106
105
  txPage: 'https://explorer.nodestake.top/terp/tx/${txHash}',
107
106
  accountPage: 'https://explorer.nodestake.top/terp/account/{$accountAddress}'
108
107
  },
109
- {
110
- kind: 'ZenChainLabs',
111
- url: 'https://terp.zenscan.io/',
112
- txPage: 'https://terp.zenscan.io/transaction.php?hash=${txHash}',
113
- accountPage: 'https://terp.zenscan.io/address.php?address=${accountAddress}'
114
- },
115
108
  {
116
109
  kind: '🔥STAVR🔥',
117
110
  url: 'https://explorer.stavr.tech/Terp-Mainnet',
@@ -30,16 +30,17 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/cosmos/gaia',
33
- recommendedVersion: 'v25.3.2',
34
- compatibleVersions: ['v25.3.2'],
33
+ recommendedVersion: 'v26.0.0',
34
+ compatibleVersions: ['v26.0.0'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
37
  version: 'v0.38.21'
38
38
  },
39
39
  binaries: {
40
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.2/gaiad-v25.3.2-darwin-amd64',
41
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.2/gaiad-v25.3.2-darwin-arm64',
42
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.2/gaiad-v25.3.2-linux-amd64'
40
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v26.0.0/gaiad-v26.0.0-darwin-amd64',
41
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v26.0.0/gaiad-v26.0.0-darwin-arm64',
42
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v26.0.0/gaiad-v26.0.0-linux-amd64',
43
+ "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v26.0.0/gaiad-v26.0.0-linux-arm64'
43
44
  },
44
45
  genesis: {
45
46
  genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
@@ -58,7 +59,7 @@ const info = {
58
59
  repo: 'https://github.com/CosmWasm/wasmd',
59
60
  tag: 'v0.60.2'
60
61
  },
61
- tag: 'v25.3.2'
62
+ tag: 'v26.0.0'
62
63
  },
63
64
  logoURIs: {
64
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -17,20 +17,15 @@ const info = {
17
17
  genesis: {
18
18
  genesisUrl: 'https://raw.githubusercontent.com/terpnetwork/networks/main/mainnet/morocco-1/genesis.json'
19
19
  },
20
- recommendedVersion: 'v4.2.2',
21
- compatibleVersions: [
22
- 'v4.1.0',
23
- 'v4.2.0',
24
- 'v4.2.1',
25
- 'v4.2.2'
26
- ],
20
+ recommendedVersion: 'v5.0.3',
21
+ compatibleVersions: ['v5.0.2', 'v5.0.3'],
27
22
  consensus: {
28
23
  type: 'cometbft',
29
- version: '0.37.2'
24
+ version: '0.38.21'
30
25
  },
31
26
  binaries: {
32
- "linux/amd64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.2.2/terpd-linux-amd64',
33
- "linux/arm64": 'https://github.com/terpnetwork/terp-core/releases/download/v4.2.2/terpd-linux-arm64'
27
+ "linux/amd64": 'https://github.com/terpnetwork/terp-core/releases/download/v5.0.3/terpd-linux-amd64',
28
+ "linux/arm64": 'https://github.com/terpnetwork/terp-core/releases/download/v5.0.3/terpd-linux-arm64'
34
29
  }
35
30
  },
36
31
  fees: {
@@ -50,8 +45,8 @@ const info = {
50
45
  apis: {
51
46
  rpc: [
52
47
  {
53
- address: 'https://rpc-terp.zenchainlabs.io/',
54
- provider: 'ZenChainLabs'
48
+ address: 'https://rpc-mainnet.terp.network:443',
49
+ provider: 'TerpNet Foundation'
55
50
  },
56
51
  {
57
52
  address: 'https://terp-mainnet-rpc.itrocket.net:443',
@@ -64,7 +59,7 @@ const info = {
64
59
  ],
65
60
  rest: [
66
61
  {
67
- address: 'https://api-terp.zenchainlabs.io:443',
62
+ address: 'https://api-mainnet.terp.network.io:443',
68
63
  provider: 'ZenChainLabs'
69
64
  },
70
65
  {
@@ -81,6 +76,10 @@ const info = {
81
76
  }
82
77
  ],
83
78
  grpc: [
79
+ {
80
+ address: 'grpc-mainnet.terp.network.io:443',
81
+ provider: 'TerpNet Foundation'
82
+ },
84
83
  {
85
84
  address: 'https://grpc.terp.nodestake.top:443',
86
85
  provider: 'NodeStake'
@@ -108,12 +107,6 @@ const info = {
108
107
  txPage: 'https://explorer.nodestake.top/terp/tx/${txHash}',
109
108
  accountPage: 'https://explorer.nodestake.top/terp/account/{$accountAddress}'
110
109
  },
111
- {
112
- kind: 'ZenChainLabs',
113
- url: 'https://terp.zenscan.io/',
114
- txPage: 'https://terp.zenscan.io/transaction.php?hash=${txHash}',
115
- accountPage: 'https://terp.zenscan.io/address.php?address=${accountAddress}'
116
- },
117
110
  {
118
111
  kind: '🔥STAVR🔥',
119
112
  url: 'https://explorer.stavr.tech/Terp-Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.157",
3
+ "version": "2.0.158",
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.157"
32
+ "@chain-registry/types": "^2.0.158"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "b30781a6d2deb88216886fbc28d64a4423608efb"
42
+ "gitHead": "d1f9821c5e04d3b8b6fdea26dc3ec51194dfbf8d"
43
43
  }