otterscan/cmd/otter/cli/httpcfg/http_cfg.go
2022-10-25 22:26:11 -05:00

20 lines
298 B
Go

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