Skip to content

Commit

Permalink
Merge branch 'main' into release/5.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Apr 3, 2024
2 parents 1f0b9f8 + 1a6136d commit 4da1787
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/besu/besu-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"input": {
"defaultConfig": {
"http": "Enabled",
"webSockets": "Disabled",
"webSockets": "Enabled",
"httpCorsDomains": "\"http://localhost\"",
"hostAllowList": "localhost,host.containers.internal",
"engineRpc": "Enabled",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/geth/geth-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"defaultConfig": {
"http": "Enabled",
"httpCorsDomains": "http://localhost",
"webSockets": "Disabled",
"webSockets": "Enabled",
"httpVirtualHosts": "localhost,host.containers.internal",
"authVirtualHosts": "localhost,host.containers.internal",
"httpAddress": "0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/nethermind/nethermind-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"input": {
"defaultConfig": {
"http": "Enabled",
"webSockets": "Disabled",
"webSockets": "Enabled",
"syncMode": "snap",
"webSocketsPort": "8546",
"enginePort": "8551"
Expand Down
7 changes: 5 additions & 2 deletions src/common/NodeSpecs/reth/reth-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
"input": {
"defaultConfig": {
"http": "Enabled",
"webSockets": "Enabled",
"httpCorsDomains": "http://localhost",
"syncMode": "full",
"httpAddress": "0.0.0.0"
"httpAddress": "0.0.0.0",
"webSocketAddress": "0.0.0.0",
"webSocketAllowedOrigins": "http://localhost"
},
"docker": {
"containerVolumePath": "/root/.local/share/reth/mainnet/db",
Expand Down Expand Up @@ -101,7 +104,7 @@
}
]
},
"defaultValue": "Disabled",
"defaultValue": "Enabled",
"documentation": "https://paradigmxyz.github.io/reth/cli/node.html"
},
"webSocketAddress": {
Expand Down

0 comments on commit 4da1787

Please sign in to comment.