import ECDSA, ERC2771, ERC20, MerkleProofLib from @openzeppelin

This commit is contained in:
hueso
2025-10-16 14:35:58 -03:00
parent 407ea51d6a
commit 3cb50c41e5
8 changed files with 15 additions and 139 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");