You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ using an object with `chain` and `hardfork` names. You can see en example of thi
45
45
46
46
The second option is by passing the option `common` set to an instance of [ethereumjs-common](https://github.com/ethereumjs/ethereumjs-common)' Common. This is specially useful for custom networks or chains/hardforks not yet supported by `ethereumjs-common`. You can see en example of this in [./examples/custom-chain-tx.ts](./examples/custom-chain-tx.ts).
47
47
48
+
## MuirGlacier Support
49
+
50
+
The `MuirGlacier` hardfork is supported by the library since the `v2.1.2` release.
51
+
48
52
## Istanbul Support
49
53
50
54
Support for reduced non-zero call data gas prices from the `Istanbul` hardfork
0 commit comments