We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1b841 commit 3676f16Copy full SHA for 3676f16
packages/vm/README.md
@@ -14,10 +14,10 @@ Implements Ethereum's VM in Javascript.
14
15
The VM currently supports the following hardfork rules:
16
17
-- `Chainstart` (a.k.a. Frontier)
18
-- `Homestead`
19
-- `TangerineWhistle`
20
-- `SpuriousDragon`
+- `Chainstart` (a.k.a. Frontier) (v5, UNRELEASED)
+- `Homestead` (v5, UNRELEASED)
+- `TangerineWhistle` (v5, UNRELEASED)
+- `SpuriousDragon` (v5, UNRELEASED)
21
- `Byzantium`
22
- `Constantinople`
23
- `Petersburg` (default)
0 commit comments