Skip to content

Commit

Permalink
reset cfg and launchsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
ak88 committed Jan 8, 2024
1 parent 6989eb7 commit 1324ccc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"Goerli": {
"commandName": "Project",
"commandLineArgs": "-c goerli -dd f:/ethereum/nethermind --JsonRpc.JwtSecretFile C:/ethereum/jwt.hex",
"commandLineArgs": "-c goerli -dd .data",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"Holesky": {
"commandName": "Project",
"commandLineArgs": "-c holesky -dd .data --JsonRpc.JwtSecretFile C:/ethereum/jwt.hex",
"commandLineArgs": "-c holesky -dd .data",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down Expand Up @@ -187,4 +187,4 @@
"commandLineArgs": "-c sepolia -dd /data --JsonRpc.EngineHost 0.0.0.0 --JsonRpc.EnginePort 8551 --JsonRpc.Host 0.0.0.0"
}
}
}
}
10 changes: 4 additions & 6 deletions src/Nethermind/Nethermind.Runner/configs/goerli.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 10230000,
"PivotHash": "0x2aa66f088498c6313ca6744a8d777a015cb1f2520cb54859555fe9ba7459c901",
"PivotNumber": 10260000,
"PivotHash": "0xfd7265da4de69c506d16eb67eb41018c4dd11e3a0a8198cee0c5308e655b61db",
"PivotTotalDifficulty": "10790000",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": true,
Expand Down Expand Up @@ -48,11 +48,9 @@
"Port": 8545,
"AdditionalRpcUrls": [
"http://localhost:8551|http;ws|net;eth;subscribe;engine;web3;client"
],

"EnabledModules":"admin"
]
},
"Merge": {
"Enabled": true
}
}
}

0 comments on commit 1324ccc

Please sign in to comment.