open the admin api

This commit is contained in:
Sebastian
2024-05-27 07:23:47 +02:00
parent d5d3efb549
commit be9798262a

View File

@@ -25,7 +25,7 @@ host-whitelist=["*"]
rpc-http-enabled=true rpc-http-enabled=true
rpc-http-host="0.0.0.0" rpc-http-host="0.0.0.0"
rpc-http-port=8545 rpc-http-port=8545
rpc-http-api=["NET","ETH","WEB3","TXPOOL","DEBUG","TRACE"] rpc-http-api=["ADMIN", "NET","ETH","WEB3","TXPOOL","DEBUG","TRACE"]
rpc-http-cors-origins=["all"] rpc-http-cors-origins=["all"]
rpc-http-max-active-connections=20000 rpc-http-max-active-connections=20000