Merge pull request #27 from primevprotocol/add-clique

feat: enable clique namespace api for signer
This commit is contained in:
mrekucci 2024-02-21 04:43:44 +04:00 committed by GitHub
commit d2f539da6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 \