@lodestar/prover 1.24.0-dev.b78cb92802 → 1.24.0-dev.dbe2188a37

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -152,7 +152,7 @@ You will need to go over the [specification](https://github.com/ethereum/beacon-
152
152
 
153
153
  ## Getting started
154
154
 
155
- - Follow the [installation guide](https://chainsafe.github.io/lodestar/getting-started/installation) to install Lodestar.
155
+ - Follow the [installation guide](https://chainsafe.github.io/lodestar/run/getting-started/installation) to install Lodestar.
156
156
  - Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/advanced-topics/setting-up-a-testnet).
157
157
 
158
158
  ## Contributors
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/ChainSafe/lodestar/issues"
13
13
  },
14
- "version": "1.24.0-dev.b78cb92802",
14
+ "version": "1.24.0-dev.dbe2188a37",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -69,13 +69,13 @@
69
69
  "@ethereumjs/tx": "^4.1.2",
70
70
  "@ethereumjs/util": "^8.0.6",
71
71
  "@ethereumjs/vm": "^6.4.2",
72
- "@lodestar/api": "1.24.0-dev.b78cb92802",
73
- "@lodestar/config": "1.24.0-dev.b78cb92802",
74
- "@lodestar/light-client": "1.24.0-dev.b78cb92802",
75
- "@lodestar/logger": "1.24.0-dev.b78cb92802",
76
- "@lodestar/params": "1.24.0-dev.b78cb92802",
77
- "@lodestar/types": "1.24.0-dev.b78cb92802",
78
- "@lodestar/utils": "1.24.0-dev.b78cb92802",
72
+ "@lodestar/api": "1.24.0-dev.dbe2188a37",
73
+ "@lodestar/config": "1.24.0-dev.dbe2188a37",
74
+ "@lodestar/light-client": "1.24.0-dev.dbe2188a37",
75
+ "@lodestar/logger": "1.24.0-dev.dbe2188a37",
76
+ "@lodestar/params": "1.24.0-dev.dbe2188a37",
77
+ "@lodestar/types": "1.24.0-dev.dbe2188a37",
78
+ "@lodestar/utils": "1.24.0-dev.dbe2188a37",
79
79
  "ethereum-cryptography": "^2.0.0",
80
80
  "find-up": "^6.3.0",
81
81
  "http-proxy": "^1.18.1",
@@ -84,7 +84,7 @@
84
84
  "yargs": "^17.7.1"
85
85
  },
86
86
  "devDependencies": {
87
- "@lodestar/test-utils": "1.24.0-dev.b78cb92802",
87
+ "@lodestar/test-utils": "1.24.0-dev.dbe2188a37",
88
88
  "@types/http-proxy": "^1.17.10",
89
89
  "@types/yargs": "^17.0.24",
90
90
  "axios": "^1.3.4",
@@ -99,5 +99,5 @@
99
99
  "blockchain",
100
100
  "prover"
101
101
  ],
102
- "gitHead": "2bc82c4478f272f8256775aedbb0ac56806e7bf1"
102
+ "gitHead": "49a4aa03dbb6fa4ae0453a7defc75436b5a0e4a8"
103
103
  }