Skip to content

Commit

Permalink
Update merge configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gr8h committed Dec 13, 2023
1 parent 6b5b751 commit 62b207f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
5 changes: 4 additions & 1 deletion src/Nethermind/Nethermind.Runner/configs/fuse.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
},
"Mining": {
"MinGasPrice": "10000000000"
}
},
"Merge": {
"Enabled": false
}
}
5 changes: 4 additions & 1 deletion src/Nethermind/Nethermind.Runner/configs/fuse_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
},
"Mining": {
"MinGasPrice": "10000000000"
}
},
"Merge": {
"Enabled": false
}
}
5 changes: 4 additions & 1 deletion src/Nethermind/Nethermind.Runner/configs/fuse_validator.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"Enabled": true,
"MinGasPrice": "10000000000",
"TargetBlockGasLimit": "20000000"
}
},
"Merge": {
"Enabled": false
}
}
5 changes: 4 additions & 1 deletion src/Nethermind/Nethermind.Runner/configs/spark.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"Mining": {
"MinGasPrice": "10000000000"
}
},
"Merge": {
"Enabled": false
}
}
5 changes: 4 additions & 1 deletion src/Nethermind/Nethermind.Runner/configs/spark_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
},
"Mining": {
"MinGasPrice": "10000000000"
}
},
"Merge": {
"Enabled": false
}
}
5 changes: 4 additions & 1 deletion src/Nethermind/Nethermind.Runner/configs/spark_validator.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"Enabled": true,
"MinGasPrice": "10000000000",
"TargetBlockGasLimit": "20000000"
}
},
"Merge": {
"Enabled": false
}
}

0 comments on commit 62b207f

Please sign in to comment.