Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EthereumChainID = big.NewInt(1) GoerliChainID = big.NewInt(5) ArbitrumOneChainID = big.NewInt(42161) ArbitrumGoerliChainID = big.NewInt(421613) OptimismChainID = big.NewInt(10) OptimismGoerliChainID = big.NewInt(420) BaseChainID = big.NewInt(8453) BaseGoerliChainID = big.NewInt(84531) )
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
MaxBatchGasLimit *big.Int
PMGasEstBuffer int64
MaxOpTTL time.Duration
MaxOpsForUnstakedSender int
Beneficiary string
// Searcher mode variables.
EthBuilderUrl string
BlocksInTheFuture int
// Observability variables.
OTELServiceName string
OTELCollectorHeaders map[string]string
OTELCollectorUrl string
OTELInsecureMode bool
// Undocumented variables.
DebugMode bool
GinMode 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.