feat: enable clique namespace api for signer

This commit is contained in:
mrekucci 2024-02-20 21:42:12 -03:00 committed by Shawn
parent 4bef6a48f8
commit d1e8fc1512

View file

@ -130,7 +130,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; 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 \
--bootnodes $BOOTNODE_ENDPOINT \ --bootnodes $BOOTNODE_ENDPOINT \
--networkid=$CHAIN_ID \ --networkid=$CHAIN_ID \
--unlock=$BLOCK_SIGNER_ADDRESS \ --unlock=$BLOCK_SIGNER_ADDRESS \