Skip to content

Commit

Permalink
Set eip1559BaseFeeMinValue for POA Core
Browse files Browse the repository at this point in the history
  • Loading branch information
varasev committed Nov 2, 2021
1 parent c571998 commit 73895aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

Enhancements:
* Add eip1559BaseFeeMinValue and eip1559BaseFeeMinValueTransition spec options
* Activate eip1559BaseFeeMinValue on xDai at London hardfork block (19040000)
* Delay difficulty bomb to June 2022 (EIP-4345)
* Activate eip1559BaseFeeMinValue on xDai at London hardfork block (19040000), set it to 20 GWei
* Activate eip1559BaseFeeMinValue on POA Core at block 24199500 (November 8, 2021), set it to 10 GWei
* Delay difficulty bomb to June 2022 for Ethereum Mainnet (EIP-4345)

## OpenEthereum v3.3.0-rc.13

Expand Down
2 changes: 2 additions & 0 deletions crates/ethcore/res/chainspec/poacore.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
"eip1559BaseFeeMaxChangeDenominator": "0x8",
"eip1559ElasticityMultiplier": "0x2",
"eip1559BaseFeeInitialValue": "0x3b9aca00",
"eip1559BaseFeeMinValue": "0x2540be400",
"eip1559BaseFeeMinValueTransition": 24199500,
"eip1559FeeCollector": "0x517F3AcfF3aFC2fb45e574718bca6F919b798e10",
"eip1559FeeCollectorTransition": 24090200
},
Expand Down

0 comments on commit 73895aa

Please sign in to comment.