CustomCommonOpts
Hierarchy
- BaseOpts
- CustomCommonOpts
Index
Properties
optionalbaseChain
The name (mainnet
), id (1
), or Chain enum of
a standard chain used to base the custom chain params on.
optionaleips
Selected EIPs which can be activated, please use an array for instantiation
(e.g. eips: [ 2537, ]
)
Currently supported:
- EIP-2537 - BLS12-381 precompiles
optionalhardfork
String identifier ('byzantium') for hardfork or Hardfork enum.
Default: Hardfork.London
Options to be used with the Common.custom static constructor.