We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3470c4 commit 1e44bf2Copy full SHA for 1e44bf2
1 file changed
src/helpers/faucet.ts
@@ -10,13 +10,13 @@ export class FaucetHelper {
10
address: address,
11
email,
12
name,
13
+ company: 'Requested via cheqd Studio',
14
amount: FAUCET_AMOUNT,
- marketingOptIn: false,
15
+ marketing_optin: false,
16
};
17
const response = await fetch(faucetURI, {
18
headers: {
19
'Content-Type': 'application/json',
- 'CF-IPCountry': 'CS', // To differentiate users coming from cheqd Studio
20
},
21
body: JSON.stringify(faucetBody),
22
method: 'POST',
0 commit comments