Skip to content

Commit

Permalink
update amountToCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Dec 9, 2024
1 parent f7066f8 commit b181d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hardhat/e2e/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ before(async function () {
console.log("Commercial-remix licenseTermsId: ", this.commericialRemixLicenseId);

console.log(`================= ERC20 approve spender =================`);
const amountToCheck = BigInt(2057 * 10 ** 18);
const amountToCheck = BigInt(200 * 10 ** 18);
await checkAndApproveSpender(this.owner, RoyaltyPolicyLAP, amountToCheck);
await checkAndApproveSpender(this.owner, RoyaltyPolicyLRP, amountToCheck);
await checkAndApproveSpender(this.owner, RoyaltyModule, amountToCheck);
Expand Down

0 comments on commit b181d5d

Please sign in to comment.