Skip to content

Commit

Permalink
Default execution API
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jan 24, 2024
1 parent 5c22c93 commit 45f31a9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ services:
- --rpc-http-max-active-connections=65536
- --rpc-max-logs-range=65536
- --rpc-ws-enabled
- --rpc-ws-api
- "WEB3,ETH,NET"
- --rpc-ws-host
- 0.0.0.0
- --rpc-ws-port
Expand Down
2 changes: 0 additions & 2 deletions nimbus-el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ services:
- --rpc
- --rpc-address=0.0.0.0
- --rpc-port=${EL_RPC_PORT:-8545}
- --rpc-api=eth
- --data-dir=/var/lib/nimbus
- --key-store=/var/lib/nimbus/nimbus/keystore
- --tcp-port=${EL_P2P_PORT:-30303}
- --ws
- --ws-address=0.0.0.0
- --ws-port=${EL_WS_PORT:-8546}
- --ws-api=eth
- --network=${NETWORK}
- --metrics
- --metrics-port=6060
Expand Down
4 changes: 0 additions & 4 deletions reth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,12 @@ services:
- 0.0.0.0
- --http.port
- ${EL_RPC_PORT:-8545}
- --http.api
- web3,eth,net
- --http.corsdomain=*
- --ws
- --ws.addr
- 0.0.0.0
- --ws.port
- ${EL_WS_PORT:-8546}
- --ws.api
- web3,eth,net
- --ws.origins=*
- --authrpc.addr
- 0.0.0.0
Expand Down

0 comments on commit 45f31a9

Please sign in to comment.