Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IntBase is the base for the conversion of strings to integers IntBase = 10 // PrivateKey is the private key of the sequencer PrivateKey = testutils.GetEnv("PRIVATE_KEY", operations.DefaultSequencerPrivateKey) // L2ChainId is the chain id of the L2 network L2ChainId = testutils.GetEnv("CHAIN_ID", strconv.FormatUint(operations.DefaultL2ChainID, IntBase)) // L2NetworkRPCURL is the RPC URL of the L2 network L2NetworkRPCURL = testutils.GetEnv("RPC_URL", operations.DefaultL2NetworkURL) )
Functions ¶
func Init ¶
func Init() (*pgpoolstorage.PostgresPoolStorage, *ethclient.Client, *bind.TransactOpts)
Init sets up the environment for the benchmark
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.