Skip to content

Commit

Permalink
Merge pull request #32 from nicolasochem/patch-1
Browse files Browse the repository at this point in the history
fix ghostnet rpc api for faucet
  • Loading branch information
drchrispinnock authored Oct 16, 2024
2 parents a28b388 + f686d57 commit 2611324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/ghostnet/faucet_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config:
authorizedHost: "" # filled in by pulumi
# RPC url for the faucet backend. Default value assumes tezos-k8s created an RPC
# service in the same namespace. If not set, defaults to `config.network.rpcUrl`.
backendRpcUrl: https://ghostnet.tezosrpc.midl.dev/ak-a9s8i7spjm3usb
backendRpcUrl: https://rpc.tzkt.io/ghostnet
# If the backend requires CAPTCHA tokens to be submitted.
enableCaptcha: true
# Faucet won't dispense to an address if its balance exceeds this.
Expand Down

0 comments on commit 2611324

Please sign in to comment.