diff --git a/cmd/faucet/faucet.go b/cmd/faucet/faucet.go index 3722dbcba6..0da50fc415 100644 --- a/cmd/faucet/faucet.go +++ b/cmd/faucet/faucet.go @@ -87,6 +87,10 @@ var ( goerliFlag = flag.Bool("goerli", false, "Initializes the faucet with Görli network config") rinkebyFlag = flag.Bool("rinkeby", false, "Initializes the faucet with Rinkeby network config") sepoliaFlag = flag.Bool("sepolia", false, "Initializes the faucet with Sepolia network config") + + lveFlag = flag.Bool("lve", false, "Initializes the faucet with Lve network config") + SeoulFlag = flag.Bool("seoul", false, "Initializes the faucet with Seoul network config") + GwangjuFlag = flag.Bool("gwangju", false, "Initializes the faucet with Gwangju network config") ) var (