Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 37dc6aa

Browse files
committed
fix: 🐛 Change owner address by beneficiary address
1 parent 5e69b79 commit 37dc6aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/addInvestorToWhitelist.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ window.addEventListener('load', async () => {
9090

9191
console.log('KYC data empty', await generalTM.getAllKYCData());
9292

93+
const randomBeneficiary = '0x3444444444444444444444444444444444444444';
94+
9395
await generalTM.modifyKYCData({
94-
investor: myAddress,
96+
investor: randomBeneficiary,
9597
canSendAfter: new Date(2019, 7),
9698
canReceiveAfter: new Date(2019, 7),
9799
expiryTime: new Date(2020),

0 commit comments

Comments
 (0)