github.com/leovct/zkevm-bridge-service@v0.4.4/etherman/config.go (about)

     1  package etherman
     2  
     3  // Config represents the configuration of the etherman
     4  type Config struct {
     5  	L1URL  string   `mapstructure:"L1URL"`
     6  	L2URLs []string `mapstructure:"L2URLs"`
     7  }