Skip to content

Commit 1e44bf2

Browse files
authored
fix: Resolve testnet token delegation issues (#678)
1 parent f3470c4 commit 1e44bf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/helpers/faucet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ export class FaucetHelper {
1010
address: address,
1111
email,
1212
name,
13+
company: 'Requested via cheqd Studio',
1314
amount: FAUCET_AMOUNT,
14-
marketingOptIn: false,
15+
marketing_optin: false,
1516
};
1617
const response = await fetch(faucetURI, {
1718
headers: {
1819
'Content-Type': 'application/json',
19-
'CF-IPCountry': 'CS', // To differentiate users coming from cheqd Studio
2020
},
2121
body: JSON.stringify(faucetBody),
2222
method: 'POST',

0 commit comments

Comments
 (0)