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
@@ -19,7 +19,7 @@ To enable RPC server use the following flag (set to true by default).
ethermintd start --evm-rpc.enable
```
By default, only `eth` namespace is enabled. In order to enable other namespaces use flag `--evm-rpc.api`.
`Eth`,`Net` and `Web3` namespaces are enabled by default. In order to enable other namespaces use flag `--evm-rpc.api`.
```
ethermintd start --evm-rpc.api eth,txpool,personal,net,debug,web3