Enable eth config
This commit is contained in:
parent
ddf7c2d1c2
commit
4d2ecb0055
|
@ -631,7 +631,7 @@ func (c *NodeConfig) UpdateWithMobileDefaults() {
|
|||
// when some APIs suddenly become available for Dapps.
|
||||
// More: https://github.com/status-im/status-go/issues/1870.
|
||||
if c.APIModules == "" {
|
||||
c.APIModules = "net,web3"
|
||||
c.APIModules = "net,web3,eth"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue