diff --git a/bun.lockb b/bun.lockb index c5827cb0..b2ffc73d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/test/fork/merkle-lockup/MerkleLockupLL.t.sol b/test/fork/merkle-lockup/MerkleLockupLL.t.sol index c154d672..5b0155d4 100644 --- a/test/fork/merkle-lockup/MerkleLockupLL.t.sol +++ b/test/fork/merkle-lockup/MerkleLockupLL.t.sol @@ -165,6 +165,7 @@ abstract contract MerkleLockupLL_Fork_Test is Fork_Test { isDepleted: false, isStream: true, isTransferable: defaults.TRANSFERABLE(), + recipient: vars.recipients[params.posBeforeSort], sender: params.admin, startTime: uint40(block.timestamp), wasCanceled: false diff --git a/test/fork/merkle-lockup/MerkleLockupLT.t.sol b/test/fork/merkle-lockup/MerkleLockupLT.t.sol index 20ddf82c..095e5285 100644 --- a/test/fork/merkle-lockup/MerkleLockupLT.t.sol +++ b/test/fork/merkle-lockup/MerkleLockupLT.t.sol @@ -165,6 +165,7 @@ abstract contract MerkleLockupLT_Fork_Test is Fork_Test { isDepleted: false, isStream: true, isTransferable: defaults.TRANSFERABLE(), + recipient: vars.recipients[params.posBeforeSort], sender: params.admin, startTime: uint40(block.timestamp), tranches: defaults.tranches({ totalAmount: vars.amounts[params.posBeforeSort] }), diff --git a/test/integration/merkle-lockup/ll/claim/claim.t.sol b/test/integration/merkle-lockup/ll/claim/claim.t.sol index 765a3419..3551ef0c 100644 --- a/test/integration/merkle-lockup/ll/claim/claim.t.sol +++ b/test/integration/merkle-lockup/ll/claim/claim.t.sol @@ -118,6 +118,7 @@ contract Claim_Integration_Test is MerkleLockup_Integration_Test { isDepleted: false, isStream: true, isTransferable: defaults.TRANSFERABLE(), + recipient: users.recipient1, sender: users.admin, startTime: uint40(block.timestamp), wasCanceled: false diff --git a/test/integration/merkle-lockup/lt/claim/claim.t.sol b/test/integration/merkle-lockup/lt/claim/claim.t.sol index 271042e6..41d6c613 100644 --- a/test/integration/merkle-lockup/lt/claim/claim.t.sol +++ b/test/integration/merkle-lockup/lt/claim/claim.t.sol @@ -160,6 +160,7 @@ contract Claim_Integration_Test is Merkle, MerkleLockup_Integration_Test { isDepleted: false, isStream: true, isTransferable: defaults.TRANSFERABLE(), + recipient: users.recipient1, sender: users.admin, startTime: uint40(block.timestamp), tranches: defaults.tranches(claimAmount), @@ -189,6 +190,7 @@ contract Claim_Integration_Test is Merkle, MerkleLockup_Integration_Test { isDepleted: false, isStream: true, isTransferable: defaults.TRANSFERABLE(), + recipient: users.recipient1, sender: users.admin, startTime: uint40(block.timestamp), tranches: tranches,