This commit is contained in:
Sebastian
2024-05-17 07:29:55 +02:00
parent 05f03ed192
commit c58177e230
4 changed files with 61 additions and 4 deletions

View File

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