Skip to content

Commit

Permalink
feature: add EIP-1559 (#11)
Browse files Browse the repository at this point in the history
Update genesis file for Spark testnet to include configuration for EIP-1559 support.
  • Loading branch information
gr8h committed Mar 24, 2024
1 parent 0deade2 commit 8097bf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION.FUSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.5
5.0.0
10 changes: 6 additions & 4 deletions src/Nethermind/Chains/spark.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"validators": {
"multi": {
"0": {
"list": [
"0xba7829b381f07cca0d186bdf619fdc6c7f756d0a"
]
"list": ["0xba7829b381f07cca0d186bdf619fdc6c7f756d0a"]
},
"1000": {
"safeContract": "0xC8c3a332f9e4CE6bfFFcf967026cB006Db2311c7"
Expand Down Expand Up @@ -80,6 +78,10 @@
"eip2028Transition": "0x13d620",
"eip2929Transition": "0x13d620",
"eip2930Transition": "0x13d620",
"eip1559Transition": "0xE06938",
"eip1559BaseFeeMaxChangeDenominator": "0x8",
"eip1559ElasticityMultiplier": "0x2",
"eip1559BaseFeeInitialValue": "0x3b9aca00",
"maxCodeSize": 24576,
"maxCodeSizeTransition": "0x0"
},
Expand Down Expand Up @@ -197,4 +199,4 @@
"balance": "300000000000000000000000000"
}
}
}
}

0 comments on commit 8097bf5

Please sign in to comment.