diff options
author | aaronbuchwald <[email protected]> | 2020-11-09 16:51:30 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-09 16:51:30 -0500 |
commit | ae4541f42a666fb5ae1c36d6f7423c3d9eb2c875 (patch) | |
tree | 449b53fd8522acc9adb54e93fdc50815f36000d9 /plugin/params.go | |
parent | c613e21ea107e8369926f4b53b7830a9d5dabf18 (diff) | |
parent | 419cd2d882b93bd98f54957a15c25716fca09123 (diff) |
Merge pull request #51 from ava-labs/devv0.3.14
Dev
Diffstat (limited to 'plugin/params.go')
-rw-r--r-- | plugin/params.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/params.go b/plugin/params.go index 6615798..a130d52 100644 --- a/plugin/params.go +++ b/plugin/params.go @@ -27,6 +27,7 @@ func init() { cliConfig.PersonalAPIEnabled = true cliConfig.TxPoolAPIEnabled = true cliConfig.NetAPIEnabled = true + cliConfig.Web3APIEnabled = true cliConfig.RPCGasCap = 2500000000 // 25000000 x 100 cliConfig.RPCTxFeeCap = 100 // 100 AVAX } else { |