aboutsummaryrefslogtreecommitdiff
path: root/plugin/params.go
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-10-30 11:33:41 -0400
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-10-30 11:33:41 -0400
commit4862c2d3a6c18855fee72137db54ed62a0ce6704 (patch)
tree07e5f447b7bcd818582c7967e98b40d16bec0312 /plugin/params.go
parent4023ae20cb2b7cd228a68670bc55a6c9cdbabc36 (diff)
Add back net 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 d780d00..6615798 100644
--- a/plugin/params.go
+++ b/plugin/params.go
@@ -26,6 +26,7 @@ func init() {
cliConfig.EthAPIEnabled = true
cliConfig.PersonalAPIEnabled = true
cliConfig.TxPoolAPIEnabled = true
+ cliConfig.NetAPIEnabled = true
cliConfig.RPCGasCap = 2500000000 // 25000000 x 100
cliConfig.RPCTxFeeCap = 100 // 100 AVAX
} else {