diff --git a/EIPS/eip-160.md b/EIPS/eip-160.md index c80d3841..5c88e5f0 100644 --- a/EIPS/eip-160.md +++ b/EIPS/eip-160.md @@ -7,6 +7,12 @@ Category: Core Status: Final Created: 2016-10-20 ``` +### Hard fork +[Spurious Dragon](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-607.md) + +### Parameters +- `FORK_BLKNUM`: 2,675,000 +- `CHAIN_ID`: 1 ### Specification @@ -14,7 +20,7 @@ If `block.number >= FORK_BLKNUM`, increase the gas cost of EXP from 10 + 10 per ### Rationale -Benchmarks suggest that EXP is currently underpriced by a factor of about 4-8. +Benchmarks suggest that EXP is currently underpriced by a factor of about 4–8. ### References