restore trustedForwarders as an OZ override

This commit is contained in:
hueso
2026-06-01 21:51:18 +00:00
committed by hueso
parent 66ad51e814
commit dfe5e20c62
5 changed files with 58 additions and 7 deletions
-1
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");