LFS fix for geth

This commit is contained in:
fallengravity
2021-07-31 12:55:55 +02:00
parent 8a3f26871c
commit ff61834116
6 changed files with 9708 additions and 5 deletions

View File

@@ -53,13 +53,13 @@ class Geth {
const gethPath = path.join(this.binaries, "geth");
this.gethProcess = child_process.spawn(gethPath, [
"--ws",
"--wsorigins",
"--ws.origins",
"*",
"--wsaddr",
"--ws.addr",
"127.0.0.1",
"--wsport",
"--ws.port",
"8546",
"--wsapi",
"--ws.api",
"admin,db,eth,net,miner,personal,web3",
"--networkid",
"1313114",