feat: enable clique namespace api for bootnode

This commit is contained in:
mrekucci 2024-02-20 12:59:53 -03:00
parent 3130d05144
commit 5aa4db6af9

View file

@ -85,7 +85,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
--http.vhosts="*" \ --http.vhosts="*" \
--http.addr="$NODE_IP" \ --http.addr="$NODE_IP" \
--http.port="$RPC_PORT" \ --http.port="$RPC_PORT" \
--http.api=web3,debug,eth,txpool,net,engine \ --http.api=web3,debug,eth,txpool,net,engine,clique \
--ws \ --ws \
--ws.addr="$NODE_IP" \ --ws.addr="$NODE_IP" \
--ws.port="$WS_PORT" \ --ws.port="$WS_PORT" \