From 7b0bd8bb7606f377a5ca3ba613b7f035c5dae833 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 23 Apr 2024 13:06:20 +0900 Subject: [PATCH] cmd/faucet: add worldland network flag --- cmd/faucet/faucet.go | 4 ++++ 1 file changed, 4 insertions(+) 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 (