Skip to content

Commit

Permalink
Merge pull request #27 from primevprotocol/add-clique
Browse files Browse the repository at this point in the history
feat: enable clique namespace api for signer
  • Loading branch information
mrekucci authored Feb 21, 2024
2 parents 500e907 + bf5fe87 commit d2f539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d2f539d

Please sign in to comment.