fix: set eth, web3 and net namespaces as default (#391)

This commit is contained in:
crypto-facs
2021-08-03 12:35:04 -04:00
committed by GitHub
parent fc16feb1aa
commit 2bd107ee79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const (
// GetDefaultAPINamespaces returns the default list of JSON-RPC namespaces that should be enabled
func GetDefaultAPINamespaces() []string {
return []string{"eth"}
return []string{"eth", "net", "web3"}
}
// AppConfig helps to override default appConfig template and configs.