fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user