good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 8300aadd authored by Manav Darji's avatar Manav Darji Committed by GitHub
Browse files

start http rpc server and eth namespace by default (#319)

parent 9023f44e
No related branches found
No related merge requests found
......@@ -443,11 +443,11 @@ func DefaultConfig() *Config {
GasCap: ethconfig.Defaults.RPCGasCap,
TxFeeCap: ethconfig.Defaults.RPCTxFeeCap,
Http: &APIConfig{
Enabled: false,
Enabled: true,
Port: 8545,
Prefix: "",
Host: "localhost",
Modules: []string{"web3", "net"},
Modules: []string{"eth", "web3", "net"},
},
Ws: &APIConfig{
Enabled: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment