mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
cmd/faucet: add worldland network flag
This commit is contained in:
parent
fc1e51c4cb
commit
7b0bd8bb76
1 changed files with 4 additions and 0 deletions
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue