Skip to content

Commit 811e153

Browse files
committed
fix: update topup amount
Aligns with dashpay/docs-platform#53
1 parent b4fe179 commit 811e153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-Identities-and-Names/identity-topup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const client = setupDashClient();
55

66
const topupIdentity = async () => {
77
const identityId = process.env.IDENTITY_ID; // Your identity ID
8-
const topUpAmount = 1000; // Number of duffs
8+
const topUpAmount = 100000; // Number of duffs
99

1010
await client.platform.identities.topUp(identityId, topUpAmount);
1111
return client.platform.identities.get(identityId);

0 commit comments

Comments
 (0)