Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultValues = `` /* 1159-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 PolygonBridgeAddress common.Address PolygonZkEVMGlobalExitRootAddress common.Address PolygonRollupManagerAddress common.Address PolygonZkEvmAddress common.Address L2ClaimCompressorAddress common.Address L2PolygonBridgeAddresses []common.Address }
NetworkConfig is the configuration struct for the different environments.
Click to show internal directories.
Click to hide internal directories.