restore trustedForwarders as an OZ override

This commit is contained in:
hueso
2025-10-24 21:50:21 -03:00
parent f56335d9b5
commit d9b93fe7d5
5 changed files with 58 additions and 7 deletions

View File

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