feat: enable clique namespace api for signer

This commit is contained in:
mrekucci 2024-02-20 21:42:12 -03:00
parent 500e90710d
commit bf5fe87ec2

View file

@ -130,7 +130,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
--http.vhosts="*" \
--http.addr="$NODE_IP" \
--http.port="$RPC_PORT" \
--http.api=web3,debug,eth,txpool,net,engine \
--http.api=web3,debug,eth,txpool,net,engine,clique \
--bootnodes $BOOTNODE_ENDPOINT \
--networkid=$CHAIN_ID \
--unlock=$BLOCK_SIGNER_ADDRESS \