Skip to content

Commit

Permalink
Enable discovery v5 JSON-RPC namespace for Fluffy client (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeme authored Jan 21, 2025
1 parent 3a7a3df commit 89ba91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
command: "--web3-transport http --web3-http-address http://0.0.0.0:8545/ --mb 0 --portal-subnetworks history,state,beacon --no-upnp --disable-poke ${GLADOS_CLIENT_ARGUMENTS:-}"
fluffy:
image: statusim/nimbus-fluffy:amd64-master-latest
command: "--rpc --rpc-address=0.0.0.0 --storage-capacity=0 --disable-poke ${GLADOS_CLIENT_ARGUMENTS:-}"
command: "--rpc --rpc-address=0.0.0.0 --rpc-api:eth,portal,discovery --storage-capacity=0 --disable-poke ${GLADOS_CLIENT_ARGUMENTS:-}"

0 comments on commit 89ba91e

Please sign in to comment.