Skip to content

Commit

Permalink
Update gas price limits for Fuse and Spark configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
gr8h committed Jul 31, 2024
1 parent 9b20bfc commit 1304a5b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION.FUSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.1
6.0.2
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/fuse.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"PersistenceInterval": 16384
},
"Mining": {
"MinGasPrice": "10000000000"
"MinGasPrice": "1000000000"
},
"Merge": {
"Enabled": false
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/fuse_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"Mode": "None"
},
"Mining": {
"MinGasPrice": "10000000000"
"MinGasPrice": "1000000000"
},
"Merge": {
"Enabled": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"Mining": {
"Enabled": true,
"MinGasPrice": "10000000000",
"MinGasPrice": "1000000000",
"TargetBlockGasLimit": "20000000"
},
"Merge": {
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/spark.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"PersistenceInterval": 16384
},
"Mining": {
"MinGasPrice": "10000000000"
"MinGasPrice": "1000000000"
},
"Merge": {
"Enabled": false
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/spark_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"Mode": "None"
},
"Mining": {
"MinGasPrice": "10000000000"
"MinGasPrice": "1000000000"
},
"Merge": {
"Enabled": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"Mining": {
"Enabled": true,
"MinGasPrice": "10000000000",
"MinGasPrice": "1000000000",
"TargetBlockGasLimit": "20000000"
},
"Merge": {
Expand Down

0 comments on commit 1304a5b

Please sign in to comment.