more apis
This commit is contained in:
@@ -21,12 +21,13 @@ services:
|
|||||||
"--ws.port=8545",
|
"--ws.port=8545",
|
||||||
"--ws.addr=0.0.0.0",
|
"--ws.addr=0.0.0.0",
|
||||||
"--ws.origins=*",
|
"--ws.origins=*",
|
||||||
"--ws.api=eth,net,web3",
|
"--ws.api=debug,eth,net,web3,txpool",
|
||||||
# Enable the HTTP-RPC server
|
# Enable the HTTP-RPC server
|
||||||
"--http",
|
"--http",
|
||||||
"--http.port=8545",
|
"--http.port=8545",
|
||||||
"--http.addr=0.0.0.0",
|
"--http.addr=0.0.0.0",
|
||||||
"--http.vhosts=*",
|
"--http.vhosts=*",
|
||||||
|
"--http.api=admin,debug,eth,net,web3,txpool",
|
||||||
# Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well.
|
# Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well.
|
||||||
"--graphql",
|
"--graphql",
|
||||||
"--graphql.vhosts=*",
|
"--graphql.vhosts=*",
|
||||||
|
|||||||
Reference in New Issue
Block a user