Merge pull request #25 from primevprotocol/clique-api

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

View file

@ -85,7 +85,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; 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 \
--ws \
--ws.addr="$NODE_IP" \
--ws.port="$WS_PORT" \