use ECDSA, ERC2771, ERC20 from @openzeppelin

This commit is contained in:
hueso
2025-10-16 14:03:21 -03:00
parent 407ea51d6a
commit 8222bdd084
7 changed files with 15 additions and 52 deletions

View File

@@ -29,6 +29,7 @@ const main = async () => {
reputation.target,
[deploysJson.token],
[true],
ethers.ZeroAddress,
]);
reputation = await reputation.waitForDeployment();