Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Values ¶
type Values struct { // Documented variables. PrivateKey string EthClientUrl string Port int DataDirectory string SupportedEntryPoints []common.Address MaxVerificationGas *big.Int MaxOpsForUnstakedSender int Beneficiary string // Private mode variables. RelayerBannedThreshold int RelayerBannedTimeWindow time.Duration // Searcher mode variables. EthBuilderUrl string BlocksInTheFuture int // Undocumented variables. DebugMode bool GinMode string BundlerCollectorTracer string BundlerErrorTracer string }
func GetValues ¶
func GetValues() *Values
GetValues returns config for the bundler that has been read in from env vars. See https://docs.stackup.sh/docs/packages/bundler/configure for details.
Click to show internal directories.
Click to hide internal directories.