cmd/faucet: add worldland network flag

This commit is contained in:
Your Name 2024-04-23 13:06:20 +09:00
parent fc1e51c4cb
commit 7b0bd8bb76

View file

@ -87,6 +87,10 @@ var (
goerliFlag = flag.Bool("goerli", false, "Initializes the faucet with Görli network config") 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") rinkebyFlag = flag.Bool("rinkeby", false, "Initializes the faucet with Rinkeby network config")
sepoliaFlag = flag.Bool("sepolia", false, "Initializes the faucet with Sepolia 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 ( var (