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

@@ -93,6 +93,7 @@ export async function p2pixFixture(): Promise<P2PixAndReputation> {
reputation.target,
[erc20.target],
[true],
ethers.ZeroAddress,
]);
const multicall = await ethers.deployContract("Multicall");