Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultValues = `` /* 1148-byte string literal not displayed */
DefaultValues is the default configuration
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Log log.Config SyncDB db.Config ClaimTxManager claimtxman.Config Etherman etherman.Config Synchronizer synchronizer.Config BridgeController bridgectrl.Config BridgeServer server.Config NetworkConfig }
Config struct
type NetworkConfig ¶
type NetworkConfig struct { GenBlockNumber uint64 PoEAddr common.Address BridgeAddr common.Address GlobalExitRootManAddr common.Address MaticAddr common.Address L2BridgeAddrs []common.Address L1ChainID uint64 }
NetworkConfig is the configuration struct for the different environments.
Click to show internal directories.
Click to hide internal directories.