faucet
POST /v1/prefund-ctf-approval — sponsor ETH so user can call setApprovalForAll
- Check if CTF is already approved → return early
- Check if user has enough ETH → return early
- Send ETH from faucet wallet, wait for receipt
- Return confirmation so frontend can immediately send the approval TX
POST
Body
application/json
The body is of type any.
Response
Prefund result (may already be approved or funded)

