Documentation ¶ Index ¶ func ReadConf() (string, string, common.Address, *signer.EOA) type GasParams Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadConf ¶ func ReadConf() (string, string, common.Address, *signer.EOA) ReadConf reads configuration from a .env file and initializes necessary variables like node URL, signer, bundler URL, and entry point address. It returns these values and logs configuration details. Types ¶ type GasParams ¶ type GasParams struct { BaseFee *big.Int Tip *big.Int GasPrice *big.Int } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.