We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d43130 commit a5b5239Copy full SHA for a5b5239
1 file changed
src/helpers/faucet.ts
@@ -16,7 +16,7 @@ export class FaucetHelper {
16
const response = await fetch(faucetURI, {
17
headers: {
18
'Content-Type': 'application/json',
19
- 'CF-IPCountry': 'CS', // To differentiate users coming from cheqd Studio
+ 'CF-IPCountry': 'CS', // To differentiate users coming from cheqd Studio
20
},
21
body: JSON.stringify(faucetBody),
22
method: 'POST',
0 commit comments