otterscan/cmd/otter/cli/httpcfg/http_cfg.go
2022-10-25 05:20:17 -05:00

19 lines
290 B
Go

package httpcfg
import (
"github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli/httpcfg"
)
type HttpCfg struct {
httpcfg.HttpCfg
DisableRpcDaemon bool
OtsServerDisable bool
OtsStaticDir string
OtsExternalAssetUrl string
OtsRpcDaemonUrl string
OtsBeaconApiUrl string
}