From f9c46ce9b895ce601041be877ea682b91a67480a Mon Sep 17 00:00:00 2001 From: Tanya S <120410716+stubbsta@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:18:47 +0200 Subject: [PATCH] Update max eth used in WakuRlnv2 test Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- test/WakuRlnV2.t.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test/WakuRlnV2.t.sol b/test/WakuRlnV2.t.sol index 1f3347d..6035b34 100644 --- a/test/WakuRlnV2.t.sol +++ b/test/WakuRlnV2.t.sol @@ -38,6 +38,7 @@ contract WakuRlnV2Test is Test { // Minting a large number of tokens to not have to worry about // Not having enough balance + // 900_000 ether is chosen to be well above any test requirements and is within the new max supply constraints. vm.prank(address(tokenDeployer)); token.mint(address(this), 900_000 ether); }