Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Jul 22, 2024
1 parent 124714a commit 0242f3b
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,11 @@ describe('Predicate', () => {

const amountToTransfer = 300;

const predicate = new Predicate({
bytecode: PredicateWithConfigurableAbi__factory.bin,
abi: PredicateWithConfigurableAbi__factory.abi,
const predicate = PredicateWithConfigurableAbi__factory.createInstance(
provider,
inputData: [defaultValues.FEE, configurableConstants.ADDRESS],
configurableConstants,
});
[defaultValues.FEE, configurableConstants.ADDRESS],
configurableConstants
);

const destination = WalletUnlocked.generate({
provider: wallet.provider,
Expand Down

0 comments on commit 0242f3b

Please sign in to comment.