Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions kubernetes/devnet-8/faucet-agents/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ powfaucet:
faucetCaptchaEnabled: false
faucetCaptchaSitekey: "<path:/secrets/services/services.enc.yaml#hcaptcha | jsonPath {.site_key}>"
faucetCaptchaSecret: "<path:/secrets/services/services.enc.yaml#hcaptcha | jsonPath {.secret_key}>"
faucetEnsRpcUrl: "https://ethereum-rpc.publicnode.com"

# Per-IP checks only make sense when the faucet sees real client IPs. The
# agents faucet sits behind the panda proxy (one shared IP), so it disables
Expand Down
1 change: 1 addition & 0 deletions kubernetes/devnet-8/faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ powfaucet:
faucetCaptchaEnabled: true
faucetCaptchaSitekey: "<path:/secrets/services/services.enc.yaml#hcaptcha | jsonPath {.site_key}>"
faucetCaptchaSecret: "<path:/secrets/services/services.enc.yaml#hcaptcha | jsonPath {.secret_key}>"
faucetEnsRpcUrl: "https://ethereum-rpc.publicnode.com"

# Per-IP checks only make sense when the faucet sees real client IPs. The
# agents faucet sits behind the panda proxy (one shared IP), so it disables
Expand Down
Loading