add admin api

This commit is contained in:
Sebastian
2024-05-29 18:23:01 +02:00
parent 2e96e51102
commit 856585d16e
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ HTTPHost = "0.0.0.0"
InsecureUnlockAllowed = false
HTTPPort = 8545
HTTPVirtualHosts = ["*"]
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"]
HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"]
WSHost = "0.0.0.0"
WSPort = 8545
WSModules = ["net", "web3", "eth"]