Faucet CMD
You can get Testnet HLG from our public faucet. You will be able to get 100 HLG every 24 hours per network.
Faucet
When run without any flags, you will be asked what network to withdraw rom and if you are ok with withdrawing.
Usage
holograph faucet
Help Output
USAGE
$ holograph faucet [--network
seiTestnetArctic|lineaTestnetSepolia|mantleTestnetSepolia|lineaTestnetGoerli|zoraTestnetSepolia|baseTestnetSepolia|a
rbitrumTestnetSepolia|optimismTestnetSepolia|ethereumTestnetSepolia|mantleTestnet|polygonTestnet|avalancheTestnet|bi
nanceSmartChainTestnet] [--env mainnet|testnet|develop|experimental]
FLAGS
--env=<option> [default: testnet] Holograph environment to use
<options: mainnet|testnet|develop|experimental>
--network=<option> Name of network to use
<options: seiTestnetArctic|lineaTestnetSepolia|mantleTestnetSepolia|lineaTestnetGoerli|zoraTestnet
Sepolia|baseTestnetSepolia|arbitrumTestnetSepolia|optimismTestnetSepolia|ethereumTestnetSepolia|ma
ntleTestnet|polygonTestnet|avalancheTestnet|binanceSmartChainTestnet>
DESCRIPTION
Request Testnet HLG from a faucet.
EXAMPLES
$ holograph faucet --network="ethereumTestnetSepolia" --env mainnet|testnet|develop|experimental
See code: src/commands/faucet/index.ts
Flags
--env
Select the holograph environment to use. Only ['mainnet', 'testnet', 'develop', 'experimental'] are accepted
--network
The network to receive HLG from. The only acceptable values are: ['ethereumTestnetSepolia']
Environment
The network is the network the operator will bond to. The only acceptable values are: ['testnet', 'develop', 'experimental']. Until the holograph mainnet deployment, the CLI will default to the testnet environment.