We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fe179 commit 811e153Copy full SHA for 811e153
1 file changed
1-Identities-and-Names/identity-topup.js
@@ -5,7 +5,7 @@ const client = setupDashClient();
5
6
const topupIdentity = async () => {
7
const identityId = process.env.IDENTITY_ID; // Your identity ID
8
- const topUpAmount = 1000; // Number of duffs
+ const topUpAmount = 100000; // Number of duffs
9
10
await client.platform.identities.topUp(identityId, topUpAmount);
11
return client.platform.identities.get(identityId);
0 commit comments