Documentation
¶
Index ¶
Constants ¶
View Source
const ( L1RPCURL = "http://127.0.0.1:8545" L2RPCURL = "http://127.0.0.1:9545" RollupURL = "http://127.0.0.1:7545" )
TODO(#10968): read from docker-compose.yml
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type System ¶
type System struct { L1 *ethclient.Client L2 *ethclient.Client Rollup *sources.RollupClient Cfg e2e.SystemConfig }
func (System) Config ¶
func (s System) Config() e2e.SystemConfig
func (System) RollupClient ¶
func (s System) RollupClient(string) *sources.RollupClient
func (System) TestAccount ¶
func (s System) TestAccount(idx int) *ecdsa.PrivateKey
Click to show internal directories.
Click to hide internal directories.