aboutsummaryrefslogtreecommitdiff
path: root/plugin/params.go
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-11-04 12:22:04 -0500
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-11-04 12:23:30 -0500
commite3c39e7cde79a0f5b080db026242056032a1f55a (patch)
tree484c281f203a286e5e6ac268e4c1db751662b5a0 /plugin/params.go
parentc613e21ea107e8369926f4b53b7830a9d5dabf18 (diff)
Add back web3 API
Diffstat (limited to 'plugin/params.go')
-rw-r--r--plugin/params.go1
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 {